public static interface DimensionDocument.Dimension
extends org.apache.xmlbeans.XmlString
| Modifier and Type | Interface and Description |
|---|---|
static class |
DimensionDocument.Dimension.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCurrent()
Gets the "current" attribute
|
String |
getDefault()
Gets the "default" attribute
|
boolean |
getMultipleValues()
Gets the "multipleValues" attribute
|
String |
getName()
Gets the "name" attribute
|
boolean |
getNearestValue()
Gets the "nearestValue" attribute
|
String |
getUnits()
Gets the "units" attribute
|
String |
getUnitSymbol()
Gets the "unitSymbol" attribute
|
boolean |
isSetCurrent()
True if has "current" attribute
|
boolean |
isSetDefault()
True if has "default" attribute
|
boolean |
isSetMultipleValues()
True if has "multipleValues" attribute
|
boolean |
isSetNearestValue()
True if has "nearestValue" attribute
|
boolean |
isSetUnitSymbol()
True if has "unitSymbol" attribute
|
void |
setCurrent(boolean current)
Sets the "current" attribute
|
void |
setDefault(String xdefault)
Sets the "default" attribute
|
void |
setMultipleValues(boolean multipleValues)
Sets the "multipleValues" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setNearestValue(boolean nearestValue)
Sets the "nearestValue" attribute
|
void |
setUnits(String units)
Sets the "units" attribute
|
void |
setUnitSymbol(String unitSymbol)
Sets the "unitSymbol" attribute
|
void |
unsetCurrent()
Unsets the "current" attribute
|
void |
unsetDefault()
Unsets the "default" attribute
|
void |
unsetMultipleValues()
Unsets the "multipleValues" attribute
|
void |
unsetNearestValue()
Unsets the "nearestValue" attribute
|
void |
unsetUnitSymbol()
Unsets the "unitSymbol" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetCurrent()
Gets (as xml) the "current" attribute
|
org.apache.xmlbeans.XmlString |
xgetDefault()
Gets (as xml) the "default" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetMultipleValues()
Gets (as xml) the "multipleValues" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetNearestValue()
Gets (as xml) the "nearestValue" attribute
|
org.apache.xmlbeans.XmlString |
xgetUnits()
Gets (as xml) the "units" attribute
|
org.apache.xmlbeans.XmlString |
xgetUnitSymbol()
Gets (as xml) the "unitSymbol" attribute
|
void |
xsetCurrent(org.apache.xmlbeans.XmlBoolean current)
Sets (as xml) the "current" attribute
|
void |
xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Sets (as xml) the "default" attribute
|
void |
xsetMultipleValues(org.apache.xmlbeans.XmlBoolean multipleValues)
Sets (as xml) the "multipleValues" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetNearestValue(org.apache.xmlbeans.XmlBoolean nearestValue)
Sets (as xml) the "nearestValue" attribute
|
void |
xsetUnits(org.apache.xmlbeans.XmlString units)
Sets (as xml) the "units" attribute
|
void |
xsetUnitSymbol(org.apache.xmlbeans.XmlString unitSymbol)
Sets (as xml) the "unitSymbol" attribute
|
getStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getUnits()
org.apache.xmlbeans.XmlString xgetUnits()
void setUnits(String units)
void xsetUnits(org.apache.xmlbeans.XmlString units)
String getUnitSymbol()
org.apache.xmlbeans.XmlString xgetUnitSymbol()
boolean isSetUnitSymbol()
void setUnitSymbol(String unitSymbol)
void xsetUnitSymbol(org.apache.xmlbeans.XmlString unitSymbol)
void unsetUnitSymbol()
String getDefault()
org.apache.xmlbeans.XmlString xgetDefault()
boolean isSetDefault()
void setDefault(String xdefault)
void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
void unsetDefault()
boolean getMultipleValues()
org.apache.xmlbeans.XmlBoolean xgetMultipleValues()
boolean isSetMultipleValues()
void setMultipleValues(boolean multipleValues)
void xsetMultipleValues(org.apache.xmlbeans.XmlBoolean multipleValues)
void unsetMultipleValues()
boolean getNearestValue()
org.apache.xmlbeans.XmlBoolean xgetNearestValue()
boolean isSetNearestValue()
void setNearestValue(boolean nearestValue)
void xsetNearestValue(org.apache.xmlbeans.XmlBoolean nearestValue)
void unsetNearestValue()
boolean getCurrent()
org.apache.xmlbeans.XmlBoolean xgetCurrent()
boolean isSetCurrent()
void setCurrent(boolean current)
void xsetCurrent(org.apache.xmlbeans.XmlBoolean current)
void unsetCurrent()
Copyright © 2015 52north.org. All rights reserved.