Package net.opengis.sos.x20
Interface InsertObservationType
-
- All Superinterfaces:
ExtensibleRequestType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
InsertObservationTypeImpl
public interface InsertObservationType extends ExtensibleRequestType
An XML InsertObservationType(@http://www.opengis.net/sos/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInsertObservationType.FactoryA factory class with static methods for creating instances of this type.static interfaceInsertObservationType.ObservationAn XML observation(@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 InsertObservationType.ObservationaddNewObservation()Appends and returns a new empty value (as xml) as the last "observation" elementorg.apache.xmlbeans.XmlAnyURIaddNewOffering()Appends and returns a new empty value (as xml) as the last "offering" elementvoidaddOffering(String offering)Appends the value as the last "offering" elementInsertObservationType.Observation[]getObservationArray()Gets array of all "observation" elementsInsertObservationType.ObservationgetObservationArray(int i)Gets ith "observation" elementString[]getOfferingArray()Gets array of all "offering" elementsStringgetOfferingArray(int i)Gets ith "offering" elementInsertObservationType.ObservationinsertNewObservation(int i)Inserts and returns a new empty value (as xml) as the ith "observation" elementorg.apache.xmlbeans.XmlAnyURIinsertNewOffering(int i)Inserts and returns a new empty value (as xml) as the ith "offering" elementvoidinsertOffering(int i, String offering)Inserts the value as the ith "offering" elementvoidremoveObservation(int i)Removes the ith "observation" elementvoidremoveOffering(int i)Removes the ith "offering" elementvoidsetObservationArray(int i, InsertObservationType.Observation observation)Sets ith "observation" elementvoidsetObservationArray(InsertObservationType.Observation[] observationArray)Sets array of all "observation" elementvoidsetOfferingArray(int i, String offering)Sets ith "offering" elementvoidsetOfferingArray(String[] offeringArray)Sets array of all "offering" elementintsizeOfObservationArray()Returns number of "observation" elementintsizeOfOfferingArray()Returns number of "offering" elementorg.apache.xmlbeans.XmlAnyURI[]xgetOfferingArray()Gets (as xml) array of all "offering" elementsorg.apache.xmlbeans.XmlAnyURIxgetOfferingArray(int i)Gets (as xml) ith "offering" elementvoidxsetOfferingArray(int i, org.apache.xmlbeans.XmlAnyURI offering)Sets (as xml) ith "offering" elementvoidxsetOfferingArray(org.apache.xmlbeans.XmlAnyURI[] offeringArray)Sets (as xml) array of all "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
-
getOfferingArray
String[] getOfferingArray()
Gets array of all "offering" elements
-
getOfferingArray
String getOfferingArray(int i)
Gets ith "offering" element
-
xgetOfferingArray
org.apache.xmlbeans.XmlAnyURI[] xgetOfferingArray()
Gets (as xml) array of all "offering" elements
-
xgetOfferingArray
org.apache.xmlbeans.XmlAnyURI xgetOfferingArray(int i)
Gets (as xml) ith "offering" element
-
sizeOfOfferingArray
int sizeOfOfferingArray()
Returns number of "offering" element
-
setOfferingArray
void setOfferingArray(String[] offeringArray)
Sets array of all "offering" element
-
setOfferingArray
void setOfferingArray(int i, String offering)Sets ith "offering" element
-
xsetOfferingArray
void xsetOfferingArray(org.apache.xmlbeans.XmlAnyURI[] offeringArray)
Sets (as xml) array of all "offering" element
-
xsetOfferingArray
void xsetOfferingArray(int i, org.apache.xmlbeans.XmlAnyURI offering)Sets (as xml) ith "offering" element
-
insertOffering
void insertOffering(int i, String offering)Inserts the value as the ith "offering" element
-
addOffering
void addOffering(String offering)
Appends the value as the last "offering" element
-
insertNewOffering
org.apache.xmlbeans.XmlAnyURI insertNewOffering(int i)
Inserts and returns a new empty value (as xml) as the ith "offering" element
-
addNewOffering
org.apache.xmlbeans.XmlAnyURI addNewOffering()
Appends and returns a new empty value (as xml) as the last "offering" element
-
removeOffering
void removeOffering(int i)
Removes the ith "offering" element
-
getObservationArray
InsertObservationType.Observation[] getObservationArray()
Gets array of all "observation" elements
-
getObservationArray
InsertObservationType.Observation getObservationArray(int i)
Gets ith "observation" element
-
sizeOfObservationArray
int sizeOfObservationArray()
Returns number of "observation" element
-
setObservationArray
void setObservationArray(InsertObservationType.Observation[] observationArray)
Sets array of all "observation" element
-
setObservationArray
void setObservationArray(int i, InsertObservationType.Observation observation)Sets ith "observation" element
-
insertNewObservation
InsertObservationType.Observation insertNewObservation(int i)
Inserts and returns a new empty value (as xml) as the ith "observation" element
-
addNewObservation
InsertObservationType.Observation addNewObservation()
Appends and returns a new empty value (as xml) as the last "observation" element
-
removeObservation
void removeObservation(int i)
Removes the ith "observation" element
-
-