Package net.opengis.swe.x101
Interface CategoryDocument.Category
-
- All Superinterfaces:
AbstractDataComponentType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CategoryDocumentImpl.CategoryImpl
- Enclosing interface:
- CategoryDocument
public static interface CategoryDocument.Category extends AbstractDataComponentType
An XML Category(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCategoryDocument.Category.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 CodeSpacePropertyTypeaddNewCodeSpace()Appends and returns a new empty "codeSpace" elementAllowedTokensPropertyTypeaddNewConstraint()Appends and returns a new empty "constraint" elementQualityPropertyTypeaddNewQuality()Appends and returns a new empty "quality" elementStringgetAxisID()Gets the "axisID" attributeCodeSpacePropertyTypegetCodeSpace()Gets the "codeSpace" elementAllowedTokensPropertyTypegetConstraint()Gets the "constraint" elementQualityPropertyTypegetQuality()Gets the "quality" elementStringgetReferenceFrame()Gets the "referenceFrame" attributeStringgetValue()Gets the "value" elementbooleanisSetAxisID()True if has "axisID" attributebooleanisSetCodeSpace()True if has "codeSpace" elementbooleanisSetConstraint()True if has "constraint" elementbooleanisSetQuality()True if has "quality" elementbooleanisSetReferenceFrame()True if has "referenceFrame" attributebooleanisSetValue()True if has "value" elementvoidsetAxisID(String axisID)Sets the "axisID" attributevoidsetCodeSpace(CodeSpacePropertyType codeSpace)Sets the "codeSpace" elementvoidsetConstraint(AllowedTokensPropertyType constraint)Sets the "constraint" elementvoidsetQuality(QualityPropertyType quality)Sets the "quality" elementvoidsetReferenceFrame(String referenceFrame)Sets the "referenceFrame" attributevoidsetValue(String value)Sets the "value" elementvoidunsetAxisID()Unsets the "axisID" attributevoidunsetCodeSpace()Unsets the "codeSpace" elementvoidunsetConstraint()Unsets the "constraint" elementvoidunsetQuality()Unsets the "quality" elementvoidunsetReferenceFrame()Unsets the "referenceFrame" attributevoidunsetValue()Unsets the "value" elementorg.apache.xmlbeans.XmlTokenxgetAxisID()Gets (as xml) the "axisID" attributeorg.apache.xmlbeans.XmlAnyURIxgetReferenceFrame()Gets (as xml) the "referenceFrame" attributeorg.apache.xmlbeans.XmlTokenxgetValue()Gets (as xml) the "value" elementvoidxsetAxisID(org.apache.xmlbeans.XmlToken axisID)Sets (as xml) the "axisID" attributevoidxsetReferenceFrame(org.apache.xmlbeans.XmlAnyURI referenceFrame)Sets (as xml) the "referenceFrame" attributevoidxsetValue(org.apache.xmlbeans.XmlToken value)Sets (as xml) the "value" element-
Methods inherited from interface net.opengis.swe.x101.AbstractDataComponentType
getDefinition, getFixed, isSetDefinition, isSetFixed, setDefinition, setFixed, unsetDefinition, unsetFixed, xgetDefinition, xgetFixed, xsetDefinition, xsetFixed
-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetId
-
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
-
getCodeSpace
CodeSpacePropertyType getCodeSpace()
Gets the "codeSpace" element
-
isSetCodeSpace
boolean isSetCodeSpace()
True if has "codeSpace" element
-
setCodeSpace
void setCodeSpace(CodeSpacePropertyType codeSpace)
Sets the "codeSpace" element
-
addNewCodeSpace
CodeSpacePropertyType addNewCodeSpace()
Appends and returns a new empty "codeSpace" element
-
unsetCodeSpace
void unsetCodeSpace()
Unsets the "codeSpace" element
-
getConstraint
AllowedTokensPropertyType getConstraint()
Gets the "constraint" element
-
isSetConstraint
boolean isSetConstraint()
True if has "constraint" element
-
setConstraint
void setConstraint(AllowedTokensPropertyType constraint)
Sets the "constraint" element
-
addNewConstraint
AllowedTokensPropertyType addNewConstraint()
Appends and returns a new empty "constraint" element
-
unsetConstraint
void unsetConstraint()
Unsets the "constraint" element
-
getQuality
QualityPropertyType getQuality()
Gets the "quality" element
-
isSetQuality
boolean isSetQuality()
True if has "quality" element
-
setQuality
void setQuality(QualityPropertyType quality)
Sets the "quality" element
-
addNewQuality
QualityPropertyType addNewQuality()
Appends and returns a new empty "quality" element
-
unsetQuality
void unsetQuality()
Unsets the "quality" element
-
getValue
String getValue()
Gets the "value" element
-
xgetValue
org.apache.xmlbeans.XmlToken xgetValue()
Gets (as xml) the "value" element
-
isSetValue
boolean isSetValue()
True if has "value" element
-
setValue
void setValue(String value)
Sets the "value" element
-
xsetValue
void xsetValue(org.apache.xmlbeans.XmlToken value)
Sets (as xml) the "value" element
-
unsetValue
void unsetValue()
Unsets the "value" element
-
getReferenceFrame
String getReferenceFrame()
Gets the "referenceFrame" attribute
-
xgetReferenceFrame
org.apache.xmlbeans.XmlAnyURI xgetReferenceFrame()
Gets (as xml) the "referenceFrame" attribute
-
isSetReferenceFrame
boolean isSetReferenceFrame()
True if has "referenceFrame" attribute
-
setReferenceFrame
void setReferenceFrame(String referenceFrame)
Sets the "referenceFrame" attribute
-
xsetReferenceFrame
void xsetReferenceFrame(org.apache.xmlbeans.XmlAnyURI referenceFrame)
Sets (as xml) the "referenceFrame" attribute
-
unsetReferenceFrame
void unsetReferenceFrame()
Unsets the "referenceFrame" attribute
-
getAxisID
String getAxisID()
Gets the "axisID" attribute
-
xgetAxisID
org.apache.xmlbeans.XmlToken xgetAxisID()
Gets (as xml) the "axisID" attribute
-
isSetAxisID
boolean isSetAxisID()
True if has "axisID" attribute
-
setAxisID
void setAxisID(String axisID)
Sets the "axisID" attribute
-
xsetAxisID
void xsetAxisID(org.apache.xmlbeans.XmlToken axisID)
Sets (as xml) the "axisID" attribute
-
unsetAxisID
void unsetAxisID()
Unsets the "axisID" attribute
-
-