Package net.opengis.sos.x10.impl
Class ObservationOfferingTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- net.opengis.gml.impl.AbstractGMLTypeImpl
-
- net.opengis.gml.impl.AbstractFeatureTypeImpl
-
- net.opengis.sos.x10.impl.ObservationOfferingBaseTypeImpl
-
- net.opengis.sos.x10.impl.ObservationOfferingTypeImpl
-
- All Implemented Interfaces:
Serializable,AbstractFeatureType,AbstractGMLType,ObservationOfferingBaseType,ObservationOfferingType,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
public class ObservationOfferingTypeImpl extends ObservationOfferingBaseTypeImpl implements ObservationOfferingType
An XML ObservationOfferingType(@http://www.opengis.net/sos/1.0). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.opengis.gml.AbstractFeatureType
AbstractFeatureType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.AbstractGMLType
AbstractGMLType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.sos.x10.ObservationOfferingBaseType
ObservationOfferingBaseType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.sos.x10.ObservationOfferingType
ObservationOfferingType.Factory
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
Fields inherited from interface net.opengis.gml.AbstractFeatureType
type
-
Fields inherited from interface net.opengis.gml.AbstractGMLType
type
-
Fields inherited from interface net.opengis.sos.x10.ObservationOfferingBaseType
type
-
Fields inherited from interface net.opengis.sos.x10.ObservationOfferingType
type
-
-
Constructor Summary
Constructors Constructor Description ObservationOfferingTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete 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 class net.opengis.sos.x10.impl.ObservationOfferingBaseTypeImpl
addNewBoundedBy, getBoundedBy, isSetBoundedBy, setBoundedBy, unsetBoundedBy
-
Methods inherited from class net.opengis.gml.impl.AbstractFeatureTypeImpl
addNewLocation, getLocation, isSetLocation, setLocation, unsetLocation
-
Methods inherited from class net.opengis.gml.impl.AbstractGMLTypeImpl
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
public String[] getIntendedApplicationArray()
Gets array of all "intendedApplication" elements- Specified by:
getIntendedApplicationArrayin interfaceObservationOfferingType
-
getIntendedApplicationArray
public String getIntendedApplicationArray(int i)
Gets ith "intendedApplication" element- Specified by:
getIntendedApplicationArrayin interfaceObservationOfferingType
-
xgetIntendedApplicationArray
public org.apache.xmlbeans.XmlToken[] xgetIntendedApplicationArray()
Gets (as xml) array of all "intendedApplication" elements- Specified by:
xgetIntendedApplicationArrayin interfaceObservationOfferingType
-
xgetIntendedApplicationArray
public org.apache.xmlbeans.XmlToken xgetIntendedApplicationArray(int i)
Gets (as xml) ith "intendedApplication" element- Specified by:
xgetIntendedApplicationArrayin interfaceObservationOfferingType
-
sizeOfIntendedApplicationArray
public int sizeOfIntendedApplicationArray()
Returns number of "intendedApplication" element- Specified by:
sizeOfIntendedApplicationArrayin interfaceObservationOfferingType
-
setIntendedApplicationArray
public void setIntendedApplicationArray(String[] intendedApplicationArray)
Sets array of all "intendedApplication" element- Specified by:
setIntendedApplicationArrayin interfaceObservationOfferingType
-
setIntendedApplicationArray
public void setIntendedApplicationArray(int i, String intendedApplication)Sets ith "intendedApplication" element- Specified by:
setIntendedApplicationArrayin interfaceObservationOfferingType
-
xsetIntendedApplicationArray
public void xsetIntendedApplicationArray(org.apache.xmlbeans.XmlToken[] intendedApplicationArray)
Sets (as xml) array of all "intendedApplication" element- Specified by:
xsetIntendedApplicationArrayin interfaceObservationOfferingType
-
xsetIntendedApplicationArray
public void xsetIntendedApplicationArray(int i, org.apache.xmlbeans.XmlToken intendedApplication)Sets (as xml) ith "intendedApplication" element- Specified by:
xsetIntendedApplicationArrayin interfaceObservationOfferingType
-
insertIntendedApplication
public void insertIntendedApplication(int i, String intendedApplication)Inserts the value as the ith "intendedApplication" element- Specified by:
insertIntendedApplicationin interfaceObservationOfferingType
-
addIntendedApplication
public void addIntendedApplication(String intendedApplication)
Appends the value as the last "intendedApplication" element- Specified by:
addIntendedApplicationin interfaceObservationOfferingType
-
insertNewIntendedApplication
public org.apache.xmlbeans.XmlToken insertNewIntendedApplication(int i)
Inserts and returns a new empty value (as xml) as the ith "intendedApplication" element- Specified by:
insertNewIntendedApplicationin interfaceObservationOfferingType
-
addNewIntendedApplication
public org.apache.xmlbeans.XmlToken addNewIntendedApplication()
Appends and returns a new empty value (as xml) as the last "intendedApplication" element- Specified by:
addNewIntendedApplicationin interfaceObservationOfferingType
-
removeIntendedApplication
public void removeIntendedApplication(int i)
Removes the ith "intendedApplication" element- Specified by:
removeIntendedApplicationin interfaceObservationOfferingType
-
getTime
public TimeGeometricPrimitivePropertyType getTime()
Gets the "time" element- Specified by:
getTimein interfaceObservationOfferingType
-
setTime
public void setTime(TimeGeometricPrimitivePropertyType time)
Sets the "time" element- Specified by:
setTimein interfaceObservationOfferingType
-
addNewTime
public TimeGeometricPrimitivePropertyType addNewTime()
Appends and returns a new empty "time" element- Specified by:
addNewTimein interfaceObservationOfferingType
-
getProcedureArray
public ReferenceType[] getProcedureArray()
Gets array of all "procedure" elements- Specified by:
getProcedureArrayin interfaceObservationOfferingType
-
getProcedureArray
public ReferenceType getProcedureArray(int i)
Gets ith "procedure" element- Specified by:
getProcedureArrayin interfaceObservationOfferingType
-
sizeOfProcedureArray
public int sizeOfProcedureArray()
Returns number of "procedure" element- Specified by:
sizeOfProcedureArrayin interfaceObservationOfferingType
-
setProcedureArray
public void setProcedureArray(ReferenceType[] procedureArray)
Sets array of all "procedure" element- Specified by:
setProcedureArrayin interfaceObservationOfferingType
-
setProcedureArray
public void setProcedureArray(int i, ReferenceType procedure)Sets ith "procedure" element- Specified by:
setProcedureArrayin interfaceObservationOfferingType
-
insertNewProcedure
public ReferenceType insertNewProcedure(int i)
Inserts and returns a new empty value (as xml) as the ith "procedure" element- Specified by:
insertNewProcedurein interfaceObservationOfferingType
-
addNewProcedure
public ReferenceType addNewProcedure()
Appends and returns a new empty value (as xml) as the last "procedure" element- Specified by:
addNewProcedurein interfaceObservationOfferingType
-
removeProcedure
public void removeProcedure(int i)
Removes the ith "procedure" element- Specified by:
removeProcedurein interfaceObservationOfferingType
-
getObservedPropertyArray
public PhenomenonPropertyType[] getObservedPropertyArray()
Gets array of all "observedProperty" elements- Specified by:
getObservedPropertyArrayin interfaceObservationOfferingType
-
getObservedPropertyArray
public PhenomenonPropertyType getObservedPropertyArray(int i)
Gets ith "observedProperty" element- Specified by:
getObservedPropertyArrayin interfaceObservationOfferingType
-
sizeOfObservedPropertyArray
public int sizeOfObservedPropertyArray()
Returns number of "observedProperty" element- Specified by:
sizeOfObservedPropertyArrayin interfaceObservationOfferingType
-
setObservedPropertyArray
public void setObservedPropertyArray(PhenomenonPropertyType[] observedPropertyArray)
Sets array of all "observedProperty" element- Specified by:
setObservedPropertyArrayin interfaceObservationOfferingType
-
setObservedPropertyArray
public void setObservedPropertyArray(int i, PhenomenonPropertyType observedProperty)Sets ith "observedProperty" element- Specified by:
setObservedPropertyArrayin interfaceObservationOfferingType
-
insertNewObservedProperty
public PhenomenonPropertyType insertNewObservedProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "observedProperty" element- Specified by:
insertNewObservedPropertyin interfaceObservationOfferingType
-
addNewObservedProperty
public PhenomenonPropertyType addNewObservedProperty()
Appends and returns a new empty value (as xml) as the last "observedProperty" element- Specified by:
addNewObservedPropertyin interfaceObservationOfferingType
-
removeObservedProperty
public void removeObservedProperty(int i)
Removes the ith "observedProperty" element- Specified by:
removeObservedPropertyin interfaceObservationOfferingType
-
getFeatureOfInterestArray
public ReferenceType[] getFeatureOfInterestArray()
Gets array of all "featureOfInterest" elements- Specified by:
getFeatureOfInterestArrayin interfaceObservationOfferingType
-
getFeatureOfInterestArray
public ReferenceType getFeatureOfInterestArray(int i)
Gets ith "featureOfInterest" element- Specified by:
getFeatureOfInterestArrayin interfaceObservationOfferingType
-
sizeOfFeatureOfInterestArray
public int sizeOfFeatureOfInterestArray()
Returns number of "featureOfInterest" element- Specified by:
sizeOfFeatureOfInterestArrayin interfaceObservationOfferingType
-
setFeatureOfInterestArray
public void setFeatureOfInterestArray(ReferenceType[] featureOfInterestArray)
Sets array of all "featureOfInterest" element- Specified by:
setFeatureOfInterestArrayin interfaceObservationOfferingType
-
setFeatureOfInterestArray
public void setFeatureOfInterestArray(int i, ReferenceType featureOfInterest)Sets ith "featureOfInterest" element- Specified by:
setFeatureOfInterestArrayin interfaceObservationOfferingType
-
insertNewFeatureOfInterest
public ReferenceType insertNewFeatureOfInterest(int i)
Inserts and returns a new empty value (as xml) as the ith "featureOfInterest" element- Specified by:
insertNewFeatureOfInterestin interfaceObservationOfferingType
-
addNewFeatureOfInterest
public ReferenceType addNewFeatureOfInterest()
Appends and returns a new empty value (as xml) as the last "featureOfInterest" element- Specified by:
addNewFeatureOfInterestin interfaceObservationOfferingType
-
removeFeatureOfInterest
public void removeFeatureOfInterest(int i)
Removes the ith "featureOfInterest" element- Specified by:
removeFeatureOfInterestin interfaceObservationOfferingType
-
getResponseFormatArray
public String[] getResponseFormatArray()
Gets array of all "responseFormat" elements- Specified by:
getResponseFormatArrayin interfaceObservationOfferingType
-
getResponseFormatArray
public String getResponseFormatArray(int i)
Gets ith "responseFormat" element- Specified by:
getResponseFormatArrayin interfaceObservationOfferingType
-
xgetResponseFormatArray
public MimeType[] xgetResponseFormatArray()
Gets (as xml) array of all "responseFormat" elements- Specified by:
xgetResponseFormatArrayin interfaceObservationOfferingType
-
xgetResponseFormatArray
public MimeType xgetResponseFormatArray(int i)
Gets (as xml) ith "responseFormat" element- Specified by:
xgetResponseFormatArrayin interfaceObservationOfferingType
-
sizeOfResponseFormatArray
public int sizeOfResponseFormatArray()
Returns number of "responseFormat" element- Specified by:
sizeOfResponseFormatArrayin interfaceObservationOfferingType
-
setResponseFormatArray
public void setResponseFormatArray(String[] responseFormatArray)
Sets array of all "responseFormat" element- Specified by:
setResponseFormatArrayin interfaceObservationOfferingType
-
setResponseFormatArray
public void setResponseFormatArray(int i, String responseFormat)Sets ith "responseFormat" element- Specified by:
setResponseFormatArrayin interfaceObservationOfferingType
-
xsetResponseFormatArray
public void xsetResponseFormatArray(MimeType[] responseFormatArray)
Sets (as xml) array of all "responseFormat" element- Specified by:
xsetResponseFormatArrayin interfaceObservationOfferingType
-
xsetResponseFormatArray
public void xsetResponseFormatArray(int i, MimeType responseFormat)Sets (as xml) ith "responseFormat" element- Specified by:
xsetResponseFormatArrayin interfaceObservationOfferingType
-
insertResponseFormat
public void insertResponseFormat(int i, String responseFormat)Inserts the value as the ith "responseFormat" element- Specified by:
insertResponseFormatin interfaceObservationOfferingType
-
addResponseFormat
public void addResponseFormat(String responseFormat)
Appends the value as the last "responseFormat" element- Specified by:
addResponseFormatin interfaceObservationOfferingType
-
insertNewResponseFormat
public MimeType insertNewResponseFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "responseFormat" element- Specified by:
insertNewResponseFormatin interfaceObservationOfferingType
-
addNewResponseFormat
public MimeType addNewResponseFormat()
Appends and returns a new empty value (as xml) as the last "responseFormat" element- Specified by:
addNewResponseFormatin interfaceObservationOfferingType
-
removeResponseFormat
public void removeResponseFormat(int i)
Removes the ith "responseFormat" element- Specified by:
removeResponseFormatin interfaceObservationOfferingType
-
getResultModelArray
public QName[] getResultModelArray()
Gets array of all "resultModel" elements- Specified by:
getResultModelArrayin interfaceObservationOfferingType
-
getResultModelArray
public QName getResultModelArray(int i)
Gets ith "resultModel" element- Specified by:
getResultModelArrayin interfaceObservationOfferingType
-
xgetResultModelArray
public org.apache.xmlbeans.XmlQName[] xgetResultModelArray()
Gets (as xml) array of all "resultModel" elements- Specified by:
xgetResultModelArrayin interfaceObservationOfferingType
-
xgetResultModelArray
public org.apache.xmlbeans.XmlQName xgetResultModelArray(int i)
Gets (as xml) ith "resultModel" element- Specified by:
xgetResultModelArrayin interfaceObservationOfferingType
-
sizeOfResultModelArray
public int sizeOfResultModelArray()
Returns number of "resultModel" element- Specified by:
sizeOfResultModelArrayin interfaceObservationOfferingType
-
setResultModelArray
public void setResultModelArray(QName[] resultModelArray)
Sets array of all "resultModel" element- Specified by:
setResultModelArrayin interfaceObservationOfferingType
-
setResultModelArray
public void setResultModelArray(int i, QName resultModel)Sets ith "resultModel" element- Specified by:
setResultModelArrayin interfaceObservationOfferingType
-
xsetResultModelArray
public void xsetResultModelArray(org.apache.xmlbeans.XmlQName[] resultModelArray)
Sets (as xml) array of all "resultModel" element- Specified by:
xsetResultModelArrayin interfaceObservationOfferingType
-
xsetResultModelArray
public void xsetResultModelArray(int i, org.apache.xmlbeans.XmlQName resultModel)Sets (as xml) ith "resultModel" element- Specified by:
xsetResultModelArrayin interfaceObservationOfferingType
-
insertResultModel
public void insertResultModel(int i, QName resultModel)Inserts the value as the ith "resultModel" element- Specified by:
insertResultModelin interfaceObservationOfferingType
-
addResultModel
public void addResultModel(QName resultModel)
Appends the value as the last "resultModel" element- Specified by:
addResultModelin interfaceObservationOfferingType
-
insertNewResultModel
public org.apache.xmlbeans.XmlQName insertNewResultModel(int i)
Inserts and returns a new empty value (as xml) as the ith "resultModel" element- Specified by:
insertNewResultModelin interfaceObservationOfferingType
-
addNewResultModel
public org.apache.xmlbeans.XmlQName addNewResultModel()
Appends and returns a new empty value (as xml) as the last "resultModel" element- Specified by:
addNewResultModelin interfaceObservationOfferingType
-
removeResultModel
public void removeResultModel(int i)
Removes the ith "resultModel" element- Specified by:
removeResultModelin interfaceObservationOfferingType
-
getResponseModeArray
public ResponseModeType.Enum[] getResponseModeArray()
Gets array of all "responseMode" elements- Specified by:
getResponseModeArrayin interfaceObservationOfferingType
-
getResponseModeArray
public ResponseModeType.Enum getResponseModeArray(int i)
Gets ith "responseMode" element- Specified by:
getResponseModeArrayin interfaceObservationOfferingType
-
xgetResponseModeArray
public ResponseModeType[] xgetResponseModeArray()
Gets (as xml) array of all "responseMode" elements- Specified by:
xgetResponseModeArrayin interfaceObservationOfferingType
-
xgetResponseModeArray
public ResponseModeType xgetResponseModeArray(int i)
Gets (as xml) ith "responseMode" element- Specified by:
xgetResponseModeArrayin interfaceObservationOfferingType
-
sizeOfResponseModeArray
public int sizeOfResponseModeArray()
Returns number of "responseMode" element- Specified by:
sizeOfResponseModeArrayin interfaceObservationOfferingType
-
setResponseModeArray
public void setResponseModeArray(ResponseModeType.Enum[] responseModeArray)
Sets array of all "responseMode" element- Specified by:
setResponseModeArrayin interfaceObservationOfferingType
-
setResponseModeArray
public void setResponseModeArray(int i, ResponseModeType.Enum responseMode)Sets ith "responseMode" element- Specified by:
setResponseModeArrayin interfaceObservationOfferingType
-
xsetResponseModeArray
public void xsetResponseModeArray(ResponseModeType[] responseModeArray)
Sets (as xml) array of all "responseMode" element- Specified by:
xsetResponseModeArrayin interfaceObservationOfferingType
-
xsetResponseModeArray
public void xsetResponseModeArray(int i, ResponseModeType responseMode)Sets (as xml) ith "responseMode" element- Specified by:
xsetResponseModeArrayin interfaceObservationOfferingType
-
insertResponseMode
public void insertResponseMode(int i, ResponseModeType.Enum responseMode)Inserts the value as the ith "responseMode" element- Specified by:
insertResponseModein interfaceObservationOfferingType
-
addResponseMode
public void addResponseMode(ResponseModeType.Enum responseMode)
Appends the value as the last "responseMode" element- Specified by:
addResponseModein interfaceObservationOfferingType
-
insertNewResponseMode
public ResponseModeType insertNewResponseMode(int i)
Inserts and returns a new empty value (as xml) as the ith "responseMode" element- Specified by:
insertNewResponseModein interfaceObservationOfferingType
-
addNewResponseMode
public ResponseModeType addNewResponseMode()
Appends and returns a new empty value (as xml) as the last "responseMode" element- Specified by:
addNewResponseModein interfaceObservationOfferingType
-
removeResponseMode
public void removeResponseMode(int i)
Removes the ith "responseMode" element- Specified by:
removeResponseModein interfaceObservationOfferingType
-
-