public class CTPCDKPI extends Object implements Child
Java class for CT_PCDKPI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PCDKPI"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="uniqueName" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="caption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="displayFolder" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="measureGroup" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="parent" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="value" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="goal" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="status" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="trend" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="weight" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="time" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
caption |
protected String |
displayFolder |
protected String |
goal |
protected String |
measureGroup |
protected String |
parent |
protected String |
status |
protected String |
time |
protected String |
trend |
protected String |
uniqueName |
protected String |
value |
protected String |
weight |
Constructor and Description |
---|
CTPCDKPI() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getCaption()
Gets the value of the caption property.
|
String |
getDisplayFolder()
Gets the value of the displayFolder property.
|
String |
getGoal()
Gets the value of the goal property.
|
String |
getMeasureGroup()
Gets the value of the measureGroup property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getParentAttr()
Gets the value of the parent property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getTime()
Gets the value of the time property.
|
String |
getTrend()
Gets the value of the trend property.
|
String |
getUniqueName()
Gets the value of the uniqueName property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getWeight()
Gets the value of the weight property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setDisplayFolder(String value)
Sets the value of the displayFolder property.
|
void |
setGoal(String value)
Sets the value of the goal property.
|
void |
setMeasureGroup(String value)
Sets the value of the measureGroup property.
|
void |
setParent(Object parent) |
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTime(String value)
Sets the value of the time property.
|
void |
setTrend(String value)
Sets the value of the trend property.
|
void |
setUniqueName(String value)
Sets the value of the uniqueName property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setWeight(String value)
Sets the value of the weight property.
|
protected String uniqueName
protected String caption
protected String displayFolder
protected String measureGroup
protected String parent
protected String value
protected String goal
protected String status
protected String trend
protected String weight
protected String time
public String getUniqueName()
String
public void setUniqueName(String value)
value
- allowed object is
String
public String getCaption()
String
public void setCaption(String value)
value
- allowed object is
String
public String getDisplayFolder()
String
public void setDisplayFolder(String value)
value
- allowed object is
String
public String getMeasureGroup()
String
public void setMeasureGroup(String value)
value
- allowed object is
String
public String getParentAttr()
String
public void setParent(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getGoal()
String
public void setGoal(String value)
value
- allowed object is
String
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public String getTrend()
String
public void setTrend(String value)
value
- allowed object is
String
public String getWeight()
String
public void setWeight(String value)
value
- allowed object is
String
public String getTime()
String
public void setTime(String value)
value
- allowed object is
String
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.