Package net.opengis.sos.x10
Interface GetObservationDocument.GetObservation
-
- All Superinterfaces:
RequestBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GetObservationDocumentImpl.GetObservationImpl
- Enclosing interface:
- GetObservationDocument
public static interface GetObservationDocument.GetObservation extends RequestBaseType
An XML GetObservation(@http://www.opengis.net/sos/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGetObservationDocument.GetObservation.EventTimeAn XML eventTime(@http://www.opengis.net/sos/1.0).static classGetObservationDocument.GetObservation.FactoryA factory class with static methods for creating instances of this type.static interfaceGetObservationDocument.GetObservation.FeatureOfInterestAn XML featureOfInterest(@http://www.opengis.net/sos/1.0).static interfaceGetObservationDocument.GetObservation.ResultAn XML result(@http://www.opengis.net/sos/1.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 GetObservationDocument.GetObservation.EventTimeaddNewEventTime()Appends and returns a new empty value (as xml) as the last "eventTime" elementGetObservationDocument.GetObservation.FeatureOfInterestaddNewFeatureOfInterest()Appends and returns a new empty "featureOfInterest" elementorg.apache.xmlbeans.XmlAnyURIaddNewObservedProperty()Appends and returns a new empty value (as xml) as the last "observedProperty" elementorg.apache.xmlbeans.XmlAnyURIaddNewProcedure()Appends and returns a new empty value (as xml) as the last "procedure" elementGetObservationDocument.GetObservation.ResultaddNewResult()Appends and returns a new empty "result" elementvoidaddObservedProperty(String observedProperty)Appends the value as the last "observedProperty" elementvoidaddProcedure(String procedure)Appends the value as the last "procedure" elementGetObservationDocument.GetObservation.EventTime[]getEventTimeArray()Gets array of all "eventTime" elementsGetObservationDocument.GetObservation.EventTimegetEventTimeArray(int i)Gets ith "eventTime" elementGetObservationDocument.GetObservation.FeatureOfInterestgetFeatureOfInterest()Gets the "featureOfInterest" elementString[]getObservedPropertyArray()Gets array of all "observedProperty" elementsStringgetObservedPropertyArray(int i)Gets ith "observedProperty" elementStringgetOffering()Gets the "offering" elementString[]getProcedureArray()Gets array of all "procedure" elementsStringgetProcedureArray(int i)Gets ith "procedure" elementStringgetResponseFormat()Gets the "responseFormat" elementResponseModeType.EnumgetResponseMode()Gets the "responseMode" elementGetObservationDocument.GetObservation.ResultgetResult()Gets the "result" elementQNamegetResultModel()Gets the "resultModel" elementStringgetSrsName()Gets the "srsName" attributeGetObservationDocument.GetObservation.EventTimeinsertNewEventTime(int i)Inserts and returns a new empty value (as xml) as the ith "eventTime" elementorg.apache.xmlbeans.XmlAnyURIinsertNewObservedProperty(int i)Inserts and returns a new empty value (as xml) as the ith "observedProperty" elementorg.apache.xmlbeans.XmlAnyURIinsertNewProcedure(int i)Inserts and returns a new empty value (as xml) as the ith "procedure" elementvoidinsertObservedProperty(int i, String observedProperty)Inserts the value as the ith "observedProperty" elementvoidinsertProcedure(int i, String procedure)Inserts the value as the ith "procedure" elementbooleanisSetFeatureOfInterest()True if has "featureOfInterest" elementbooleanisSetOffering()True if has "offering" elementbooleanisSetResponseFormat()True if has "responseFormat" elementbooleanisSetResponseMode()True if has "responseMode" elementbooleanisSetResult()True if has "result" elementbooleanisSetResultModel()True if has "resultModel" elementbooleanisSetSrsName()True if has "srsName" attributevoidremoveEventTime(int i)Removes the ith "eventTime" elementvoidremoveObservedProperty(int i)Removes the ith "observedProperty" elementvoidremoveProcedure(int i)Removes the ith "procedure" elementvoidsetEventTimeArray(int i, GetObservationDocument.GetObservation.EventTime eventTime)Sets ith "eventTime" elementvoidsetEventTimeArray(GetObservationDocument.GetObservation.EventTime[] eventTimeArray)Sets array of all "eventTime" elementvoidsetFeatureOfInterest(GetObservationDocument.GetObservation.FeatureOfInterest featureOfInterest)Sets the "featureOfInterest" elementvoidsetObservedPropertyArray(int i, String observedProperty)Sets ith "observedProperty" elementvoidsetObservedPropertyArray(String[] observedPropertyArray)Sets array of all "observedProperty" elementvoidsetOffering(String offering)Sets the "offering" elementvoidsetProcedureArray(int i, String procedure)Sets ith "procedure" elementvoidsetProcedureArray(String[] procedureArray)Sets array of all "procedure" elementvoidsetResponseFormat(String responseFormat)Sets the "responseFormat" elementvoidsetResponseMode(ResponseModeType.Enum responseMode)Sets the "responseMode" elementvoidsetResult(GetObservationDocument.GetObservation.Result result)Sets the "result" elementvoidsetResultModel(QName resultModel)Sets the "resultModel" elementvoidsetSrsName(String srsName)Sets the "srsName" attributeintsizeOfEventTimeArray()Returns number of "eventTime" elementintsizeOfObservedPropertyArray()Returns number of "observedProperty" elementintsizeOfProcedureArray()Returns number of "procedure" elementvoidunsetFeatureOfInterest()Unsets the "featureOfInterest" elementvoidunsetOffering()Unsets the "offering" elementvoidunsetResponseFormat()Unsets the "responseFormat" elementvoidunsetResponseMode()Unsets the "responseMode" elementvoidunsetResult()Unsets the "result" elementvoidunsetResultModel()Unsets the "resultModel" elementvoidunsetSrsName()Unsets the "srsName" attributeorg.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.XmlAnyURIxgetOffering()Gets (as xml) the "offering" elementorg.apache.xmlbeans.XmlAnyURI[]xgetProcedureArray()Gets (as xml) array of all "procedure" elementsorg.apache.xmlbeans.XmlAnyURIxgetProcedureArray(int i)Gets (as xml) ith "procedure" elementMimeTypexgetResponseFormat()Gets (as xml) the "responseFormat" elementResponseModeTypexgetResponseMode()Gets (as xml) the "responseMode" elementorg.apache.xmlbeans.XmlQNamexgetResultModel()Gets (as xml) the "resultModel" elementorg.apache.xmlbeans.XmlAnyURIxgetSrsName()Gets (as xml) the "srsName" attributevoidxsetObservedPropertyArray(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" elementvoidxsetOffering(org.apache.xmlbeans.XmlAnyURI offering)Sets (as xml) the "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(MimeType responseFormat)Sets (as xml) the "responseFormat" elementvoidxsetResponseMode(ResponseModeType responseMode)Sets (as xml) the "responseMode" elementvoidxsetResultModel(org.apache.xmlbeans.XmlQName resultModel)Sets (as xml) the "resultModel" elementvoidxsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)Sets (as xml) the "srsName" attribute-
Methods inherited from interface net.opengis.sos.x10.RequestBaseType
getService, getVersion, setService, setVersion, 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
-
isSetOffering
boolean isSetOffering()
True if has "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
-
unsetOffering
void unsetOffering()
Unsets the "offering" element
-
getEventTimeArray
GetObservationDocument.GetObservation.EventTime[] getEventTimeArray()
Gets array of all "eventTime" elements
-
getEventTimeArray
GetObservationDocument.GetObservation.EventTime getEventTimeArray(int i)
Gets ith "eventTime" element
-
sizeOfEventTimeArray
int sizeOfEventTimeArray()
Returns number of "eventTime" element
-
setEventTimeArray
void setEventTimeArray(GetObservationDocument.GetObservation.EventTime[] eventTimeArray)
Sets array of all "eventTime" element
-
setEventTimeArray
void setEventTimeArray(int i, GetObservationDocument.GetObservation.EventTime eventTime)Sets ith "eventTime" element
-
insertNewEventTime
GetObservationDocument.GetObservation.EventTime insertNewEventTime(int i)
Inserts and returns a new empty value (as xml) as the ith "eventTime" element
-
addNewEventTime
GetObservationDocument.GetObservation.EventTime addNewEventTime()
Appends and returns a new empty value (as xml) as the last "eventTime" element
-
removeEventTime
void removeEventTime(int i)
Removes the ith "eventTime" element
-
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
-
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
-
getFeatureOfInterest
GetObservationDocument.GetObservation.FeatureOfInterest getFeatureOfInterest()
Gets the "featureOfInterest" element
-
isSetFeatureOfInterest
boolean isSetFeatureOfInterest()
True if has "featureOfInterest" element
-
setFeatureOfInterest
void setFeatureOfInterest(GetObservationDocument.GetObservation.FeatureOfInterest featureOfInterest)
Sets the "featureOfInterest" element
-
addNewFeatureOfInterest
GetObservationDocument.GetObservation.FeatureOfInterest addNewFeatureOfInterest()
Appends and returns a new empty "featureOfInterest" element
-
unsetFeatureOfInterest
void unsetFeatureOfInterest()
Unsets the "featureOfInterest" element
-
getResult
GetObservationDocument.GetObservation.Result getResult()
Gets the "result" element
-
isSetResult
boolean isSetResult()
True if has "result" element
-
setResult
void setResult(GetObservationDocument.GetObservation.Result result)
Sets the "result" element
-
addNewResult
GetObservationDocument.GetObservation.Result addNewResult()
Appends and returns a new empty "result" element
-
unsetResult
void unsetResult()
Unsets the "result" element
-
getResponseFormat
String getResponseFormat()
Gets the "responseFormat" element
-
xgetResponseFormat
MimeType 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(MimeType responseFormat)
Sets (as xml) the "responseFormat" element
-
unsetResponseFormat
void unsetResponseFormat()
Unsets the "responseFormat" element
-
getResultModel
QName getResultModel()
Gets the "resultModel" element
-
xgetResultModel
org.apache.xmlbeans.XmlQName xgetResultModel()
Gets (as xml) the "resultModel" element
-
isSetResultModel
boolean isSetResultModel()
True if has "resultModel" element
-
setResultModel
void setResultModel(QName resultModel)
Sets the "resultModel" element
-
xsetResultModel
void xsetResultModel(org.apache.xmlbeans.XmlQName resultModel)
Sets (as xml) the "resultModel" element
-
unsetResultModel
void unsetResultModel()
Unsets the "resultModel" element
-
getResponseMode
ResponseModeType.Enum getResponseMode()
Gets the "responseMode" element
-
xgetResponseMode
ResponseModeType xgetResponseMode()
Gets (as xml) the "responseMode" element
-
isSetResponseMode
boolean isSetResponseMode()
True if has "responseMode" element
-
setResponseMode
void setResponseMode(ResponseModeType.Enum responseMode)
Sets the "responseMode" element
-
xsetResponseMode
void xsetResponseMode(ResponseModeType responseMode)
Sets (as xml) the "responseMode" element
-
unsetResponseMode
void unsetResponseMode()
Unsets the "responseMode" element
-
getSrsName
String getSrsName()
Gets the "srsName" attribute
-
xgetSrsName
org.apache.xmlbeans.XmlAnyURI xgetSrsName()
Gets (as xml) the "srsName" attribute
-
isSetSrsName
boolean isSetSrsName()
True if has "srsName" attribute
-
setSrsName
void setSrsName(String srsName)
Sets the "srsName" attribute
-
xsetSrsName
void xsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)
Sets (as xml) the "srsName" attribute
-
unsetSrsName
void unsetSrsName()
Unsets the "srsName" attribute
-
-