Package net.opengis.swe.x20
Interface AbstractSimpleComponentType
-
- All Superinterfaces:
AbstractDataComponentType,AbstractSWEIdentifiableType,AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
BooleanType,CategoryRangeType,CategoryType,CountRangeType,CountType,QuantityRangeType,QuantityType,TextType,TimeRangeType,TimeType
- All Known Implementing Classes:
AbstractSimpleComponentTypeImpl,BooleanTypeImpl,CategoryRangeTypeImpl,CategoryTypeImpl,CountRangeTypeImpl,CountTypeImpl,QuantityRangeTypeImpl,QuantityTypeImpl,TextTypeImpl,TimeRangeTypeImpl,TimeTypeImpl
public interface AbstractSimpleComponentType extends AbstractDataComponentType
An XML AbstractSimpleComponentType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractSimpleComponentType.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 NilValuesPropertyTypeaddNewNilValues()Appends and returns a new empty "nilValues" elementQualityPropertyTypeaddNewQuality()Appends and returns a new empty value (as xml) as the last "quality" elementStringgetAxisID()Gets the "axisID" attributeNilValuesPropertyTypegetNilValues()Gets the "nilValues" elementQualityPropertyType[]getQualityArray()Gets array of all "quality" elementsQualityPropertyTypegetQualityArray(int i)Gets ith "quality" elementStringgetReferenceFrame()Gets the "referenceFrame" attributeQualityPropertyTypeinsertNewQuality(int i)Inserts and returns a new empty value (as xml) as the ith "quality" elementbooleanisSetAxisID()True if has "axisID" attributebooleanisSetNilValues()True if has "nilValues" elementbooleanisSetReferenceFrame()True if has "referenceFrame" attributevoidremoveQuality(int i)Removes the ith "quality" elementvoidsetAxisID(String axisID)Sets the "axisID" attributevoidsetNilValues(NilValuesPropertyType nilValues)Sets the "nilValues" elementvoidsetQualityArray(int i, QualityPropertyType quality)Sets ith "quality" elementvoidsetQualityArray(QualityPropertyType[] qualityArray)Sets array of all "quality" elementvoidsetReferenceFrame(String referenceFrame)Sets the "referenceFrame" attributeintsizeOfQualityArray()Returns number of "quality" elementvoidunsetAxisID()Unsets the "axisID" attributevoidunsetNilValues()Unsets the "nilValues" elementvoidunsetReferenceFrame()Unsets the "referenceFrame" attributeorg.apache.xmlbeans.XmlStringxgetAxisID()Gets (as xml) the "axisID" attributeorg.apache.xmlbeans.XmlAnyURIxgetReferenceFrame()Gets (as xml) the "referenceFrame" attributevoidxsetAxisID(org.apache.xmlbeans.XmlString axisID)Sets (as xml) the "axisID" attributevoidxsetReferenceFrame(org.apache.xmlbeans.XmlAnyURI referenceFrame)Sets (as xml) the "referenceFrame" attribute-
Methods inherited from interface net.opengis.swe.x20.AbstractDataComponentType
getDefinition, getOptional, getUpdatable, isSetDefinition, isSetOptional, isSetUpdatable, setDefinition, setOptional, setUpdatable, unsetDefinition, unsetOptional, unsetUpdatable, xgetDefinition, xgetOptional, xgetUpdatable, xsetDefinition, xsetOptional, xsetUpdatable
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEIdentifiableType
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel, unsetDescription, unsetIdentifier, unsetLabel, xgetDescription, xgetIdentifier, xgetLabel, xsetDescription, xsetIdentifier, xsetLabel
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEType
addNewExtension, getExtensionArray, getExtensionArray, getId, insertNewExtension, isSetId, removeExtension, setExtensionArray, setExtensionArray, setId, sizeOfExtensionArray, 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
-
getQualityArray
QualityPropertyType[] getQualityArray()
Gets array of all "quality" elements
-
getQualityArray
QualityPropertyType getQualityArray(int i)
Gets ith "quality" element
-
sizeOfQualityArray
int sizeOfQualityArray()
Returns number of "quality" element
-
setQualityArray
void setQualityArray(QualityPropertyType[] qualityArray)
Sets array of all "quality" element
-
setQualityArray
void setQualityArray(int i, QualityPropertyType quality)Sets ith "quality" element
-
insertNewQuality
QualityPropertyType insertNewQuality(int i)
Inserts and returns a new empty value (as xml) as the ith "quality" element
-
addNewQuality
QualityPropertyType addNewQuality()
Appends and returns a new empty value (as xml) as the last "quality" element
-
removeQuality
void removeQuality(int i)
Removes the ith "quality" element
-
getNilValues
NilValuesPropertyType getNilValues()
Gets the "nilValues" element
-
isSetNilValues
boolean isSetNilValues()
True if has "nilValues" element
-
setNilValues
void setNilValues(NilValuesPropertyType nilValues)
Sets the "nilValues" element
-
addNewNilValues
NilValuesPropertyType addNewNilValues()
Appends and returns a new empty "nilValues" element
-
unsetNilValues
void unsetNilValues()
Unsets the "nilValues" 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.XmlString 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.XmlString axisID)
Sets (as xml) the "axisID" attribute
-
unsetAxisID
void unsetAxisID()
Unsets the "axisID" attribute
-
-