Interface CTCacheHierarchy
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTCacheHierarchy extends XmlObject
An XML CT_CacheHierarchy(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTCacheHierarchy.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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTFieldsUsageaddNewFieldsUsage()Appends and returns a new empty "fieldsUsage" elementCTGroupLevelsaddNewGroupLevels()Appends and returns a new empty "groupLevels" elementjava.lang.StringgetAllCaption()Gets the "allCaption" attributejava.lang.StringgetAllUniqueName()Gets the "allUniqueName" attributebooleangetAttribute()Gets the "attribute" attributejava.lang.StringgetCaption()Gets the "caption" attributelonggetCount()Gets the "count" attributejava.lang.StringgetDefaultMemberUniqueName()Gets the "defaultMemberUniqueName" attributejava.lang.StringgetDimensionUniqueName()Gets the "dimensionUniqueName" attributejava.lang.StringgetDisplayFolder()Gets the "displayFolder" attributeCTExtensionListgetExtLst()Gets the "extLst" elementCTFieldsUsagegetFieldsUsage()Gets the "fieldsUsage" elementCTGroupLevelsgetGroupLevels()Gets the "groupLevels" elementbooleangetHidden()Gets the "hidden" attributeintgetIconSet()Gets the "iconSet" attributebooleangetKeyAttribute()Gets the "keyAttribute" attributebooleangetMeasure()Gets the "measure" attributejava.lang.StringgetMeasureGroup()Gets the "measureGroup" attributebooleangetMeasures()Gets the "measures" attributeintgetMemberValueDatatype()Gets the "memberValueDatatype" attributebooleangetOneField()Gets the "oneField" attributelonggetParentSet()Gets the "parentSet" attributebooleangetSet()Gets the "set" attributebooleangetTime()Gets the "time" attributebooleangetUnbalanced()Gets the "unbalanced" attributebooleangetUnbalancedGroup()Gets the "unbalancedGroup" attributejava.lang.StringgetUniqueName()Gets the "uniqueName" attributebooleanisSetAllCaption()True if has "allCaption" attributebooleanisSetAllUniqueName()True if has "allUniqueName" attributebooleanisSetAttribute()True if has "attribute" attributebooleanisSetCaption()True if has "caption" attributebooleanisSetDefaultMemberUniqueName()True if has "defaultMemberUniqueName" attributebooleanisSetDimensionUniqueName()True if has "dimensionUniqueName" attributebooleanisSetDisplayFolder()True if has "displayFolder" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetFieldsUsage()True if has "fieldsUsage" elementbooleanisSetGroupLevels()True if has "groupLevels" elementbooleanisSetHidden()True if has "hidden" attributebooleanisSetIconSet()True if has "iconSet" attributebooleanisSetKeyAttribute()True if has "keyAttribute" attributebooleanisSetMeasure()True if has "measure" attributebooleanisSetMeasureGroup()True if has "measureGroup" attributebooleanisSetMeasures()True if has "measures" attributebooleanisSetMemberValueDatatype()True if has "memberValueDatatype" attributebooleanisSetOneField()True if has "oneField" attributebooleanisSetParentSet()True if has "parentSet" attributebooleanisSetSet()True if has "set" attributebooleanisSetTime()True if has "time" attributebooleanisSetUnbalanced()True if has "unbalanced" attributebooleanisSetUnbalancedGroup()True if has "unbalancedGroup" attributevoidsetAllCaption(java.lang.String allCaption)Sets the "allCaption" attributevoidsetAllUniqueName(java.lang.String allUniqueName)Sets the "allUniqueName" attributevoidsetAttribute(boolean attribute)Sets the "attribute" attributevoidsetCaption(java.lang.String caption)Sets the "caption" attributevoidsetCount(long count)Sets the "count" attributevoidsetDefaultMemberUniqueName(java.lang.String defaultMemberUniqueName)Sets the "defaultMemberUniqueName" attributevoidsetDimensionUniqueName(java.lang.String dimensionUniqueName)Sets the "dimensionUniqueName" attributevoidsetDisplayFolder(java.lang.String displayFolder)Sets the "displayFolder" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFieldsUsage(CTFieldsUsage fieldsUsage)Sets the "fieldsUsage" elementvoidsetGroupLevels(CTGroupLevels groupLevels)Sets the "groupLevels" elementvoidsetHidden(boolean hidden)Sets the "hidden" attributevoidsetIconSet(int iconSet)Sets the "iconSet" attributevoidsetKeyAttribute(boolean keyAttribute)Sets the "keyAttribute" attributevoidsetMeasure(boolean measure)Sets the "measure" attributevoidsetMeasureGroup(java.lang.String measureGroup)Sets the "measureGroup" attributevoidsetMeasures(boolean measures)Sets the "measures" attributevoidsetMemberValueDatatype(int memberValueDatatype)Sets the "memberValueDatatype" attributevoidsetOneField(boolean oneField)Sets the "oneField" attributevoidsetParentSet(long parentSet)Sets the "parentSet" attributevoidsetSet(boolean set)Sets the "set" attributevoidsetTime(boolean time)Sets the "time" attributevoidsetUnbalanced(boolean unbalanced)Sets the "unbalanced" attributevoidsetUnbalancedGroup(boolean unbalancedGroup)Sets the "unbalancedGroup" attributevoidsetUniqueName(java.lang.String uniqueName)Sets the "uniqueName" attributevoidunsetAllCaption()Unsets the "allCaption" attributevoidunsetAllUniqueName()Unsets the "allUniqueName" attributevoidunsetAttribute()Unsets the "attribute" attributevoidunsetCaption()Unsets the "caption" attributevoidunsetDefaultMemberUniqueName()Unsets the "defaultMemberUniqueName" attributevoidunsetDimensionUniqueName()Unsets the "dimensionUniqueName" attributevoidunsetDisplayFolder()Unsets the "displayFolder" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetFieldsUsage()Unsets the "fieldsUsage" elementvoidunsetGroupLevels()Unsets the "groupLevels" elementvoidunsetHidden()Unsets the "hidden" attributevoidunsetIconSet()Unsets the "iconSet" attributevoidunsetKeyAttribute()Unsets the "keyAttribute" attributevoidunsetMeasure()Unsets the "measure" attributevoidunsetMeasureGroup()Unsets the "measureGroup" attributevoidunsetMeasures()Unsets the "measures" attributevoidunsetMemberValueDatatype()Unsets the "memberValueDatatype" attributevoidunsetOneField()Unsets the "oneField" attributevoidunsetParentSet()Unsets the "parentSet" attributevoidunsetSet()Unsets the "set" attributevoidunsetTime()Unsets the "time" attributevoidunsetUnbalanced()Unsets the "unbalanced" attributevoidunsetUnbalancedGroup()Unsets the "unbalancedGroup" attributeSTXstringxgetAllCaption()Gets (as xml) the "allCaption" attributeSTXstringxgetAllUniqueName()Gets (as xml) the "allUniqueName" attributeXmlBooleanxgetAttribute()Gets (as xml) the "attribute" attributeSTXstringxgetCaption()Gets (as xml) the "caption" attributeXmlUnsignedIntxgetCount()Gets (as xml) the "count" attributeSTXstringxgetDefaultMemberUniqueName()Gets (as xml) the "defaultMemberUniqueName" attributeSTXstringxgetDimensionUniqueName()Gets (as xml) the "dimensionUniqueName" attributeSTXstringxgetDisplayFolder()Gets (as xml) the "displayFolder" attributeXmlBooleanxgetHidden()Gets (as xml) the "hidden" attributeXmlIntxgetIconSet()Gets (as xml) the "iconSet" attributeXmlBooleanxgetKeyAttribute()Gets (as xml) the "keyAttribute" attributeXmlBooleanxgetMeasure()Gets (as xml) the "measure" attributeSTXstringxgetMeasureGroup()Gets (as xml) the "measureGroup" attributeXmlBooleanxgetMeasures()Gets (as xml) the "measures" attributeXmlUnsignedShortxgetMemberValueDatatype()Gets (as xml) the "memberValueDatatype" attributeXmlBooleanxgetOneField()Gets (as xml) the "oneField" attributeXmlUnsignedIntxgetParentSet()Gets (as xml) the "parentSet" attributeXmlBooleanxgetSet()Gets (as xml) the "set" attributeXmlBooleanxgetTime()Gets (as xml) the "time" attributeXmlBooleanxgetUnbalanced()Gets (as xml) the "unbalanced" attributeXmlBooleanxgetUnbalancedGroup()Gets (as xml) the "unbalancedGroup" attributeSTXstringxgetUniqueName()Gets (as xml) the "uniqueName" attributevoidxsetAllCaption(STXstring allCaption)Sets (as xml) the "allCaption" attributevoidxsetAllUniqueName(STXstring allUniqueName)Sets (as xml) the "allUniqueName" attributevoidxsetAttribute(XmlBoolean attribute)Sets (as xml) the "attribute" attributevoidxsetCaption(STXstring caption)Sets (as xml) the "caption" attributevoidxsetCount(XmlUnsignedInt count)Sets (as xml) the "count" attributevoidxsetDefaultMemberUniqueName(STXstring defaultMemberUniqueName)Sets (as xml) the "defaultMemberUniqueName" attributevoidxsetDimensionUniqueName(STXstring dimensionUniqueName)Sets (as xml) the "dimensionUniqueName" attributevoidxsetDisplayFolder(STXstring displayFolder)Sets (as xml) the "displayFolder" attributevoidxsetHidden(XmlBoolean hidden)Sets (as xml) the "hidden" attributevoidxsetIconSet(XmlInt iconSet)Sets (as xml) the "iconSet" attributevoidxsetKeyAttribute(XmlBoolean keyAttribute)Sets (as xml) the "keyAttribute" attributevoidxsetMeasure(XmlBoolean measure)Sets (as xml) the "measure" attributevoidxsetMeasureGroup(STXstring measureGroup)Sets (as xml) the "measureGroup" attributevoidxsetMeasures(XmlBoolean measures)Sets (as xml) the "measures" attributevoidxsetMemberValueDatatype(XmlUnsignedShort memberValueDatatype)Sets (as xml) the "memberValueDatatype" attributevoidxsetOneField(XmlBoolean oneField)Sets (as xml) the "oneField" attributevoidxsetParentSet(XmlUnsignedInt parentSet)Sets (as xml) the "parentSet" attributevoidxsetSet(XmlBoolean set)Sets (as xml) the "set" attributevoidxsetTime(XmlBoolean time)Sets (as xml) the "time" attributevoidxsetUnbalanced(XmlBoolean unbalanced)Sets (as xml) the "unbalanced" attributevoidxsetUnbalancedGroup(XmlBoolean unbalancedGroup)Sets (as xml) the "unbalancedGroup" attributevoidxsetUniqueName(STXstring uniqueName)Sets (as xml) the "uniqueName" 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
-
getFieldsUsage
CTFieldsUsage getFieldsUsage()
Gets the "fieldsUsage" element
-
isSetFieldsUsage
boolean isSetFieldsUsage()
True if has "fieldsUsage" element
-
setFieldsUsage
void setFieldsUsage(CTFieldsUsage fieldsUsage)
Sets the "fieldsUsage" element
-
addNewFieldsUsage
CTFieldsUsage addNewFieldsUsage()
Appends and returns a new empty "fieldsUsage" element
-
unsetFieldsUsage
void unsetFieldsUsage()
Unsets the "fieldsUsage" element
-
getGroupLevels
CTGroupLevels getGroupLevels()
Gets the "groupLevels" element
-
isSetGroupLevels
boolean isSetGroupLevels()
True if has "groupLevels" element
-
setGroupLevels
void setGroupLevels(CTGroupLevels groupLevels)
Sets the "groupLevels" element
-
addNewGroupLevels
CTGroupLevels addNewGroupLevels()
Appends and returns a new empty "groupLevels" element
-
unsetGroupLevels
void unsetGroupLevels()
Unsets the "groupLevels" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
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
-
getMeasure
boolean getMeasure()
Gets the "measure" attribute
-
xgetMeasure
XmlBoolean xgetMeasure()
Gets (as xml) the "measure" attribute
-
isSetMeasure
boolean isSetMeasure()
True if has "measure" attribute
-
setMeasure
void setMeasure(boolean measure)
Sets the "measure" attribute
-
xsetMeasure
void xsetMeasure(XmlBoolean measure)
Sets (as xml) the "measure" attribute
-
unsetMeasure
void unsetMeasure()
Unsets the "measure" attribute
-
getSet
boolean getSet()
Gets the "set" attribute
-
xgetSet
XmlBoolean xgetSet()
Gets (as xml) the "set" attribute
-
isSetSet
boolean isSetSet()
True if has "set" attribute
-
setSet
void setSet(boolean set)
Sets the "set" attribute
-
xsetSet
void xsetSet(XmlBoolean set)
Sets (as xml) the "set" attribute
-
unsetSet
void unsetSet()
Unsets the "set" attribute
-
getParentSet
long getParentSet()
Gets the "parentSet" attribute
-
xgetParentSet
XmlUnsignedInt xgetParentSet()
Gets (as xml) the "parentSet" attribute
-
isSetParentSet
boolean isSetParentSet()
True if has "parentSet" attribute
-
setParentSet
void setParentSet(long parentSet)
Sets the "parentSet" attribute
-
xsetParentSet
void xsetParentSet(XmlUnsignedInt parentSet)
Sets (as xml) the "parentSet" attribute
-
unsetParentSet
void unsetParentSet()
Unsets the "parentSet" attribute
-
getIconSet
int getIconSet()
Gets the "iconSet" attribute
-
xgetIconSet
XmlInt xgetIconSet()
Gets (as xml) the "iconSet" attribute
-
isSetIconSet
boolean isSetIconSet()
True if has "iconSet" attribute
-
setIconSet
void setIconSet(int iconSet)
Sets the "iconSet" attribute
-
xsetIconSet
void xsetIconSet(XmlInt iconSet)
Sets (as xml) the "iconSet" attribute
-
unsetIconSet
void unsetIconSet()
Unsets the "iconSet" attribute
-
getAttribute
boolean getAttribute()
Gets the "attribute" attribute
-
xgetAttribute
XmlBoolean xgetAttribute()
Gets (as xml) the "attribute" attribute
-
isSetAttribute
boolean isSetAttribute()
True if has "attribute" attribute
-
setAttribute
void setAttribute(boolean attribute)
Sets the "attribute" attribute
-
xsetAttribute
void xsetAttribute(XmlBoolean attribute)
Sets (as xml) the "attribute" attribute
-
unsetAttribute
void unsetAttribute()
Unsets the "attribute" attribute
-
getTime
boolean getTime()
Gets the "time" attribute
-
xgetTime
XmlBoolean xgetTime()
Gets (as xml) the "time" attribute
-
isSetTime
boolean isSetTime()
True if has "time" attribute
-
setTime
void setTime(boolean time)
Sets the "time" attribute
-
xsetTime
void xsetTime(XmlBoolean time)
Sets (as xml) the "time" attribute
-
unsetTime
void unsetTime()
Unsets the "time" attribute
-
getKeyAttribute
boolean getKeyAttribute()
Gets the "keyAttribute" attribute
-
xgetKeyAttribute
XmlBoolean xgetKeyAttribute()
Gets (as xml) the "keyAttribute" attribute
-
isSetKeyAttribute
boolean isSetKeyAttribute()
True if has "keyAttribute" attribute
-
setKeyAttribute
void setKeyAttribute(boolean keyAttribute)
Sets the "keyAttribute" attribute
-
xsetKeyAttribute
void xsetKeyAttribute(XmlBoolean keyAttribute)
Sets (as xml) the "keyAttribute" attribute
-
unsetKeyAttribute
void unsetKeyAttribute()
Unsets the "keyAttribute" attribute
-
getDefaultMemberUniqueName
java.lang.String getDefaultMemberUniqueName()
Gets the "defaultMemberUniqueName" attribute
-
xgetDefaultMemberUniqueName
STXstring xgetDefaultMemberUniqueName()
Gets (as xml) the "defaultMemberUniqueName" attribute
-
isSetDefaultMemberUniqueName
boolean isSetDefaultMemberUniqueName()
True if has "defaultMemberUniqueName" attribute
-
setDefaultMemberUniqueName
void setDefaultMemberUniqueName(java.lang.String defaultMemberUniqueName)
Sets the "defaultMemberUniqueName" attribute
-
xsetDefaultMemberUniqueName
void xsetDefaultMemberUniqueName(STXstring defaultMemberUniqueName)
Sets (as xml) the "defaultMemberUniqueName" attribute
-
unsetDefaultMemberUniqueName
void unsetDefaultMemberUniqueName()
Unsets the "defaultMemberUniqueName" attribute
-
getAllUniqueName
java.lang.String getAllUniqueName()
Gets the "allUniqueName" attribute
-
xgetAllUniqueName
STXstring xgetAllUniqueName()
Gets (as xml) the "allUniqueName" attribute
-
isSetAllUniqueName
boolean isSetAllUniqueName()
True if has "allUniqueName" attribute
-
setAllUniqueName
void setAllUniqueName(java.lang.String allUniqueName)
Sets the "allUniqueName" attribute
-
xsetAllUniqueName
void xsetAllUniqueName(STXstring allUniqueName)
Sets (as xml) the "allUniqueName" attribute
-
unsetAllUniqueName
void unsetAllUniqueName()
Unsets the "allUniqueName" attribute
-
getAllCaption
java.lang.String getAllCaption()
Gets the "allCaption" attribute
-
xgetAllCaption
STXstring xgetAllCaption()
Gets (as xml) the "allCaption" attribute
-
isSetAllCaption
boolean isSetAllCaption()
True if has "allCaption" attribute
-
setAllCaption
void setAllCaption(java.lang.String allCaption)
Sets the "allCaption" attribute
-
xsetAllCaption
void xsetAllCaption(STXstring allCaption)
Sets (as xml) the "allCaption" attribute
-
unsetAllCaption
void unsetAllCaption()
Unsets the "allCaption" attribute
-
getDimensionUniqueName
java.lang.String getDimensionUniqueName()
Gets the "dimensionUniqueName" attribute
-
xgetDimensionUniqueName
STXstring xgetDimensionUniqueName()
Gets (as xml) the "dimensionUniqueName" attribute
-
isSetDimensionUniqueName
boolean isSetDimensionUniqueName()
True if has "dimensionUniqueName" attribute
-
setDimensionUniqueName
void setDimensionUniqueName(java.lang.String dimensionUniqueName)
Sets the "dimensionUniqueName" attribute
-
xsetDimensionUniqueName
void xsetDimensionUniqueName(STXstring dimensionUniqueName)
Sets (as xml) the "dimensionUniqueName" attribute
-
unsetDimensionUniqueName
void unsetDimensionUniqueName()
Unsets the "dimensionUniqueName" 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
-
getMeasures
boolean getMeasures()
Gets the "measures" attribute
-
xgetMeasures
XmlBoolean xgetMeasures()
Gets (as xml) the "measures" attribute
-
isSetMeasures
boolean isSetMeasures()
True if has "measures" attribute
-
setMeasures
void setMeasures(boolean measures)
Sets the "measures" attribute
-
xsetMeasures
void xsetMeasures(XmlBoolean measures)
Sets (as xml) the "measures" attribute
-
unsetMeasures
void unsetMeasures()
Unsets the "measures" attribute
-
getCount
long getCount()
Gets the "count" attribute
-
xgetCount
XmlUnsignedInt xgetCount()
Gets (as xml) the "count" attribute
-
setCount
void setCount(long count)
Sets the "count" attribute
-
xsetCount
void xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attribute
-
getOneField
boolean getOneField()
Gets the "oneField" attribute
-
xgetOneField
XmlBoolean xgetOneField()
Gets (as xml) the "oneField" attribute
-
isSetOneField
boolean isSetOneField()
True if has "oneField" attribute
-
setOneField
void setOneField(boolean oneField)
Sets the "oneField" attribute
-
xsetOneField
void xsetOneField(XmlBoolean oneField)
Sets (as xml) the "oneField" attribute
-
unsetOneField
void unsetOneField()
Unsets the "oneField" attribute
-
getMemberValueDatatype
int getMemberValueDatatype()
Gets the "memberValueDatatype" attribute
-
xgetMemberValueDatatype
XmlUnsignedShort xgetMemberValueDatatype()
Gets (as xml) the "memberValueDatatype" attribute
-
isSetMemberValueDatatype
boolean isSetMemberValueDatatype()
True if has "memberValueDatatype" attribute
-
setMemberValueDatatype
void setMemberValueDatatype(int memberValueDatatype)
Sets the "memberValueDatatype" attribute
-
xsetMemberValueDatatype
void xsetMemberValueDatatype(XmlUnsignedShort memberValueDatatype)
Sets (as xml) the "memberValueDatatype" attribute
-
unsetMemberValueDatatype
void unsetMemberValueDatatype()
Unsets the "memberValueDatatype" attribute
-
getUnbalanced
boolean getUnbalanced()
Gets the "unbalanced" attribute
-
xgetUnbalanced
XmlBoolean xgetUnbalanced()
Gets (as xml) the "unbalanced" attribute
-
isSetUnbalanced
boolean isSetUnbalanced()
True if has "unbalanced" attribute
-
setUnbalanced
void setUnbalanced(boolean unbalanced)
Sets the "unbalanced" attribute
-
xsetUnbalanced
void xsetUnbalanced(XmlBoolean unbalanced)
Sets (as xml) the "unbalanced" attribute
-
unsetUnbalanced
void unsetUnbalanced()
Unsets the "unbalanced" attribute
-
getUnbalancedGroup
boolean getUnbalancedGroup()
Gets the "unbalancedGroup" attribute
-
xgetUnbalancedGroup
XmlBoolean xgetUnbalancedGroup()
Gets (as xml) the "unbalancedGroup" attribute
-
isSetUnbalancedGroup
boolean isSetUnbalancedGroup()
True if has "unbalancedGroup" attribute
-
setUnbalancedGroup
void setUnbalancedGroup(boolean unbalancedGroup)
Sets the "unbalancedGroup" attribute
-
xsetUnbalancedGroup
void xsetUnbalancedGroup(XmlBoolean unbalancedGroup)
Sets (as xml) the "unbalancedGroup" attribute
-
unsetUnbalancedGroup
void unsetUnbalancedGroup()
Unsets the "unbalancedGroup" attribute
-
getHidden
boolean getHidden()
Gets the "hidden" attribute
-
xgetHidden
XmlBoolean xgetHidden()
Gets (as xml) the "hidden" attribute
-
isSetHidden
boolean isSetHidden()
True if has "hidden" attribute
-
setHidden
void setHidden(boolean hidden)
Sets the "hidden" attribute
-
xsetHidden
void xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attribute
-
unsetHidden
void unsetHidden()
Unsets the "hidden" attribute
-
-