Package net.opengis.sos.x20
Interface GetResultType
-
- All Superinterfaces:
ExtensibleRequestType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GetResultTypeImpl
public interface GetResultType extends ExtensibleRequestType
An XML GetResultType(@http://www.opengis.net/sos/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetResultType.FactoryA factory class with static methods for creating instances of this type.static interfaceGetResultType.SpatialFilterAn XML spatialFilter(@http://www.opengis.net/sos/2.0).static interfaceGetResultType.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" elementGetResultType.SpatialFilteraddNewSpatialFilter()Appends and returns a new empty "spatialFilter" elementGetResultType.TemporalFilteraddNewTemporalFilter()Appends and returns a new empty value (as xml) as the last "temporalFilter" elementString[]getFeatureOfInterestArray()Gets array of all "featureOfInterest" elementsStringgetFeatureOfInterestArray(int i)Gets ith "featureOfInterest" elementStringgetObservedProperty()Gets the "observedProperty" elementStringgetOffering()Gets the "offering" elementGetResultType.SpatialFiltergetSpatialFilter()Gets the "spatialFilter" elementGetResultType.TemporalFilter[]getTemporalFilterArray()Gets array of all "temporalFilter" elementsGetResultType.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" elementGetResultType.TemporalFilterinsertNewTemporalFilter(int i)Inserts and returns a new empty value (as xml) as the ith "temporalFilter" elementbooleanisSetSpatialFilter()True if has "spatialFilter" elementvoidremoveFeatureOfInterest(int i)Removes the ith "featureOfInterest" elementvoidremoveTemporalFilter(int i)Removes the ith "temporalFilter" elementvoidsetFeatureOfInterestArray(int i, String featureOfInterest)Sets ith "featureOfInterest" elementvoidsetFeatureOfInterestArray(String[] featureOfInterestArray)Sets array of all "featureOfInterest" elementvoidsetObservedProperty(String observedProperty)Sets the "observedProperty" elementvoidsetOffering(String offering)Sets the "offering" elementvoidsetSpatialFilter(GetResultType.SpatialFilter spatialFilter)Sets the "spatialFilter" elementvoidsetTemporalFilterArray(int i, GetResultType.TemporalFilter temporalFilter)Sets ith "temporalFilter" elementvoidsetTemporalFilterArray(GetResultType.TemporalFilter[] temporalFilterArray)Sets array of all "temporalFilter" elementintsizeOfFeatureOfInterestArray()Returns number of "featureOfInterest" elementintsizeOfTemporalFilterArray()Returns number of "temporalFilter" 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.XmlAnyURIxgetObservedProperty()Gets (as xml) the "observedProperty" elementorg.apache.xmlbeans.XmlAnyURIxgetOffering()Gets (as xml) the "offering" 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" elementvoidxsetObservedProperty(org.apache.xmlbeans.XmlAnyURI observedProperty)Sets (as xml) the "observedProperty" elementvoidxsetOffering(org.apache.xmlbeans.XmlAnyURI offering)Sets (as xml) the "offering" 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
-
getOffering
String getOffering()
Gets the "offering" element
-
xgetOffering
org.apache.xmlbeans.XmlAnyURI xgetOffering()
Gets (as xml) the "offering" element
-
setOffering
void setOffering(String offering)
Sets the "offering" element
-
xsetOffering
void xsetOffering(org.apache.xmlbeans.XmlAnyURI offering)
Sets (as xml) the "offering" element
-
getObservedProperty
String getObservedProperty()
Gets the "observedProperty" element
-
xgetObservedProperty
org.apache.xmlbeans.XmlAnyURI xgetObservedProperty()
Gets (as xml) the "observedProperty" element
-
setObservedProperty
void setObservedProperty(String observedProperty)
Sets the "observedProperty" element
-
xsetObservedProperty
void xsetObservedProperty(org.apache.xmlbeans.XmlAnyURI observedProperty)
Sets (as xml) the "observedProperty" element
-
getTemporalFilterArray
GetResultType.TemporalFilter[] getTemporalFilterArray()
Gets array of all "temporalFilter" elements
-
getTemporalFilterArray
GetResultType.TemporalFilter getTemporalFilterArray(int i)
Gets ith "temporalFilter" element
-
sizeOfTemporalFilterArray
int sizeOfTemporalFilterArray()
Returns number of "temporalFilter" element
-
setTemporalFilterArray
void setTemporalFilterArray(GetResultType.TemporalFilter[] temporalFilterArray)
Sets array of all "temporalFilter" element
-
setTemporalFilterArray
void setTemporalFilterArray(int i, GetResultType.TemporalFilter temporalFilter)Sets ith "temporalFilter" element
-
insertNewTemporalFilter
GetResultType.TemporalFilter insertNewTemporalFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "temporalFilter" element
-
addNewTemporalFilter
GetResultType.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
GetResultType.SpatialFilter getSpatialFilter()
Gets the "spatialFilter" element
-
isSetSpatialFilter
boolean isSetSpatialFilter()
True if has "spatialFilter" element
-
setSpatialFilter
void setSpatialFilter(GetResultType.SpatialFilter spatialFilter)
Sets the "spatialFilter" element
-
addNewSpatialFilter
GetResultType.SpatialFilter addNewSpatialFilter()
Appends and returns a new empty "spatialFilter" element
-
unsetSpatialFilter
void unsetSpatialFilter()
Unsets the "spatialFilter" element
-
-