Package net.opengis.sos.x10
Interface GetObservationByIdDocument.GetObservationById
-
- All Superinterfaces:
RequestBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GetObservationByIdDocumentImpl.GetObservationByIdImpl
- Enclosing interface:
- GetObservationByIdDocument
public static interface GetObservationByIdDocument.GetObservationById extends RequestBaseType
An XML GetObservationById(@http://www.opengis.net/sos/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetObservationByIdDocument.GetObservationById.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 StringgetObservationId()Gets the "ObservationId" elementStringgetResponseFormat()Gets the "responseFormat" elementResponseModeType.EnumgetResponseMode()Gets the "responseMode" elementQNamegetResultModel()Gets the "resultModel" elementStringgetSrsName()Gets the "srsName" attributebooleanisSetResponseFormat()True if has "responseFormat" elementbooleanisSetResponseMode()True if has "responseMode" elementbooleanisSetResultModel()True if has "resultModel" elementbooleanisSetSrsName()True if has "srsName" attributevoidsetObservationId(String observationId)Sets the "ObservationId" elementvoidsetResponseFormat(String responseFormat)Sets the "responseFormat" elementvoidsetResponseMode(ResponseModeType.Enum responseMode)Sets the "responseMode" elementvoidsetResultModel(QName resultModel)Sets the "resultModel" elementvoidsetSrsName(String srsName)Sets the "srsName" attributevoidunsetResponseFormat()Unsets the "responseFormat" elementvoidunsetResponseMode()Unsets the "responseMode" elementvoidunsetResultModel()Unsets the "resultModel" elementvoidunsetSrsName()Unsets the "srsName" attributeorg.apache.xmlbeans.XmlAnyURIxgetObservationId()Gets (as xml) the "ObservationId" 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" attributevoidxsetObservationId(org.apache.xmlbeans.XmlAnyURI observationId)Sets (as xml) the "ObservationId" 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
-
getObservationId
String getObservationId()
Gets the "ObservationId" element
-
xgetObservationId
org.apache.xmlbeans.XmlAnyURI xgetObservationId()
Gets (as xml) the "ObservationId" element
-
setObservationId
void setObservationId(String observationId)
Sets the "ObservationId" element
-
xsetObservationId
void xsetObservationId(org.apache.xmlbeans.XmlAnyURI observationId)
Sets (as xml) the "ObservationId" 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
-
-