Package net.opengis.sos.x10
Interface ObservationOfferingType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,ObservationOfferingBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ObservationOfferingTypeImpl
public interface ObservationOfferingType extends ObservationOfferingBaseType
An XML ObservationOfferingType(@http://www.opengis.net/sos/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObservationOfferingType.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 voidaddIntendedApplication(String intendedApplication)Appends the value as the last "intendedApplication" elementReferenceTypeaddNewFeatureOfInterest()Appends and returns a new empty value (as xml) as the last "featureOfInterest" elementorg.apache.xmlbeans.XmlTokenaddNewIntendedApplication()Appends and returns a new empty value (as xml) as the last "intendedApplication" elementPhenomenonPropertyTypeaddNewObservedProperty()Appends and returns a new empty value (as xml) as the last "observedProperty" elementReferenceTypeaddNewProcedure()Appends and returns a new empty value (as xml) as the last "procedure" elementMimeTypeaddNewResponseFormat()Appends and returns a new empty value (as xml) as the last "responseFormat" elementResponseModeTypeaddNewResponseMode()Appends and returns a new empty value (as xml) as the last "responseMode" elementorg.apache.xmlbeans.XmlQNameaddNewResultModel()Appends and returns a new empty value (as xml) as the last "resultModel" elementTimeGeometricPrimitivePropertyTypeaddNewTime()Appends and returns a new empty "time" elementvoidaddResponseFormat(String responseFormat)Appends the value as the last "responseFormat" elementvoidaddResponseMode(ResponseModeType.Enum responseMode)Appends the value as the last "responseMode" elementvoidaddResultModel(QName resultModel)Appends the value as the last "resultModel" elementReferenceType[]getFeatureOfInterestArray()Gets array of all "featureOfInterest" elementsReferenceTypegetFeatureOfInterestArray(int i)Gets ith "featureOfInterest" elementString[]getIntendedApplicationArray()Gets array of all "intendedApplication" elementsStringgetIntendedApplicationArray(int i)Gets ith "intendedApplication" elementPhenomenonPropertyType[]getObservedPropertyArray()Gets array of all "observedProperty" elementsPhenomenonPropertyTypegetObservedPropertyArray(int i)Gets ith "observedProperty" elementReferenceType[]getProcedureArray()Gets array of all "procedure" elementsReferenceTypegetProcedureArray(int i)Gets ith "procedure" elementString[]getResponseFormatArray()Gets array of all "responseFormat" elementsStringgetResponseFormatArray(int i)Gets ith "responseFormat" elementResponseModeType.Enum[]getResponseModeArray()Gets array of all "responseMode" elementsResponseModeType.EnumgetResponseModeArray(int i)Gets ith "responseMode" elementQName[]getResultModelArray()Gets array of all "resultModel" elementsQNamegetResultModelArray(int i)Gets ith "resultModel" elementTimeGeometricPrimitivePropertyTypegetTime()Gets the "time" elementvoidinsertIntendedApplication(int i, String intendedApplication)Inserts the value as the ith "intendedApplication" elementReferenceTypeinsertNewFeatureOfInterest(int i)Inserts and returns a new empty value (as xml) as the ith "featureOfInterest" elementorg.apache.xmlbeans.XmlTokeninsertNewIntendedApplication(int i)Inserts and returns a new empty value (as xml) as the ith "intendedApplication" elementPhenomenonPropertyTypeinsertNewObservedProperty(int i)Inserts and returns a new empty value (as xml) as the ith "observedProperty" elementReferenceTypeinsertNewProcedure(int i)Inserts and returns a new empty value (as xml) as the ith "procedure" elementMimeTypeinsertNewResponseFormat(int i)Inserts and returns a new empty value (as xml) as the ith "responseFormat" elementResponseModeTypeinsertNewResponseMode(int i)Inserts and returns a new empty value (as xml) as the ith "responseMode" elementorg.apache.xmlbeans.XmlQNameinsertNewResultModel(int i)Inserts and returns a new empty value (as xml) as the ith "resultModel" elementvoidinsertResponseFormat(int i, String responseFormat)Inserts the value as the ith "responseFormat" elementvoidinsertResponseMode(int i, ResponseModeType.Enum responseMode)Inserts the value as the ith "responseMode" elementvoidinsertResultModel(int i, QName resultModel)Inserts the value as the ith "resultModel" elementvoidremoveFeatureOfInterest(int i)Removes the ith "featureOfInterest" elementvoidremoveIntendedApplication(int i)Removes the ith "intendedApplication" elementvoidremoveObservedProperty(int i)Removes the ith "observedProperty" elementvoidremoveProcedure(int i)Removes the ith "procedure" elementvoidremoveResponseFormat(int i)Removes the ith "responseFormat" elementvoidremoveResponseMode(int i)Removes the ith "responseMode" elementvoidremoveResultModel(int i)Removes the ith "resultModel" elementvoidsetFeatureOfInterestArray(int i, ReferenceType featureOfInterest)Sets ith "featureOfInterest" elementvoidsetFeatureOfInterestArray(ReferenceType[] featureOfInterestArray)Sets array of all "featureOfInterest" elementvoidsetIntendedApplicationArray(int i, String intendedApplication)Sets ith "intendedApplication" elementvoidsetIntendedApplicationArray(String[] intendedApplicationArray)Sets array of all "intendedApplication" elementvoidsetObservedPropertyArray(int i, PhenomenonPropertyType observedProperty)Sets ith "observedProperty" elementvoidsetObservedPropertyArray(PhenomenonPropertyType[] observedPropertyArray)Sets array of all "observedProperty" elementvoidsetProcedureArray(int i, ReferenceType procedure)Sets ith "procedure" elementvoidsetProcedureArray(ReferenceType[] procedureArray)Sets array of all "procedure" elementvoidsetResponseFormatArray(int i, String responseFormat)Sets ith "responseFormat" elementvoidsetResponseFormatArray(String[] responseFormatArray)Sets array of all "responseFormat" elementvoidsetResponseModeArray(int i, ResponseModeType.Enum responseMode)Sets ith "responseMode" elementvoidsetResponseModeArray(ResponseModeType.Enum[] responseModeArray)Sets array of all "responseMode" elementvoidsetResultModelArray(int i, QName resultModel)Sets ith "resultModel" elementvoidsetResultModelArray(QName[] resultModelArray)Sets array of all "resultModel" elementvoidsetTime(TimeGeometricPrimitivePropertyType time)Sets the "time" elementintsizeOfFeatureOfInterestArray()Returns number of "featureOfInterest" elementintsizeOfIntendedApplicationArray()Returns number of "intendedApplication" elementintsizeOfObservedPropertyArray()Returns number of "observedProperty" elementintsizeOfProcedureArray()Returns number of "procedure" elementintsizeOfResponseFormatArray()Returns number of "responseFormat" elementintsizeOfResponseModeArray()Returns number of "responseMode" elementintsizeOfResultModelArray()Returns number of "resultModel" elementorg.apache.xmlbeans.XmlToken[]xgetIntendedApplicationArray()Gets (as xml) array of all "intendedApplication" elementsorg.apache.xmlbeans.XmlTokenxgetIntendedApplicationArray(int i)Gets (as xml) ith "intendedApplication" elementMimeType[]xgetResponseFormatArray()Gets (as xml) array of all "responseFormat" elementsMimeTypexgetResponseFormatArray(int i)Gets (as xml) ith "responseFormat" elementResponseModeType[]xgetResponseModeArray()Gets (as xml) array of all "responseMode" elementsResponseModeTypexgetResponseModeArray(int i)Gets (as xml) ith "responseMode" elementorg.apache.xmlbeans.XmlQName[]xgetResultModelArray()Gets (as xml) array of all "resultModel" elementsorg.apache.xmlbeans.XmlQNamexgetResultModelArray(int i)Gets (as xml) ith "resultModel" elementvoidxsetIntendedApplicationArray(int i, org.apache.xmlbeans.XmlToken intendedApplication)Sets (as xml) ith "intendedApplication" elementvoidxsetIntendedApplicationArray(org.apache.xmlbeans.XmlToken[] intendedApplicationArray)Sets (as xml) array of all "intendedApplication" elementvoidxsetResponseFormatArray(int i, MimeType responseFormat)Sets (as xml) ith "responseFormat" elementvoidxsetResponseFormatArray(MimeType[] responseFormatArray)Sets (as xml) array of all "responseFormat" elementvoidxsetResponseModeArray(int i, ResponseModeType responseMode)Sets (as xml) ith "responseMode" elementvoidxsetResponseModeArray(ResponseModeType[] responseModeArray)Sets (as xml) array of all "responseMode" elementvoidxsetResultModelArray(int i, org.apache.xmlbeans.XmlQName resultModel)Sets (as xml) ith "resultModel" elementvoidxsetResultModelArray(org.apache.xmlbeans.XmlQName[] resultModelArray)Sets (as xml) array of all "resultModel" element-
Methods inherited from interface net.opengis.gml.AbstractFeatureType
addNewLocation, getLocation, isSetLocation, setLocation, unsetLocation
-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetId
-
Methods inherited from interface net.opengis.sos.x10.ObservationOfferingBaseType
addNewBoundedBy, getBoundedBy, isSetBoundedBy, setBoundedBy, unsetBoundedBy
-
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
-
getIntendedApplicationArray
String[] getIntendedApplicationArray()
Gets array of all "intendedApplication" elements
-
getIntendedApplicationArray
String getIntendedApplicationArray(int i)
Gets ith "intendedApplication" element
-
xgetIntendedApplicationArray
org.apache.xmlbeans.XmlToken[] xgetIntendedApplicationArray()
Gets (as xml) array of all "intendedApplication" elements
-
xgetIntendedApplicationArray
org.apache.xmlbeans.XmlToken xgetIntendedApplicationArray(int i)
Gets (as xml) ith "intendedApplication" element
-
sizeOfIntendedApplicationArray
int sizeOfIntendedApplicationArray()
Returns number of "intendedApplication" element
-
setIntendedApplicationArray
void setIntendedApplicationArray(String[] intendedApplicationArray)
Sets array of all "intendedApplication" element
-
setIntendedApplicationArray
void setIntendedApplicationArray(int i, String intendedApplication)Sets ith "intendedApplication" element
-
xsetIntendedApplicationArray
void xsetIntendedApplicationArray(org.apache.xmlbeans.XmlToken[] intendedApplicationArray)
Sets (as xml) array of all "intendedApplication" element
-
xsetIntendedApplicationArray
void xsetIntendedApplicationArray(int i, org.apache.xmlbeans.XmlToken intendedApplication)Sets (as xml) ith "intendedApplication" element
-
insertIntendedApplication
void insertIntendedApplication(int i, String intendedApplication)Inserts the value as the ith "intendedApplication" element
-
addIntendedApplication
void addIntendedApplication(String intendedApplication)
Appends the value as the last "intendedApplication" element
-
insertNewIntendedApplication
org.apache.xmlbeans.XmlToken insertNewIntendedApplication(int i)
Inserts and returns a new empty value (as xml) as the ith "intendedApplication" element
-
addNewIntendedApplication
org.apache.xmlbeans.XmlToken addNewIntendedApplication()
Appends and returns a new empty value (as xml) as the last "intendedApplication" element
-
removeIntendedApplication
void removeIntendedApplication(int i)
Removes the ith "intendedApplication" element
-
getTime
TimeGeometricPrimitivePropertyType getTime()
Gets the "time" element
-
setTime
void setTime(TimeGeometricPrimitivePropertyType time)
Sets the "time" element
-
addNewTime
TimeGeometricPrimitivePropertyType addNewTime()
Appends and returns a new empty "time" element
-
getProcedureArray
ReferenceType[] getProcedureArray()
Gets array of all "procedure" elements
-
getProcedureArray
ReferenceType getProcedureArray(int i)
Gets ith "procedure" element
-
sizeOfProcedureArray
int sizeOfProcedureArray()
Returns number of "procedure" element
-
setProcedureArray
void setProcedureArray(ReferenceType[] procedureArray)
Sets array of all "procedure" element
-
setProcedureArray
void setProcedureArray(int i, ReferenceType procedure)Sets ith "procedure" element
-
insertNewProcedure
ReferenceType insertNewProcedure(int i)
Inserts and returns a new empty value (as xml) as the ith "procedure" element
-
addNewProcedure
ReferenceType 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
PhenomenonPropertyType[] getObservedPropertyArray()
Gets array of all "observedProperty" elements
-
getObservedPropertyArray
PhenomenonPropertyType getObservedPropertyArray(int i)
Gets ith "observedProperty" element
-
sizeOfObservedPropertyArray
int sizeOfObservedPropertyArray()
Returns number of "observedProperty" element
-
setObservedPropertyArray
void setObservedPropertyArray(PhenomenonPropertyType[] observedPropertyArray)
Sets array of all "observedProperty" element
-
setObservedPropertyArray
void setObservedPropertyArray(int i, PhenomenonPropertyType observedProperty)Sets ith "observedProperty" element
-
insertNewObservedProperty
PhenomenonPropertyType insertNewObservedProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "observedProperty" element
-
addNewObservedProperty
PhenomenonPropertyType 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
-
getFeatureOfInterestArray
ReferenceType[] getFeatureOfInterestArray()
Gets array of all "featureOfInterest" elements
-
getFeatureOfInterestArray
ReferenceType getFeatureOfInterestArray(int i)
Gets ith "featureOfInterest" element
-
sizeOfFeatureOfInterestArray
int sizeOfFeatureOfInterestArray()
Returns number of "featureOfInterest" element
-
setFeatureOfInterestArray
void setFeatureOfInterestArray(ReferenceType[] featureOfInterestArray)
Sets array of all "featureOfInterest" element
-
setFeatureOfInterestArray
void setFeatureOfInterestArray(int i, ReferenceType featureOfInterest)Sets ith "featureOfInterest" element
-
insertNewFeatureOfInterest
ReferenceType insertNewFeatureOfInterest(int i)
Inserts and returns a new empty value (as xml) as the ith "featureOfInterest" element
-
addNewFeatureOfInterest
ReferenceType 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
-
getResponseFormatArray
String[] getResponseFormatArray()
Gets array of all "responseFormat" elements
-
getResponseFormatArray
String getResponseFormatArray(int i)
Gets ith "responseFormat" element
-
xgetResponseFormatArray
MimeType[] xgetResponseFormatArray()
Gets (as xml) array of all "responseFormat" elements
-
xgetResponseFormatArray
MimeType xgetResponseFormatArray(int i)
Gets (as xml) ith "responseFormat" element
-
sizeOfResponseFormatArray
int sizeOfResponseFormatArray()
Returns number of "responseFormat" element
-
setResponseFormatArray
void setResponseFormatArray(String[] responseFormatArray)
Sets array of all "responseFormat" element
-
setResponseFormatArray
void setResponseFormatArray(int i, String responseFormat)Sets ith "responseFormat" element
-
xsetResponseFormatArray
void xsetResponseFormatArray(MimeType[] responseFormatArray)
Sets (as xml) array of all "responseFormat" element
-
xsetResponseFormatArray
void xsetResponseFormatArray(int i, MimeType responseFormat)Sets (as xml) ith "responseFormat" element
-
insertResponseFormat
void insertResponseFormat(int i, String responseFormat)Inserts the value as the ith "responseFormat" element
-
addResponseFormat
void addResponseFormat(String responseFormat)
Appends the value as the last "responseFormat" element
-
insertNewResponseFormat
MimeType insertNewResponseFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "responseFormat" element
-
addNewResponseFormat
MimeType addNewResponseFormat()
Appends and returns a new empty value (as xml) as the last "responseFormat" element
-
removeResponseFormat
void removeResponseFormat(int i)
Removes the ith "responseFormat" element
-
getResultModelArray
QName[] getResultModelArray()
Gets array of all "resultModel" elements
-
getResultModelArray
QName getResultModelArray(int i)
Gets ith "resultModel" element
-
xgetResultModelArray
org.apache.xmlbeans.XmlQName[] xgetResultModelArray()
Gets (as xml) array of all "resultModel" elements
-
xgetResultModelArray
org.apache.xmlbeans.XmlQName xgetResultModelArray(int i)
Gets (as xml) ith "resultModel" element
-
sizeOfResultModelArray
int sizeOfResultModelArray()
Returns number of "resultModel" element
-
setResultModelArray
void setResultModelArray(QName[] resultModelArray)
Sets array of all "resultModel" element
-
setResultModelArray
void setResultModelArray(int i, QName resultModel)Sets ith "resultModel" element
-
xsetResultModelArray
void xsetResultModelArray(org.apache.xmlbeans.XmlQName[] resultModelArray)
Sets (as xml) array of all "resultModel" element
-
xsetResultModelArray
void xsetResultModelArray(int i, org.apache.xmlbeans.XmlQName resultModel)Sets (as xml) ith "resultModel" element
-
insertResultModel
void insertResultModel(int i, QName resultModel)Inserts the value as the ith "resultModel" element
-
addResultModel
void addResultModel(QName resultModel)
Appends the value as the last "resultModel" element
-
insertNewResultModel
org.apache.xmlbeans.XmlQName insertNewResultModel(int i)
Inserts and returns a new empty value (as xml) as the ith "resultModel" element
-
addNewResultModel
org.apache.xmlbeans.XmlQName addNewResultModel()
Appends and returns a new empty value (as xml) as the last "resultModel" element
-
removeResultModel
void removeResultModel(int i)
Removes the ith "resultModel" element
-
getResponseModeArray
ResponseModeType.Enum[] getResponseModeArray()
Gets array of all "responseMode" elements
-
getResponseModeArray
ResponseModeType.Enum getResponseModeArray(int i)
Gets ith "responseMode" element
-
xgetResponseModeArray
ResponseModeType[] xgetResponseModeArray()
Gets (as xml) array of all "responseMode" elements
-
xgetResponseModeArray
ResponseModeType xgetResponseModeArray(int i)
Gets (as xml) ith "responseMode" element
-
sizeOfResponseModeArray
int sizeOfResponseModeArray()
Returns number of "responseMode" element
-
setResponseModeArray
void setResponseModeArray(ResponseModeType.Enum[] responseModeArray)
Sets array of all "responseMode" element
-
setResponseModeArray
void setResponseModeArray(int i, ResponseModeType.Enum responseMode)Sets ith "responseMode" element
-
xsetResponseModeArray
void xsetResponseModeArray(ResponseModeType[] responseModeArray)
Sets (as xml) array of all "responseMode" element
-
xsetResponseModeArray
void xsetResponseModeArray(int i, ResponseModeType responseMode)Sets (as xml) ith "responseMode" element
-
insertResponseMode
void insertResponseMode(int i, ResponseModeType.Enum responseMode)Inserts the value as the ith "responseMode" element
-
addResponseMode
void addResponseMode(ResponseModeType.Enum responseMode)
Appends the value as the last "responseMode" element
-
insertNewResponseMode
ResponseModeType insertNewResponseMode(int i)
Inserts and returns a new empty value (as xml) as the ith "responseMode" element
-
addNewResponseMode
ResponseModeType addNewResponseMode()
Appends and returns a new empty value (as xml) as the last "responseMode" element
-
removeResponseMode
void removeResponseMode(int i)
Removes the ith "responseMode" element
-
-