|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DimensionDocument.Dimension
An XML Dimension(@http://www.opengis.net/wms). This is an atomic type that is a restriction of net.opengis.wms.DimensionDocument$Dimension.
Nested Class Summary | |
---|---|
static class |
DimensionDocument.Dimension.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType |
---|
getStringValue, set, setStringValue, stringValue |
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |