Class CTPCDKPI

java.lang.Object
org.xlsx4j.sml.CTPCDKPI
All Implemented Interfaces:
Child

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>
 
  • Field Details

    • uniqueName

      protected String uniqueName
    • caption

      protected String caption
    • displayFolder

      protected String displayFolder
    • measureGroup

      protected String measureGroup
    • parent

      protected String parent
    • value

      protected String value
    • goal

      protected String goal
    • status

      protected String status
    • trend

      protected String trend
    • weight

      protected String weight
    • time

      protected String time
  • Constructor Details

    • CTPCDKPI

      public CTPCDKPI()
  • Method Details

    • getUniqueName

      public String getUniqueName()
      Gets the value of the uniqueName property.
      Returns:
      possible object is String
    • setUniqueName

      public void setUniqueName(String value)
      Sets the value of the uniqueName property.
      Parameters:
      value - allowed object is String
    • getCaption

      public String getCaption()
      Gets the value of the caption property.
      Returns:
      possible object is String
    • setCaption

      public void setCaption(String value)
      Sets the value of the caption property.
      Parameters:
      value - allowed object is String
    • getDisplayFolder

      public String getDisplayFolder()
      Gets the value of the displayFolder property.
      Returns:
      possible object is String
    • setDisplayFolder

      public void setDisplayFolder(String value)
      Sets the value of the displayFolder property.
      Parameters:
      value - allowed object is String
    • getMeasureGroup

      public String getMeasureGroup()
      Gets the value of the measureGroup property.
      Returns:
      possible object is String
    • setMeasureGroup

      public void setMeasureGroup(String value)
      Sets the value of the measureGroup property.
      Parameters:
      value - allowed object is String
    • getParentAttr

      public String getParentAttr()
      Gets the value of the parent property.
      Returns:
      possible object is String
    • setParent

      public void setParent(String value)
      Sets the value of the parent property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getGoal

      public String getGoal()
      Gets the value of the goal property.
      Returns:
      possible object is String
    • setGoal

      public void setGoal(String value)
      Sets the value of the goal property.
      Parameters:
      value - allowed object is String
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getTrend

      public String getTrend()
      Gets the value of the trend property.
      Returns:
      possible object is String
    • setTrend

      public void setTrend(String value)
      Sets the value of the trend property.
      Parameters:
      value - allowed object is String
    • getWeight

      public String getWeight()
      Gets the value of the weight property.
      Returns:
      possible object is String
    • setWeight

      public void setWeight(String value)
      Sets the value of the weight property.
      Parameters:
      value - allowed object is String
    • getTime

      public String getTime()
      Gets the value of the time property.
      Returns:
      possible object is String
    • setTime

      public void setTime(String value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.