Package net.opengis.tsml.x10
Interface PointMetadataType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PointMetadataTypeImpl
public interface PointMetadataType extends org.apache.xmlbeans.XmlObjectAn XML PointMetadataType(@http://www.opengis.net/tsml/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPointMetadataType.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 ReferenceTypeaddNewCensoredReason()Appends and returns a new empty "censoredReason" elementReferenceTypeaddNewInterpolationType()Appends and returns a new empty "interpolationType" elementReferenceTypeaddNewNilReason()Appends and returns a new empty "nilReason" elementReferenceTypeaddNewProcessing()Appends and returns a new empty "processing" elementQuantityPropertyTypeaddNewQualifier()Appends and returns a new empty value (as xml) as the last "qualifier" elementReferenceTypeaddNewQuality()Appends and returns a new empty "quality" elementOMObservationPropertyTypeaddNewRelatedObservation()Appends and returns a new empty "relatedObservation" elementReferenceTypeaddNewSource()Appends and returns a new empty "source" elementQuantityPropertyTypeaddNewUncertainty()Appends and returns a new empty "uncertainty" elementUnitReferenceaddNewUom()Appends and returns a new empty "uom" elementorg.apache.xmlbeans.GDurationgetAggregationDuration()Gets the "aggregationDuration" elementReferenceTypegetCensoredReason()Gets the "censoredReason" elementStringgetComment()Gets the "comment" elementReferenceTypegetInterpolationType()Gets the "interpolationType" elementReferenceTypegetNilReason()Gets the "nilReason" elementReferenceTypegetProcessing()Gets the "processing" elementQuantityPropertyType[]getQualifierArray()Gets array of all "qualifier" elementsQuantityPropertyTypegetQualifierArray(int i)Gets ith "qualifier" elementReferenceTypegetQuality()Gets the "quality" elementOMObservationPropertyTypegetRelatedObservation()Gets the "relatedObservation" elementReferenceTypegetSource()Gets the "source" elementQuantityPropertyTypegetUncertainty()Gets the "uncertainty" elementUnitReferencegetUom()Gets the "uom" elementQuantityPropertyTypeinsertNewQualifier(int i)Inserts and returns a new empty value (as xml) as the ith "qualifier" elementbooleanisSetAggregationDuration()True if has "aggregationDuration" elementbooleanisSetCensoredReason()True if has "censoredReason" elementbooleanisSetComment()True if has "comment" elementbooleanisSetInterpolationType()True if has "interpolationType" elementbooleanisSetNilReason()True if has "nilReason" elementbooleanisSetProcessing()True if has "processing" elementbooleanisSetQuality()True if has "quality" elementbooleanisSetRelatedObservation()True if has "relatedObservation" elementbooleanisSetSource()True if has "source" elementbooleanisSetUncertainty()True if has "uncertainty" elementbooleanisSetUom()True if has "uom" elementvoidremoveQualifier(int i)Removes the ith "qualifier" elementvoidsetAggregationDuration(org.apache.xmlbeans.GDuration aggregationDuration)Sets the "aggregationDuration" elementvoidsetCensoredReason(ReferenceType censoredReason)Sets the "censoredReason" elementvoidsetComment(String comment)Sets the "comment" elementvoidsetInterpolationType(ReferenceType interpolationType)Sets the "interpolationType" elementvoidsetNilReason(ReferenceType nilReason)Sets the "nilReason" elementvoidsetProcessing(ReferenceType processing)Sets the "processing" elementvoidsetQualifierArray(int i, QuantityPropertyType qualifier)Sets ith "qualifier" elementvoidsetQualifierArray(QuantityPropertyType[] qualifierArray)Sets array of all "qualifier" elementvoidsetQuality(ReferenceType quality)Sets the "quality" elementvoidsetRelatedObservation(OMObservationPropertyType relatedObservation)Sets the "relatedObservation" elementvoidsetSource(ReferenceType source)Sets the "source" elementvoidsetUncertainty(QuantityPropertyType uncertainty)Sets the "uncertainty" elementvoidsetUom(UnitReference uom)Sets the "uom" elementintsizeOfQualifierArray()Returns number of "qualifier" elementvoidunsetAggregationDuration()Unsets the "aggregationDuration" elementvoidunsetCensoredReason()Unsets the "censoredReason" elementvoidunsetComment()Unsets the "comment" elementvoidunsetInterpolationType()Unsets the "interpolationType" elementvoidunsetNilReason()Unsets the "nilReason" elementvoidunsetProcessing()Unsets the "processing" elementvoidunsetQuality()Unsets the "quality" elementvoidunsetRelatedObservation()Unsets the "relatedObservation" elementvoidunsetSource()Unsets the "source" elementvoidunsetUncertainty()Unsets the "uncertainty" elementvoidunsetUom()Unsets the "uom" elementorg.apache.xmlbeans.XmlDurationxgetAggregationDuration()Gets (as xml) the "aggregationDuration" elementorg.apache.xmlbeans.XmlStringxgetComment()Gets (as xml) the "comment" elementvoidxsetAggregationDuration(org.apache.xmlbeans.XmlDuration aggregationDuration)Sets (as xml) the "aggregationDuration" elementvoidxsetComment(org.apache.xmlbeans.XmlString comment)Sets (as xml) the "comment" element-
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
ReferenceType getQuality()
Gets the "quality" element
-
isSetQuality
boolean isSetQuality()
True if has "quality" element
-
setQuality
void setQuality(ReferenceType quality)
Sets the "quality" element
-
addNewQuality
ReferenceType addNewQuality()
Appends and returns a new empty "quality" element
-
unsetQuality
void unsetQuality()
Unsets the "quality" element
-
getUom
UnitReference getUom()
Gets the "uom" element
-
isSetUom
boolean isSetUom()
True if has "uom" element
-
setUom
void setUom(UnitReference uom)
Sets the "uom" element
-
addNewUom
UnitReference addNewUom()
Appends and returns a new empty "uom" element
-
unsetUom
void unsetUom()
Unsets the "uom" element
-
getInterpolationType
ReferenceType getInterpolationType()
Gets the "interpolationType" element
-
isSetInterpolationType
boolean isSetInterpolationType()
True if has "interpolationType" element
-
setInterpolationType
void setInterpolationType(ReferenceType interpolationType)
Sets the "interpolationType" element
-
addNewInterpolationType
ReferenceType addNewInterpolationType()
Appends and returns a new empty "interpolationType" element
-
unsetInterpolationType
void unsetInterpolationType()
Unsets the "interpolationType" element
-
getNilReason
ReferenceType getNilReason()
Gets the "nilReason" element
-
isSetNilReason
boolean isSetNilReason()
True if has "nilReason" element
-
setNilReason
void setNilReason(ReferenceType nilReason)
Sets the "nilReason" element
-
addNewNilReason
ReferenceType addNewNilReason()
Appends and returns a new empty "nilReason" element
-
unsetNilReason
void unsetNilReason()
Unsets the "nilReason" element
-
getCensoredReason
ReferenceType getCensoredReason()
Gets the "censoredReason" element
-
isSetCensoredReason
boolean isSetCensoredReason()
True if has "censoredReason" element
-
setCensoredReason
void setCensoredReason(ReferenceType censoredReason)
Sets the "censoredReason" element
-
addNewCensoredReason
ReferenceType addNewCensoredReason()
Appends and returns a new empty "censoredReason" element
-
unsetCensoredReason
void unsetCensoredReason()
Unsets the "censoredReason" element
-
getComment
String getComment()
Gets the "comment" element
-
xgetComment
org.apache.xmlbeans.XmlString xgetComment()
Gets (as xml) the "comment" element
-
isSetComment
boolean isSetComment()
True if has "comment" element
-
setComment
void setComment(String comment)
Sets the "comment" element
-
xsetComment
void xsetComment(org.apache.xmlbeans.XmlString comment)
Sets (as xml) the "comment" element
-
unsetComment
void unsetComment()
Unsets the "comment" element
-
getUncertainty
QuantityPropertyType getUncertainty()
Gets the "uncertainty" element
-
isSetUncertainty
boolean isSetUncertainty()
True if has "uncertainty" element
-
setUncertainty
void setUncertainty(QuantityPropertyType uncertainty)
Sets the "uncertainty" element
-
addNewUncertainty
QuantityPropertyType addNewUncertainty()
Appends and returns a new empty "uncertainty" element
-
unsetUncertainty
void unsetUncertainty()
Unsets the "uncertainty" element
-
getRelatedObservation
OMObservationPropertyType getRelatedObservation()
Gets the "relatedObservation" element
-
isSetRelatedObservation
boolean isSetRelatedObservation()
True if has "relatedObservation" element
-
setRelatedObservation
void setRelatedObservation(OMObservationPropertyType relatedObservation)
Sets the "relatedObservation" element
-
addNewRelatedObservation
OMObservationPropertyType addNewRelatedObservation()
Appends and returns a new empty "relatedObservation" element
-
unsetRelatedObservation
void unsetRelatedObservation()
Unsets the "relatedObservation" element
-
getAggregationDuration
org.apache.xmlbeans.GDuration getAggregationDuration()
Gets the "aggregationDuration" element
-
xgetAggregationDuration
org.apache.xmlbeans.XmlDuration xgetAggregationDuration()
Gets (as xml) the "aggregationDuration" element
-
isSetAggregationDuration
boolean isSetAggregationDuration()
True if has "aggregationDuration" element
-
setAggregationDuration
void setAggregationDuration(org.apache.xmlbeans.GDuration aggregationDuration)
Sets the "aggregationDuration" element
-
xsetAggregationDuration
void xsetAggregationDuration(org.apache.xmlbeans.XmlDuration aggregationDuration)
Sets (as xml) the "aggregationDuration" element
-
unsetAggregationDuration
void unsetAggregationDuration()
Unsets the "aggregationDuration" element
-
getQualifierArray
QuantityPropertyType[] getQualifierArray()
Gets array of all "qualifier" elements
-
getQualifierArray
QuantityPropertyType getQualifierArray(int i)
Gets ith "qualifier" element
-
sizeOfQualifierArray
int sizeOfQualifierArray()
Returns number of "qualifier" element
-
setQualifierArray
void setQualifierArray(QuantityPropertyType[] qualifierArray)
Sets array of all "qualifier" element
-
setQualifierArray
void setQualifierArray(int i, QuantityPropertyType qualifier)Sets ith "qualifier" element
-
insertNewQualifier
QuantityPropertyType insertNewQualifier(int i)
Inserts and returns a new empty value (as xml) as the ith "qualifier" element
-
addNewQualifier
QuantityPropertyType addNewQualifier()
Appends and returns a new empty value (as xml) as the last "qualifier" element
-
removeQualifier
void removeQualifier(int i)
Removes the ith "qualifier" element
-
getProcessing
ReferenceType getProcessing()
Gets the "processing" element
-
isSetProcessing
boolean isSetProcessing()
True if has "processing" element
-
setProcessing
void setProcessing(ReferenceType processing)
Sets the "processing" element
-
addNewProcessing
ReferenceType addNewProcessing()
Appends and returns a new empty "processing" element
-
unsetProcessing
void unsetProcessing()
Unsets the "processing" element
-
getSource
ReferenceType getSource()
Gets the "source" element
-
isSetSource
boolean isSetSource()
True if has "source" element
-
setSource
void setSource(ReferenceType source)
Sets the "source" element
-
addNewSource
ReferenceType addNewSource()
Appends and returns a new empty "source" element
-
unsetSource
void unsetSource()
Unsets the "source" element
-
-