public class CTPCDKPI extends java.lang.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 java.lang.String |
caption |
protected java.lang.String |
displayFolder |
protected java.lang.String |
goal |
protected java.lang.String |
measureGroup |
protected java.lang.String |
parent |
protected java.lang.String |
status |
protected java.lang.String |
time |
protected java.lang.String |
trend |
protected java.lang.String |
uniqueName |
protected java.lang.String |
value |
protected java.lang.String |
weight |
| Constructor and Description |
|---|
CTPCDKPI() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getCaption()
Gets the value of the caption property.
|
java.lang.String |
getDisplayFolder()
Gets the value of the displayFolder property.
|
java.lang.String |
getGoal()
Gets the value of the goal property.
|
java.lang.String |
getMeasureGroup()
Gets the value of the measureGroup property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getParentAttr()
Gets the value of the parent property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getTime()
Gets the value of the time property.
|
java.lang.String |
getTrend()
Gets the value of the trend property.
|
java.lang.String |
getUniqueName()
Gets the value of the uniqueName property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
java.lang.String |
getWeight()
Gets the value of the weight property.
|
void |
setCaption(java.lang.String value)
Sets the value of the caption property.
|
void |
setDisplayFolder(java.lang.String value)
Sets the value of the displayFolder property.
|
void |
setGoal(java.lang.String value)
Sets the value of the goal property.
|
void |
setMeasureGroup(java.lang.String value)
Sets the value of the measureGroup property.
|
void |
setParent(java.lang.Object parent) |
void |
setParent(java.lang.String value)
Sets the value of the parent property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setTime(java.lang.String value)
Sets the value of the time property.
|
void |
setTrend(java.lang.String value)
Sets the value of the trend property.
|
void |
setUniqueName(java.lang.String value)
Sets the value of the uniqueName property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
void |
setWeight(java.lang.String value)
Sets the value of the weight property.
|
protected java.lang.String uniqueName
protected java.lang.String caption
protected java.lang.String displayFolder
protected java.lang.String measureGroup
protected java.lang.String parent
protected java.lang.String value
protected java.lang.String goal
protected java.lang.String status
protected java.lang.String trend
protected java.lang.String weight
protected java.lang.String time
public java.lang.String getUniqueName()
Stringpublic void setUniqueName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaption()
Stringpublic void setCaption(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayFolder()
Stringpublic void setDisplayFolder(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMeasureGroup()
Stringpublic void setMeasureGroup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentAttr()
Stringpublic void setParent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGoal()
Stringpublic void setGoal(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrend()
Stringpublic void setTrend(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWeight()
Stringpublic void setWeight(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTime()
Stringpublic void setTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.