Package net.opengis.sos.x20
Interface GetObservationType
-
- All Superinterfaces:
ExtensibleRequestType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GetObservationTypeImpl
public interface GetObservationType extends ExtensibleRequestType
An XML GetObservationType(@http://www.opengis.net/sos/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetObservationType.FactoryA factory class with static methods for creating instances of this type.static interfaceGetObservationType.SpatialFilterAn XML spatialFilter(@http://www.opengis.net/sos/2.0).static interfaceGetObservationType.TemporalFilterAn XML temporalFilter(@http://www.opengis.net/sos/2.0).
-
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 voidaddFeatureOfInterest(String featureOfInterest)Appends the value as the last "featureOfInterest" elementorg.apache.xmlbeans.XmlAnyURIaddNewFeatureOfInterest()Appends and returns a new empty value (as xml) as the last "featureOfInterest" elementorg.apache.xmlbeans.XmlAnyURIaddNewObservedProperty()Appends and returns a new empty value (as xml) as the last "observedProperty" elementorg.apache.xmlbeans.XmlAnyURIaddNewOffering()Appends and returns a new empty value (as xml) as the last "offering" elementorg.apache.xmlbeans.XmlAnyURIaddNewProcedure()Appends and returns a new empty value (as xml) as the last "procedure" elementGetObservationType.SpatialFilteraddNewSpatialFilter()Appends and returns a new empty "spatialFilter" elementGetObservationType.TemporalFilteraddNewTemporalFilter()Appends and returns a new empty value (as xml) as the last "temporalFilter" elementvoidaddObservedProperty(String observedProperty)Appends the value as the last "observedProperty" elementvoidaddOffering(String offering)Appends the value as the last "offering" elementvoidaddProcedure(String procedure)Appends the value as the last "procedure" elementString[]getFeatureOfInterestArray()Gets array of all "featureOfInterest" elementsStringgetFeatureOfInterestArray(int i)Gets ith "featureOfInterest" elementString[]getObservedPropertyArray()Gets array of all "observedProperty" elementsStringgetObservedPropertyArray(int i)Gets ith "observedProperty" elementString[]getOfferingArray()Gets array of all "offering" elementsStringgetOfferingArray(int i)Gets ith "offering" elementString[]getProcedureArray()Gets array of all "procedure" elementsStringgetProcedureArray(int i)Gets ith "procedure" elementStringgetResponseFormat()Gets the "responseFormat" elementGetObservationType.SpatialFiltergetSpatialFilter()Gets the "spatialFilter" elementGetObservationType.TemporalFilter[]getTemporalFilterArray()Gets array of all "temporalFilter" elementsGetObservationType.TemporalFiltergetTemporalFilterArray(int i)Gets ith "temporalFilter" elementvoidinsertFeatureOfInterest(int i, String featureOfInterest)Inserts the value as the ith "featureOfInterest" elementorg.apache.xmlbeans.XmlAnyURIinsertNewFeatureOfInterest(int i)Inserts and returns a new empty value (as xml) as the ith "featureOfInterest" elementorg.apache.xmlbeans.XmlAnyURIinsertNewObservedProperty(int i)Inserts and returns a new empty value (as xml) as the ith "observedProperty" elementorg.apache.xmlbeans.XmlAnyURIinsertNewOffering(int i)Inserts and returns a new empty value (as xml) as the ith "offering" elementorg.apache.xmlbeans.XmlAnyURIinsertNewProcedure(int i)Inserts and returns a new empty value (as xml) as the ith "procedure" elementGetObservationType.TemporalFilterinsertNewTemporalFilter(int i)Inserts and returns a new empty value (as xml) as the ith "temporalFilter" elementvoidinsertObservedProperty(int i, String observedProperty)Inserts the value as the ith "observedProperty" elementvoidinsertOffering(int i, String offering)Inserts the value as the ith "offering" elementvoidinsertProcedure(int i, String procedure)Inserts the value as the ith "procedure" elementbooleanisSetResponseFormat()True if has "responseFormat" elementbooleanisSetSpatialFilter()True if has "spatialFilter" elementvoidremoveFeatureOfInterest(int i)Removes the ith "featureOfInterest" elementvoidremoveObservedProperty(int i)Removes the ith "observedProperty" elementvoidremoveOffering(int i)Removes the ith "offering" elementvoidremoveProcedure(int i)Removes the ith "procedure" elementvoidremoveTemporalFilter(int i)Removes the ith "temporalFilter" elementvoidsetFeatureOfInterestArray(int i, String featureOfInterest)Sets ith "featureOfInterest" elementvoidsetFeatureOfInterestArray(String[] featureOfInterestArray)Sets array of all "featureOfInterest" elementvoidsetObservedPropertyArray(int i, String observedProperty)Sets ith "observedProperty" elementvoidsetObservedPropertyArray(String[] observedPropertyArray)Sets array of all "observedProperty" elementvoidsetOfferingArray(int i, String offering)Sets ith "offering" elementvoidsetOfferingArray(String[] offeringArray)Sets array of all "offering" elementvoidsetProcedureArray(int i, String procedure)Sets ith "procedure" elementvoidsetProcedureArray(String[] procedureArray)Sets array of all "procedure" elementvoidsetResponseFormat(String responseFormat)Sets the "responseFormat" elementvoidsetSpatialFilter(GetObservationType.SpatialFilter spatialFilter)Sets the "spatialFilter" elementvoidsetTemporalFilterArray(int i, GetObservationType.TemporalFilter temporalFilter)Sets ith "temporalFilter" elementvoidsetTemporalFilterArray(GetObservationType.TemporalFilter[] temporalFilterArray)Sets array of all "temporalFilter" elementintsizeOfFeatureOfInterestArray()Returns number of "featureOfInterest" elementintsizeOfObservedPropertyArray()Returns number of "observedProperty" elementintsizeOfOfferingArray()Returns number of "offering" elementintsizeOfProcedureArray()Returns number of "procedure" elementintsizeOfTemporalFilterArray()Returns number of "temporalFilter" elementvoidunsetResponseFormat()Unsets the "responseFormat" elementvoidunsetSpatialFilter()Unsets the "spatialFilter" elementorg.apache.xmlbeans.XmlAnyURI[]xgetFeatureOfInterestArray()Gets (as xml) array of all "featureOfInterest" elementsorg.apache.xmlbeans.XmlAnyURIxgetFeatureOfInterestArray(int i)Gets (as xml) ith "featureOfInterest" elementorg.apache.xmlbeans.XmlAnyURI[]xgetObservedPropertyArray()Gets (as xml) array of all "observedProperty" elementsorg.apache.xmlbeans.XmlAnyURIxgetObservedPropertyArray(int i)Gets (as xml) ith "observedProperty" elementorg.apache.xmlbeans.XmlAnyURI[]xgetOfferingArray()Gets (as xml) array of all "offering" elementsorg.apache.xmlbeans.XmlAnyURIxgetOfferingArray(int i)Gets (as xml) ith "offering" elementorg.apache.xmlbeans.XmlAnyURI[]xgetProcedureArray()Gets (as xml) array of all "procedure" elementsorg.apache.xmlbeans.XmlAnyURIxgetProcedureArray(int i)Gets (as xml) ith "procedure" elementorg.apache.xmlbeans.XmlAnyURIxgetResponseFormat()Gets (as xml) the "responseFormat" elementvoidxsetFeatureOfInterestArray(int i, org.apache.xmlbeans.XmlAnyURI featureOfInterest)Sets (as xml) ith "featureOfInterest" elementvoidxsetFeatureOfInterestArray(org.apache.xmlbeans.XmlAnyURI[] featureOfInterestArray)Sets (as xml) array of all "featureOfInterest" elementvoidxsetObservedPropertyArray(int i, org.apache.xmlbeans.XmlAnyURI observedProperty)Sets (as xml) ith "observedProperty" elementvoidxsetObservedPropertyArray(org.apache.xmlbeans.XmlAnyURI[] observedPropertyArray)Sets (as xml) array of all "observedProperty" elementvoidxsetOfferingArray(int i, org.apache.xmlbeans.XmlAnyURI offering)Sets (as xml) ith "offering" elementvoidxsetOfferingArray(org.apache.xmlbeans.XmlAnyURI[] offeringArray)Sets (as xml) array of all "offering" elementvoidxsetProcedureArray(int i, org.apache.xmlbeans.XmlAnyURI procedure)Sets (as xml) ith "procedure" elementvoidxsetProcedureArray(org.apache.xmlbeans.XmlAnyURI[] procedureArray)Sets (as xml) array of all "procedure" elementvoidxsetResponseFormat(org.apache.xmlbeans.XmlAnyURI responseFormat)Sets (as xml) the "responseFormat" element-
Methods inherited from interface net.opengis.swes.x20.ExtensibleRequestType
addNewExtension, getExtensionArray, getExtensionArray, getService, getVersion, insertNewExtension, removeExtension, setExtensionArray, setExtensionArray, setService, setVersion, sizeOfExtensionArray, xgetService, xgetVersion, xsetService, xsetVersion
-
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
-
getProcedureArray
String[] getProcedureArray()
Gets array of all "procedure" elements
-
getProcedureArray
String getProcedureArray(int i)
Gets ith "procedure" element
-
xgetProcedureArray
org.apache.xmlbeans.XmlAnyURI[] xgetProcedureArray()
Gets (as xml) array of all "procedure" elements
-
xgetProcedureArray
org.apache.xmlbeans.XmlAnyURI xgetProcedureArray(int i)
Gets (as xml) ith "procedure" element
-
sizeOfProcedureArray
int sizeOfProcedureArray()
Returns number of "procedure" element
-
setProcedureArray
void setProcedureArray(String[] procedureArray)
Sets array of all "procedure" element
-
setProcedureArray
void setProcedureArray(int i, String procedure)Sets ith "procedure" element
-
xsetProcedureArray
void xsetProcedureArray(org.apache.xmlbeans.XmlAnyURI[] procedureArray)
Sets (as xml) array of all "procedure" element
-
xsetProcedureArray
void xsetProcedureArray(int i, org.apache.xmlbeans.XmlAnyURI procedure)Sets (as xml) ith "procedure" element
-
insertProcedure
void insertProcedure(int i, String procedure)Inserts the value as the ith "procedure" element
-
addProcedure
void addProcedure(String procedure)
Appends the value as the last "procedure" element
-
insertNewProcedure
org.apache.xmlbeans.XmlAnyURI insertNewProcedure(int i)
Inserts and returns a new empty value (as xml) as the ith "procedure" element
-
addNewProcedure
org.apache.xmlbeans.XmlAnyURI addNewProcedure()
Appends and returns a new empty value (as xml) as the last "procedure" element
-
removeProcedure
void removeProcedure(int i)
Removes the ith "procedure" element
-
getOfferingArray
String[] getOfferingArray()
Gets array of all "offering" elements
-
getOfferingArray
String getOfferingArray(int i)
Gets ith "offering" element
-
xgetOfferingArray
org.apache.xmlbeans.XmlAnyURI[] xgetOfferingArray()
Gets (as xml) array of all "offering" elements
-
xgetOfferingArray
org.apache.xmlbeans.XmlAnyURI xgetOfferingArray(int i)
Gets (as xml) ith "offering" element
-
sizeOfOfferingArray
int sizeOfOfferingArray()
Returns number of "offering" element
-
setOfferingArray
void setOfferingArray(String[] offeringArray)
Sets array of all "offering" element
-
setOfferingArray
void setOfferingArray(int i, String offering)Sets ith "offering" element
-
xsetOfferingArray
void xsetOfferingArray(org.apache.xmlbeans.XmlAnyURI[] offeringArray)
Sets (as xml) array of all "offering" element
-
xsetOfferingArray
void xsetOfferingArray(int i, org.apache.xmlbeans.XmlAnyURI offering)Sets (as xml) ith "offering" element
-
insertOffering
void insertOffering(int i, String offering)Inserts the value as the ith "offering" element
-
addOffering
void addOffering(String offering)
Appends the value as the last "offering" element
-
insertNewOffering
org.apache.xmlbeans.XmlAnyURI insertNewOffering(int i)
Inserts and returns a new empty value (as xml) as the ith "offering" element
-
addNewOffering
org.apache.xmlbeans.XmlAnyURI addNewOffering()
Appends and returns a new empty value (as xml) as the last "offering" element
-
removeOffering
void removeOffering(int i)
Removes the ith "offering" element
-
getObservedPropertyArray
String[] getObservedPropertyArray()
Gets array of all "observedProperty" elements
-
getObservedPropertyArray
String getObservedPropertyArray(int i)
Gets ith "observedProperty" element
-
xgetObservedPropertyArray
org.apache.xmlbeans.XmlAnyURI[] xgetObservedPropertyArray()
Gets (as xml) array of all "observedProperty" elements
-
xgetObservedPropertyArray
org.apache.xmlbeans.XmlAnyURI xgetObservedPropertyArray(int i)
Gets (as xml) ith "observedProperty" element
-
sizeOfObservedPropertyArray
int sizeOfObservedPropertyArray()
Returns number of "observedProperty" element
-
setObservedPropertyArray
void setObservedPropertyArray(String[] observedPropertyArray)
Sets array of all "observedProperty" element
-
setObservedPropertyArray
void setObservedPropertyArray(int i, String observedProperty)Sets ith "observedProperty" element
-
xsetObservedPropertyArray
void xsetObservedPropertyArray(org.apache.xmlbeans.XmlAnyURI[] observedPropertyArray)
Sets (as xml) array of all "observedProperty" element
-
xsetObservedPropertyArray
void xsetObservedPropertyArray(int i, org.apache.xmlbeans.XmlAnyURI observedProperty)Sets (as xml) ith "observedProperty" element
-
insertObservedProperty
void insertObservedProperty(int i, String observedProperty)Inserts the value as the ith "observedProperty" element
-
addObservedProperty
void addObservedProperty(String observedProperty)
Appends the value as the last "observedProperty" element
-
insertNewObservedProperty
org.apache.xmlbeans.XmlAnyURI insertNewObservedProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "observedProperty" element
-
addNewObservedProperty
org.apache.xmlbeans.XmlAnyURI addNewObservedProperty()
Appends and returns a new empty value (as xml) as the last "observedProperty" element
-
removeObservedProperty
void removeObservedProperty(int i)
Removes the ith "observedProperty" element
-
getTemporalFilterArray
GetObservationType.TemporalFilter[] getTemporalFilterArray()
Gets array of all "temporalFilter" elements
-
getTemporalFilterArray
GetObservationType.TemporalFilter getTemporalFilterArray(int i)
Gets ith "temporalFilter" element
-
sizeOfTemporalFilterArray
int sizeOfTemporalFilterArray()
Returns number of "temporalFilter" element
-
setTemporalFilterArray
void setTemporalFilterArray(GetObservationType.TemporalFilter[] temporalFilterArray)
Sets array of all "temporalFilter" element
-
setTemporalFilterArray
void setTemporalFilterArray(int i, GetObservationType.TemporalFilter temporalFilter)Sets ith "temporalFilter" element
-
insertNewTemporalFilter
GetObservationType.TemporalFilter insertNewTemporalFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "temporalFilter" element
-
addNewTemporalFilter
GetObservationType.TemporalFilter addNewTemporalFilter()
Appends and returns a new empty value (as xml) as the last "temporalFilter" element
-
removeTemporalFilter
void removeTemporalFilter(int i)
Removes the ith "temporalFilter" element
-
getFeatureOfInterestArray
String[] getFeatureOfInterestArray()
Gets array of all "featureOfInterest" elements
-
getFeatureOfInterestArray
String getFeatureOfInterestArray(int i)
Gets ith "featureOfInterest" element
-
xgetFeatureOfInterestArray
org.apache.xmlbeans.XmlAnyURI[] xgetFeatureOfInterestArray()
Gets (as xml) array of all "featureOfInterest" elements
-
xgetFeatureOfInterestArray
org.apache.xmlbeans.XmlAnyURI xgetFeatureOfInterestArray(int i)
Gets (as xml) ith "featureOfInterest" element
-
sizeOfFeatureOfInterestArray
int sizeOfFeatureOfInterestArray()
Returns number of "featureOfInterest" element
-
setFeatureOfInterestArray
void setFeatureOfInterestArray(String[] featureOfInterestArray)
Sets array of all "featureOfInterest" element
-
setFeatureOfInterestArray
void setFeatureOfInterestArray(int i, String featureOfInterest)Sets ith "featureOfInterest" element
-
xsetFeatureOfInterestArray
void xsetFeatureOfInterestArray(org.apache.xmlbeans.XmlAnyURI[] featureOfInterestArray)
Sets (as xml) array of all "featureOfInterest" element
-
xsetFeatureOfInterestArray
void xsetFeatureOfInterestArray(int i, org.apache.xmlbeans.XmlAnyURI featureOfInterest)Sets (as xml) ith "featureOfInterest" element
-
insertFeatureOfInterest
void insertFeatureOfInterest(int i, String featureOfInterest)Inserts the value as the ith "featureOfInterest" element
-
addFeatureOfInterest
void addFeatureOfInterest(String featureOfInterest)
Appends the value as the last "featureOfInterest" element
-
insertNewFeatureOfInterest
org.apache.xmlbeans.XmlAnyURI insertNewFeatureOfInterest(int i)
Inserts and returns a new empty value (as xml) as the ith "featureOfInterest" element
-
addNewFeatureOfInterest
org.apache.xmlbeans.XmlAnyURI addNewFeatureOfInterest()
Appends and returns a new empty value (as xml) as the last "featureOfInterest" element
-
removeFeatureOfInterest
void removeFeatureOfInterest(int i)
Removes the ith "featureOfInterest" element
-
getSpatialFilter
GetObservationType.SpatialFilter getSpatialFilter()
Gets the "spatialFilter" element
-
isSetSpatialFilter
boolean isSetSpatialFilter()
True if has "spatialFilter" element
-
setSpatialFilter
void setSpatialFilter(GetObservationType.SpatialFilter spatialFilter)
Sets the "spatialFilter" element
-
addNewSpatialFilter
GetObservationType.SpatialFilter addNewSpatialFilter()
Appends and returns a new empty "spatialFilter" element
-
unsetSpatialFilter
void unsetSpatialFilter()
Unsets the "spatialFilter" element
-
getResponseFormat
String getResponseFormat()
Gets the "responseFormat" element
-
xgetResponseFormat
org.apache.xmlbeans.XmlAnyURI xgetResponseFormat()
Gets (as xml) the "responseFormat" element
-
isSetResponseFormat
boolean isSetResponseFormat()
True if has "responseFormat" element
-
setResponseFormat
void setResponseFormat(String responseFormat)
Sets the "responseFormat" element
-
xsetResponseFormat
void xsetResponseFormat(org.apache.xmlbeans.XmlAnyURI responseFormat)
Sets (as xml) the "responseFormat" element
-
unsetResponseFormat
void unsetResponseFormat()
Unsets the "responseFormat" element
-
-