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.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 Summary

    Constructors 
    Constructor Description
    CTPCDKPI()  
  • Method Summary

    Modifier and Type Method 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

  • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.