Package net.opengis.waterml.x20
Interface TVPMetadataType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
DefaultCategoricalTVPMetadataType,TVPMeasurementMetadataType
- All Known Implementing Classes:
DefaultCategoricalTVPMetadataTypeImpl,TVPMeasurementMetadataTypeImpl,TVPMetadataTypeImpl
public interface TVPMetadataType extends org.apache.xmlbeans.XmlObjectAn XML TVPMetadataType(@http://www.opengis.net/waterml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTVPMetadataType.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 ReferenceTypeaddNewNilReason()Appends and returns a new empty "nilReason" elementReferenceTypeaddNewProcessing()Appends and returns a new empty "processing" elementQualityPropertyTypeaddNewQualifier()Appends and returns a new empty value (as xml) as the last "qualifier" elementReferenceTypeaddNewQuality()Appends and returns a new empty "quality" elementObservationContextPropertyTypeaddNewRelatedObservation()Appends and returns a new empty value (as xml) as the last "relatedObservation" elementReferenceTypeaddNewSource()Appends and returns a new empty "source" elementStringgetComment()Gets the "comment" elementReferenceTypegetNilReason()Gets the "nilReason" elementReferenceTypegetProcessing()Gets the "processing" elementQualityPropertyType[]getQualifierArray()Gets array of all "qualifier" elementsQualityPropertyTypegetQualifierArray(int i)Gets ith "qualifier" elementReferenceTypegetQuality()Gets the "quality" elementObservationContextPropertyType[]getRelatedObservationArray()Gets array of all "relatedObservation" elementsObservationContextPropertyTypegetRelatedObservationArray(int i)Gets ith "relatedObservation" elementReferenceTypegetSource()Gets the "source" elementQualityPropertyTypeinsertNewQualifier(int i)Inserts and returns a new empty value (as xml) as the ith "qualifier" elementObservationContextPropertyTypeinsertNewRelatedObservation(int i)Inserts and returns a new empty value (as xml) as the ith "relatedObservation" elementbooleanisSetComment()True if has "comment" elementbooleanisSetNilReason()True if has "nilReason" elementbooleanisSetProcessing()True if has "processing" elementbooleanisSetQuality()True if has "quality" elementbooleanisSetSource()True if has "source" elementvoidremoveQualifier(int i)Removes the ith "qualifier" elementvoidremoveRelatedObservation(int i)Removes the ith "relatedObservation" elementvoidsetComment(String comment)Sets the "comment" elementvoidsetNilReason(ReferenceType nilReason)Sets the "nilReason" elementvoidsetProcessing(ReferenceType processing)Sets the "processing" elementvoidsetQualifierArray(int i, QualityPropertyType qualifier)Sets ith "qualifier" elementvoidsetQualifierArray(QualityPropertyType[] qualifierArray)Sets array of all "qualifier" elementvoidsetQuality(ReferenceType quality)Sets the "quality" elementvoidsetRelatedObservationArray(int i, ObservationContextPropertyType relatedObservation)Sets ith "relatedObservation" elementvoidsetRelatedObservationArray(ObservationContextPropertyType[] relatedObservationArray)Sets array of all "relatedObservation" elementvoidsetSource(ReferenceType source)Sets the "source" elementintsizeOfQualifierArray()Returns number of "qualifier" elementintsizeOfRelatedObservationArray()Returns number of "relatedObservation" elementvoidunsetComment()Unsets the "comment" elementvoidunsetNilReason()Unsets the "nilReason" elementvoidunsetProcessing()Unsets the "processing" elementvoidunsetQuality()Unsets the "quality" elementvoidunsetSource()Unsets the "source" elementorg.apache.xmlbeans.XmlStringxgetComment()Gets (as xml) the "comment" 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
-
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
-
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
-
getRelatedObservationArray
ObservationContextPropertyType[] getRelatedObservationArray()
Gets array of all "relatedObservation" elements
-
getRelatedObservationArray
ObservationContextPropertyType getRelatedObservationArray(int i)
Gets ith "relatedObservation" element
-
sizeOfRelatedObservationArray
int sizeOfRelatedObservationArray()
Returns number of "relatedObservation" element
-
setRelatedObservationArray
void setRelatedObservationArray(ObservationContextPropertyType[] relatedObservationArray)
Sets array of all "relatedObservation" element
-
setRelatedObservationArray
void setRelatedObservationArray(int i, ObservationContextPropertyType relatedObservation)Sets ith "relatedObservation" element
-
insertNewRelatedObservation
ObservationContextPropertyType insertNewRelatedObservation(int i)
Inserts and returns a new empty value (as xml) as the ith "relatedObservation" element
-
addNewRelatedObservation
ObservationContextPropertyType addNewRelatedObservation()
Appends and returns a new empty value (as xml) as the last "relatedObservation" element
-
removeRelatedObservation
void removeRelatedObservation(int i)
Removes the ith "relatedObservation" element
-
getQualifierArray
QualityPropertyType[] getQualifierArray()
Gets array of all "qualifier" elements
-
getQualifierArray
QualityPropertyType getQualifierArray(int i)
Gets ith "qualifier" element
-
sizeOfQualifierArray
int sizeOfQualifierArray()
Returns number of "qualifier" element
-
setQualifierArray
void setQualifierArray(QualityPropertyType[] qualifierArray)
Sets array of all "qualifier" element
-
setQualifierArray
void setQualifierArray(int i, QualityPropertyType qualifier)Sets ith "qualifier" element
-
insertNewQualifier
QualityPropertyType insertNewQualifier(int i)
Inserts and returns a new empty value (as xml) as the ith "qualifier" element
-
addNewQualifier
QualityPropertyType 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
-
-