Package org.xlsx4j.sml
Class CTPCDKPI
java.lang.Object
org.xlsx4j.sml.CTPCDKPI
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the caption property.Gets the value of the displayFolder property.getGoal()Gets the value of the goal property.Gets the value of the measureGroup property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the parent property.Gets the value of the status property.getTime()Gets the value of the time property.getTrend()Gets the value of the trend property.Gets the value of the uniqueName property.getValue()Gets the value of the value property.Gets the value of the weight property.voidsetCaption(String value) Sets the value of the caption property.voidsetDisplayFolder(String value) Sets the value of the displayFolder property.voidSets the value of the goal property.voidsetMeasureGroup(String value) Sets the value of the measureGroup property.voidvoidSets the value of the parent property.voidSets the value of the status property.voidSets the value of the time property.voidSets the value of the trend property.voidsetUniqueName(String value) Sets the value of the uniqueName property.voidSets the value of the value property.voidSets the value of the weight property.
-
Field Details
-
uniqueName
-
caption
-
displayFolder
-
measureGroup
-
parent
-
value
-
goal
-
status
-
trend
-
weight
-
time
-
-
Constructor Details
-
CTPCDKPI
public CTPCDKPI()
-
-
Method Details
-
getUniqueName
Gets the value of the uniqueName property.- Returns:
- possible object is
String
-
setUniqueName
Sets the value of the uniqueName property.- Parameters:
value- allowed object isString
-
getCaption
Gets the value of the caption property.- Returns:
- possible object is
String
-
setCaption
Sets the value of the caption property.- Parameters:
value- allowed object isString
-
getDisplayFolder
Gets the value of the displayFolder property.- Returns:
- possible object is
String
-
setDisplayFolder
Sets the value of the displayFolder property.- Parameters:
value- allowed object isString
-
getMeasureGroup
Gets the value of the measureGroup property.- Returns:
- possible object is
String
-
setMeasureGroup
Sets the value of the measureGroup property.- Parameters:
value- allowed object isString
-
getParentAttr
Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
Sets the value of the parent property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getGoal
Gets the value of the goal property.- Returns:
- possible object is
String
-
setGoal
Sets the value of the goal property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getTrend
Gets the value of the trend property.- Returns:
- possible object is
String
-
setTrend
Sets the value of the trend property.- Parameters:
value- allowed object isString
-
getWeight
Gets the value of the weight property.- Returns:
- possible object is
String
-
setWeight
Sets the value of the weight property.- Parameters:
value- allowed object isString
-
getTime
Gets the value of the time property.- Returns:
- possible object is
String
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-