Package net.opengis.gml.x32
Interface CoordinateSystemAxisType
-
- All Superinterfaces:
AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CoordinateSystemAxisTypeImpl
public interface CoordinateSystemAxisType extends IdentifiedObjectType
An XML CoordinateSystemAxisType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCoordinateSystemAxisType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypeaddNewAxisAbbrev()Appends and returns a new empty "axisAbbrev" elementCodeWithAuthorityTypeaddNewAxisDirection()Appends and returns a new empty "axisDirection" elementCodeWithAuthorityTypeaddNewRangeMeaning()Appends and returns a new empty "rangeMeaning" elementCodeTypegetAxisAbbrev()Gets the "axisAbbrev" elementCodeWithAuthorityTypegetAxisDirection()Gets the "axisDirection" elementdoublegetMaximumValue()Gets the "maximumValue" elementdoublegetMinimumValue()Gets the "minimumValue" elementCodeWithAuthorityTypegetRangeMeaning()Gets the "rangeMeaning" elementStringgetUom()Gets the "uom" attributebooleanisSetMaximumValue()True if has "maximumValue" elementbooleanisSetMinimumValue()True if has "minimumValue" elementbooleanisSetRangeMeaning()True if has "rangeMeaning" elementvoidsetAxisAbbrev(CodeType axisAbbrev)Sets the "axisAbbrev" elementvoidsetAxisDirection(CodeWithAuthorityType axisDirection)Sets the "axisDirection" elementvoidsetMaximumValue(double maximumValue)Sets the "maximumValue" elementvoidsetMinimumValue(double minimumValue)Sets the "minimumValue" elementvoidsetRangeMeaning(CodeWithAuthorityType rangeMeaning)Sets the "rangeMeaning" elementvoidsetUom(String uom)Sets the "uom" attributevoidunsetMaximumValue()Unsets the "maximumValue" elementvoidunsetMinimumValue()Unsets the "minimumValue" elementvoidunsetRangeMeaning()Unsets the "rangeMeaning" elementorg.apache.xmlbeans.XmlDoublexgetMaximumValue()Gets (as xml) the "maximumValue" elementorg.apache.xmlbeans.XmlDoublexgetMinimumValue()Gets (as xml) the "minimumValue" elementUomIdentifierxgetUom()Gets (as xml) the "uom" attributevoidxsetMaximumValue(org.apache.xmlbeans.XmlDouble maximumValue)Sets (as xml) the "maximumValue" elementvoidxsetMinimumValue(org.apache.xmlbeans.XmlDouble minimumValue)Sets (as xml) the "minimumValue" elementvoidxsetUom(UomIdentifier uom)Sets (as xml) the "uom" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.DefinitionBaseType
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from interface net.opengis.gml.x32.DefinitionType
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
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
-
-
-
-
Method Detail
-
getAxisAbbrev
CodeType getAxisAbbrev()
Gets the "axisAbbrev" element
-
setAxisAbbrev
void setAxisAbbrev(CodeType axisAbbrev)
Sets the "axisAbbrev" element
-
addNewAxisAbbrev
CodeType addNewAxisAbbrev()
Appends and returns a new empty "axisAbbrev" element
-
getAxisDirection
CodeWithAuthorityType getAxisDirection()
Gets the "axisDirection" element
-
setAxisDirection
void setAxisDirection(CodeWithAuthorityType axisDirection)
Sets the "axisDirection" element
-
addNewAxisDirection
CodeWithAuthorityType addNewAxisDirection()
Appends and returns a new empty "axisDirection" element
-
getMinimumValue
double getMinimumValue()
Gets the "minimumValue" element
-
xgetMinimumValue
org.apache.xmlbeans.XmlDouble xgetMinimumValue()
Gets (as xml) the "minimumValue" element
-
isSetMinimumValue
boolean isSetMinimumValue()
True if has "minimumValue" element
-
setMinimumValue
void setMinimumValue(double minimumValue)
Sets the "minimumValue" element
-
xsetMinimumValue
void xsetMinimumValue(org.apache.xmlbeans.XmlDouble minimumValue)
Sets (as xml) the "minimumValue" element
-
unsetMinimumValue
void unsetMinimumValue()
Unsets the "minimumValue" element
-
getMaximumValue
double getMaximumValue()
Gets the "maximumValue" element
-
xgetMaximumValue
org.apache.xmlbeans.XmlDouble xgetMaximumValue()
Gets (as xml) the "maximumValue" element
-
isSetMaximumValue
boolean isSetMaximumValue()
True if has "maximumValue" element
-
setMaximumValue
void setMaximumValue(double maximumValue)
Sets the "maximumValue" element
-
xsetMaximumValue
void xsetMaximumValue(org.apache.xmlbeans.XmlDouble maximumValue)
Sets (as xml) the "maximumValue" element
-
unsetMaximumValue
void unsetMaximumValue()
Unsets the "maximumValue" element
-
getRangeMeaning
CodeWithAuthorityType getRangeMeaning()
Gets the "rangeMeaning" element
-
isSetRangeMeaning
boolean isSetRangeMeaning()
True if has "rangeMeaning" element
-
setRangeMeaning
void setRangeMeaning(CodeWithAuthorityType rangeMeaning)
Sets the "rangeMeaning" element
-
addNewRangeMeaning
CodeWithAuthorityType addNewRangeMeaning()
Appends and returns a new empty "rangeMeaning" element
-
unsetRangeMeaning
void unsetRangeMeaning()
Unsets the "rangeMeaning" element
-
getUom
String getUom()
Gets the "uom" attribute
-
xgetUom
UomIdentifier xgetUom()
Gets (as xml) the "uom" attribute
-
setUom
void setUom(String uom)
Sets the "uom" attribute
-
xsetUom
void xsetUom(UomIdentifier uom)
Sets (as xml) the "uom" attribute
-
-