Package net.opengis.swe.x101
Interface BooleanDocument.Boolean
-
- All Superinterfaces:
AbstractDataComponentType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BooleanDocumentImpl.BooleanImpl
- Enclosing interface:
- BooleanDocument
public static interface BooleanDocument.Boolean extends AbstractDataComponentType
An XML Boolean(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBooleanDocument.Boolean.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 QualityPropertyTypeaddNewQuality()Appends and returns a new empty "quality" elementStringgetAxisID()Gets the "axisID" attributeQualityPropertyTypegetQuality()Gets the "quality" elementStringgetReferenceFrame()Gets the "referenceFrame" attributebooleangetValue()Gets the "value" elementbooleanisSetAxisID()True if has "axisID" attributebooleanisSetQuality()True if has "quality" elementbooleanisSetReferenceFrame()True if has "referenceFrame" attributebooleanisSetValue()True if has "value" elementvoidsetAxisID(String axisID)Sets the "axisID" attributevoidsetQuality(QualityPropertyType quality)Sets the "quality" elementvoidsetReferenceFrame(String referenceFrame)Sets the "referenceFrame" attributevoidsetValue(boolean value)Sets the "value" elementvoidunsetAxisID()Unsets the "axisID" attributevoidunsetQuality()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.XmlBooleanxgetValue()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.XmlBoolean 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
-
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
boolean getValue()
Gets the "value" element
-
xgetValue
org.apache.xmlbeans.XmlBoolean xgetValue()
Gets (as xml) the "value" element
-
isSetValue
boolean isSetValue()
True if has "value" element
-
setValue
void setValue(boolean value)
Sets the "value" element
-
xsetValue
void xsetValue(org.apache.xmlbeans.XmlBoolean 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
-
-