Package org.xlsx4j.sml
Class CTPCDKPI
java.lang.Object
org.xlsx4j.sml.CTPCDKPI
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcaptionprotected java.lang.StringdisplayFolderprotected java.lang.Stringgoalprotected java.lang.StringmeasureGroupprotected java.lang.Stringparentprotected java.lang.Stringstatusprotected java.lang.Stringtimeprotected java.lang.Stringtrendprotected java.lang.StringuniqueNameprotected java.lang.Stringvalueprotected java.lang.Stringweight -
Constructor Summary
Constructors Constructor Description CTPCDKPI() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.StringgetCaption()Gets the value of the caption property.java.lang.StringgetDisplayFolder()Gets the value of the displayFolder property.java.lang.StringgetGoal()Gets the value of the goal property.java.lang.StringgetMeasureGroup()Gets the value of the measureGroup property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetParentAttr()Gets the value of the parent property.java.lang.StringgetStatus()Gets the value of the status property.java.lang.StringgetTime()Gets the value of the time property.java.lang.StringgetTrend()Gets the value of the trend property.java.lang.StringgetUniqueName()Gets the value of the uniqueName property.java.lang.StringgetValue()Gets the value of the value property.java.lang.StringgetWeight()Gets the value of the weight property.voidsetCaption(java.lang.String value)Sets the value of the caption property.voidsetDisplayFolder(java.lang.String value)Sets the value of the displayFolder property.voidsetGoal(java.lang.String value)Sets the value of the goal property.voidsetMeasureGroup(java.lang.String value)Sets the value of the measureGroup property.voidsetParent(java.lang.Object parent)voidsetParent(java.lang.String value)Sets the value of the parent property.voidsetStatus(java.lang.String value)Sets the value of the status property.voidsetTime(java.lang.String value)Sets the value of the time property.voidsetTrend(java.lang.String value)Sets the value of the trend property.voidsetUniqueName(java.lang.String value)Sets the value of the uniqueName property.voidsetValue(java.lang.String value)Sets the value of the value property.voidsetWeight(java.lang.String value)Sets the value of the weight property.
-
Field Details
-
uniqueName
protected java.lang.String uniqueName -
caption
protected java.lang.String caption -
displayFolder
protected java.lang.String displayFolder -
measureGroup
protected java.lang.String measureGroup -
parent
protected java.lang.String parent -
value
protected java.lang.String value -
goal
protected java.lang.String goal -
status
protected java.lang.String status -
trend
protected java.lang.String trend -
weight
protected java.lang.String weight -
time
protected java.lang.String time
-
-
Constructor Details
-
CTPCDKPI
public CTPCDKPI()
-
-
Method Details
-
getUniqueName
public java.lang.String getUniqueName()Gets the value of the uniqueName property.- Returns:
- possible object is
String
-
setUniqueName
public void setUniqueName(java.lang.String value)Sets the value of the uniqueName property.- Parameters:
value- allowed object isString
-
getCaption
public java.lang.String getCaption()Gets the value of the caption property.- Returns:
- possible object is
String
-
setCaption
public void setCaption(java.lang.String value)Sets the value of the caption property.- Parameters:
value- allowed object isString
-
getDisplayFolder
public java.lang.String getDisplayFolder()Gets the value of the displayFolder property.- Returns:
- possible object is
String
-
setDisplayFolder
public void setDisplayFolder(java.lang.String value)Sets the value of the displayFolder property.- Parameters:
value- allowed object isString
-
getMeasureGroup
public java.lang.String getMeasureGroup()Gets the value of the measureGroup property.- Returns:
- possible object is
String
-
setMeasureGroup
public void setMeasureGroup(java.lang.String value)Sets the value of the measureGroup property.- Parameters:
value- allowed object isString
-
getParentAttr
public java.lang.String getParentAttr()Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
public void setParent(java.lang.String value)Sets the value of the parent property.- Parameters:
value- allowed object isString
-
getValue
public java.lang.String getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)Sets the value of the value property.- Parameters:
value- allowed object isString
-
getGoal
public java.lang.String getGoal()Gets the value of the goal property.- Returns:
- possible object is
String
-
setGoal
public void setGoal(java.lang.String value)Sets the value of the goal property.- Parameters:
value- allowed object isString
-
getStatus
public java.lang.String getStatus()Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(java.lang.String value)Sets the value of the status property.- Parameters:
value- allowed object isString
-
getTrend
public java.lang.String getTrend()Gets the value of the trend property.- Returns:
- possible object is
String
-
setTrend
public void setTrend(java.lang.String value)Sets the value of the trend property.- Parameters:
value- allowed object isString
-
getWeight
public java.lang.String getWeight()Gets the value of the weight property.- Returns:
- possible object is
String
-
setWeight
public void setWeight(java.lang.String value)Sets the value of the weight property.- Parameters:
value- allowed object isString
-
getTime
public java.lang.String getTime()Gets the value of the time property.- Returns:
- possible object is
String
-
setTime
public void setTime(java.lang.String value)Sets the value of the time property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-