net.opengis.wms
Interface DimensionDocument.Dimension

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DimensionDocumentImpl.DimensionImpl
Enclosing interface:
DimensionDocument

public static interface DimensionDocument.Dimension
extends org.apache.xmlbeans.XmlString

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute


getUnits

String getUnits()
Gets the "units" attribute


xgetUnits

org.apache.xmlbeans.XmlString xgetUnits()
Gets (as xml) the "units" attribute


setUnits

void setUnits(String units)
Sets the "units" attribute


xsetUnits

void xsetUnits(org.apache.xmlbeans.XmlString units)
Sets (as xml) the "units" attribute


getUnitSymbol

String getUnitSymbol()
Gets the "unitSymbol" attribute


xgetUnitSymbol

org.apache.xmlbeans.XmlString xgetUnitSymbol()
Gets (as xml) the "unitSymbol" attribute


isSetUnitSymbol

boolean isSetUnitSymbol()
True if has "unitSymbol" attribute


setUnitSymbol

void setUnitSymbol(String unitSymbol)
Sets the "unitSymbol" attribute


xsetUnitSymbol

void xsetUnitSymbol(org.apache.xmlbeans.XmlString unitSymbol)
Sets (as xml) the "unitSymbol" attribute


unsetUnitSymbol

void unsetUnitSymbol()
Unsets the "unitSymbol" attribute


getDefault

String getDefault()
Gets the "default" attribute


xgetDefault

org.apache.xmlbeans.XmlString xgetDefault()
Gets (as xml) the "default" attribute


isSetDefault

boolean isSetDefault()
True if has "default" attribute


setDefault

void setDefault(String xdefault)
Sets the "default" attribute


xsetDefault

void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Sets (as xml) the "default" attribute


unsetDefault

void unsetDefault()
Unsets the "default" attribute


getMultipleValues

boolean getMultipleValues()
Gets the "multipleValues" attribute


xgetMultipleValues

org.apache.xmlbeans.XmlBoolean xgetMultipleValues()
Gets (as xml) the "multipleValues" attribute


isSetMultipleValues

boolean isSetMultipleValues()
True if has "multipleValues" attribute


setMultipleValues

void setMultipleValues(boolean multipleValues)
Sets the "multipleValues" attribute


xsetMultipleValues

void xsetMultipleValues(org.apache.xmlbeans.XmlBoolean multipleValues)
Sets (as xml) the "multipleValues" attribute


unsetMultipleValues

void unsetMultipleValues()
Unsets the "multipleValues" attribute


getNearestValue

boolean getNearestValue()
Gets the "nearestValue" attribute


xgetNearestValue

org.apache.xmlbeans.XmlBoolean xgetNearestValue()
Gets (as xml) the "nearestValue" attribute


isSetNearestValue

boolean isSetNearestValue()
True if has "nearestValue" attribute


setNearestValue

void setNearestValue(boolean nearestValue)
Sets the "nearestValue" attribute


xsetNearestValue

void xsetNearestValue(org.apache.xmlbeans.XmlBoolean nearestValue)
Sets (as xml) the "nearestValue" attribute


unsetNearestValue

void unsetNearestValue()
Unsets the "nearestValue" attribute


getCurrent

boolean getCurrent()
Gets the "current" attribute


xgetCurrent

org.apache.xmlbeans.XmlBoolean xgetCurrent()
Gets (as xml) the "current" attribute


isSetCurrent

boolean isSetCurrent()
True if has "current" attribute


setCurrent

void setCurrent(boolean current)
Sets the "current" attribute


xsetCurrent

void xsetCurrent(org.apache.xmlbeans.XmlBoolean current)
Sets (as xml) the "current" attribute


unsetCurrent

void unsetCurrent()
Unsets the "current" attribute



Copyright © 2004-2013 52north.org. All Rights Reserved.