Interface CTPCDKPI
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPCDKPI extends XmlObject
An XML CT_PCDKPI(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPCDKPI.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCaption()Gets the "caption" attributejava.lang.StringgetDisplayFolder()Gets the "displayFolder" attributejava.lang.StringgetGoal()Gets the "goal" attributejava.lang.StringgetMeasureGroup()Gets the "measureGroup" attributejava.lang.StringgetParent()Gets the "parent" attributejava.lang.StringgetStatus()Gets the "status" attributejava.lang.StringgetTime()Gets the "time" attributejava.lang.StringgetTrend()Gets the "trend" attributejava.lang.StringgetUniqueName()Gets the "uniqueName" attributejava.lang.StringgetValue()Gets the "value" attributejava.lang.StringgetWeight()Gets the "weight" attributebooleanisSetCaption()True if has "caption" attributebooleanisSetDisplayFolder()True if has "displayFolder" attributebooleanisSetGoal()True if has "goal" attributebooleanisSetMeasureGroup()True if has "measureGroup" attributebooleanisSetParent()True if has "parent" attributebooleanisSetStatus()True if has "status" attributebooleanisSetTime()True if has "time" attributebooleanisSetTrend()True if has "trend" attributebooleanisSetWeight()True if has "weight" attributevoidsetCaption(java.lang.String caption)Sets the "caption" attributevoidsetDisplayFolder(java.lang.String displayFolder)Sets the "displayFolder" attributevoidsetGoal(java.lang.String goal)Sets the "goal" attributevoidsetMeasureGroup(java.lang.String measureGroup)Sets the "measureGroup" attributevoidsetParent(java.lang.String parent)Sets the "parent" attributevoidsetStatus(java.lang.String status)Sets the "status" attributevoidsetTime(java.lang.String time)Sets the "time" attributevoidsetTrend(java.lang.String trend)Sets the "trend" attributevoidsetUniqueName(java.lang.String uniqueName)Sets the "uniqueName" attributevoidsetValue(java.lang.String value)Sets the "value" attributevoidsetWeight(java.lang.String weight)Sets the "weight" attributevoidunsetCaption()Unsets the "caption" attributevoidunsetDisplayFolder()Unsets the "displayFolder" attributevoidunsetGoal()Unsets the "goal" attributevoidunsetMeasureGroup()Unsets the "measureGroup" attributevoidunsetParent()Unsets the "parent" attributevoidunsetStatus()Unsets the "status" attributevoidunsetTime()Unsets the "time" attributevoidunsetTrend()Unsets the "trend" attributevoidunsetWeight()Unsets the "weight" attributeSTXstringxgetCaption()Gets (as xml) the "caption" attributeSTXstringxgetDisplayFolder()Gets (as xml) the "displayFolder" attributeSTXstringxgetGoal()Gets (as xml) the "goal" attributeSTXstringxgetMeasureGroup()Gets (as xml) the "measureGroup" attributeSTXstringxgetParent()Gets (as xml) the "parent" attributeSTXstringxgetStatus()Gets (as xml) the "status" attributeSTXstringxgetTime()Gets (as xml) the "time" attributeSTXstringxgetTrend()Gets (as xml) the "trend" attributeSTXstringxgetUniqueName()Gets (as xml) the "uniqueName" attributeSTXstringxgetValue()Gets (as xml) the "value" attributeSTXstringxgetWeight()Gets (as xml) the "weight" attributevoidxsetCaption(STXstring caption)Sets (as xml) the "caption" attributevoidxsetDisplayFolder(STXstring displayFolder)Sets (as xml) the "displayFolder" attributevoidxsetGoal(STXstring goal)Sets (as xml) the "goal" attributevoidxsetMeasureGroup(STXstring measureGroup)Sets (as xml) the "measureGroup" attributevoidxsetParent(STXstring parent)Sets (as xml) the "parent" attributevoidxsetStatus(STXstring status)Sets (as xml) the "status" attributevoidxsetTime(STXstring time)Sets (as xml) the "time" attributevoidxsetTrend(STXstring trend)Sets (as xml) the "trend" attributevoidxsetUniqueName(STXstring uniqueName)Sets (as xml) the "uniqueName" attributevoidxsetValue(STXstring value)Sets (as xml) the "value" attributevoidxsetWeight(STXstring weight)Sets (as xml) the "weight" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getUniqueName
java.lang.String getUniqueName()
Gets the "uniqueName" attribute
-
xgetUniqueName
STXstring xgetUniqueName()
Gets (as xml) the "uniqueName" attribute
-
setUniqueName
void setUniqueName(java.lang.String uniqueName)
Sets the "uniqueName" attribute
-
xsetUniqueName
void xsetUniqueName(STXstring uniqueName)
Sets (as xml) the "uniqueName" attribute
-
getCaption
java.lang.String getCaption()
Gets the "caption" attribute
-
xgetCaption
STXstring xgetCaption()
Gets (as xml) the "caption" attribute
-
isSetCaption
boolean isSetCaption()
True if has "caption" attribute
-
setCaption
void setCaption(java.lang.String caption)
Sets the "caption" attribute
-
xsetCaption
void xsetCaption(STXstring caption)
Sets (as xml) the "caption" attribute
-
unsetCaption
void unsetCaption()
Unsets the "caption" attribute
-
getDisplayFolder
java.lang.String getDisplayFolder()
Gets the "displayFolder" attribute
-
xgetDisplayFolder
STXstring xgetDisplayFolder()
Gets (as xml) the "displayFolder" attribute
-
isSetDisplayFolder
boolean isSetDisplayFolder()
True if has "displayFolder" attribute
-
setDisplayFolder
void setDisplayFolder(java.lang.String displayFolder)
Sets the "displayFolder" attribute
-
xsetDisplayFolder
void xsetDisplayFolder(STXstring displayFolder)
Sets (as xml) the "displayFolder" attribute
-
unsetDisplayFolder
void unsetDisplayFolder()
Unsets the "displayFolder" attribute
-
getMeasureGroup
java.lang.String getMeasureGroup()
Gets the "measureGroup" attribute
-
xgetMeasureGroup
STXstring xgetMeasureGroup()
Gets (as xml) the "measureGroup" attribute
-
isSetMeasureGroup
boolean isSetMeasureGroup()
True if has "measureGroup" attribute
-
setMeasureGroup
void setMeasureGroup(java.lang.String measureGroup)
Sets the "measureGroup" attribute
-
xsetMeasureGroup
void xsetMeasureGroup(STXstring measureGroup)
Sets (as xml) the "measureGroup" attribute
-
unsetMeasureGroup
void unsetMeasureGroup()
Unsets the "measureGroup" attribute
-
getParent
java.lang.String getParent()
Gets the "parent" attribute
-
xgetParent
STXstring xgetParent()
Gets (as xml) the "parent" attribute
-
isSetParent
boolean isSetParent()
True if has "parent" attribute
-
setParent
void setParent(java.lang.String parent)
Sets the "parent" attribute
-
xsetParent
void xsetParent(STXstring parent)
Sets (as xml) the "parent" attribute
-
unsetParent
void unsetParent()
Unsets the "parent" attribute
-
getValue
java.lang.String getValue()
Gets the "value" attribute
-
xgetValue
STXstring xgetValue()
Gets (as xml) the "value" attribute
-
setValue
void setValue(java.lang.String value)
Sets the "value" attribute
-
xsetValue
void xsetValue(STXstring value)
Sets (as xml) the "value" attribute
-
getGoal
java.lang.String getGoal()
Gets the "goal" attribute
-
xgetGoal
STXstring xgetGoal()
Gets (as xml) the "goal" attribute
-
isSetGoal
boolean isSetGoal()
True if has "goal" attribute
-
setGoal
void setGoal(java.lang.String goal)
Sets the "goal" attribute
-
xsetGoal
void xsetGoal(STXstring goal)
Sets (as xml) the "goal" attribute
-
unsetGoal
void unsetGoal()
Unsets the "goal" attribute
-
getStatus
java.lang.String getStatus()
Gets the "status" attribute
-
xgetStatus
STXstring xgetStatus()
Gets (as xml) the "status" attribute
-
isSetStatus
boolean isSetStatus()
True if has "status" attribute
-
setStatus
void setStatus(java.lang.String status)
Sets the "status" attribute
-
xsetStatus
void xsetStatus(STXstring status)
Sets (as xml) the "status" attribute
-
unsetStatus
void unsetStatus()
Unsets the "status" attribute
-
getTrend
java.lang.String getTrend()
Gets the "trend" attribute
-
xgetTrend
STXstring xgetTrend()
Gets (as xml) the "trend" attribute
-
isSetTrend
boolean isSetTrend()
True if has "trend" attribute
-
setTrend
void setTrend(java.lang.String trend)
Sets the "trend" attribute
-
xsetTrend
void xsetTrend(STXstring trend)
Sets (as xml) the "trend" attribute
-
unsetTrend
void unsetTrend()
Unsets the "trend" attribute
-
getWeight
java.lang.String getWeight()
Gets the "weight" attribute
-
xgetWeight
STXstring xgetWeight()
Gets (as xml) the "weight" attribute
-
isSetWeight
boolean isSetWeight()
True if has "weight" attribute
-
setWeight
void setWeight(java.lang.String weight)
Sets the "weight" attribute
-
xsetWeight
void xsetWeight(STXstring weight)
Sets (as xml) the "weight" attribute
-
unsetWeight
void unsetWeight()
Unsets the "weight" attribute
-
getTime
java.lang.String getTime()
Gets the "time" attribute
-
xgetTime
STXstring xgetTime()
Gets (as xml) the "time" attribute
-
isSetTime
boolean isSetTime()
True if has "time" attribute
-
setTime
void setTime(java.lang.String time)
Sets the "time" attribute
-
xsetTime
void xsetTime(STXstring time)
Sets (as xml) the "time" attribute
-
unsetTime
void unsetTime()
Unsets the "time" attribute
-
-