Package net.opengis.sos.x10
Interface GetObservationDocument.GetObservation.FeatureOfInterest
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GetObservationDocumentImpl.GetObservationImpl.FeatureOfInterestImpl
- Enclosing interface:
- GetObservationDocument.GetObservation
public static interface GetObservationDocument.GetObservation.FeatureOfInterest extends org.apache.xmlbeans.XmlObjectAn XML featureOfInterest(@http://www.opengis.net/sos/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetObservationDocument.GetObservation.FeatureOfInterest.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 org.apache.xmlbeans.XmlAnyURIaddNewObjectID()Appends and returns a new empty value (as xml) as the last "ObjectID" elementSpatialOpsTypeaddNewSpatialOps()Appends and returns a new empty "spatialOps" elementvoidaddObjectID(String objectID)Appends the value as the last "ObjectID" elementString[]getObjectIDArray()Gets array of all "ObjectID" elementsStringgetObjectIDArray(int i)Gets ith "ObjectID" elementSpatialOpsTypegetSpatialOps()Gets the "spatialOps" elementorg.apache.xmlbeans.XmlAnyURIinsertNewObjectID(int i)Inserts and returns a new empty value (as xml) as the ith "ObjectID" elementvoidinsertObjectID(int i, String objectID)Inserts the value as the ith "ObjectID" elementbooleanisSetSpatialOps()True if has "spatialOps" elementvoidremoveObjectID(int i)Removes the ith "ObjectID" elementvoidsetObjectIDArray(int i, String objectID)Sets ith "ObjectID" elementvoidsetObjectIDArray(String[] objectIDArray)Sets array of all "ObjectID" elementvoidsetSpatialOps(SpatialOpsType spatialOps)Sets the "spatialOps" elementintsizeOfObjectIDArray()Returns number of "ObjectID" elementvoidunsetSpatialOps()Unsets the "spatialOps" elementorg.apache.xmlbeans.XmlAnyURI[]xgetObjectIDArray()Gets (as xml) array of all "ObjectID" elementsorg.apache.xmlbeans.XmlAnyURIxgetObjectIDArray(int i)Gets (as xml) ith "ObjectID" elementvoidxsetObjectIDArray(int i, org.apache.xmlbeans.XmlAnyURI objectID)Sets (as xml) ith "ObjectID" elementvoidxsetObjectIDArray(org.apache.xmlbeans.XmlAnyURI[] objectIDArray)Sets (as xml) array of all "ObjectID" element-
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
-
getSpatialOps
SpatialOpsType getSpatialOps()
Gets the "spatialOps" element
-
isSetSpatialOps
boolean isSetSpatialOps()
True if has "spatialOps" element
-
setSpatialOps
void setSpatialOps(SpatialOpsType spatialOps)
Sets the "spatialOps" element
-
addNewSpatialOps
SpatialOpsType addNewSpatialOps()
Appends and returns a new empty "spatialOps" element
-
unsetSpatialOps
void unsetSpatialOps()
Unsets the "spatialOps" element
-
getObjectIDArray
String[] getObjectIDArray()
Gets array of all "ObjectID" elements
-
getObjectIDArray
String getObjectIDArray(int i)
Gets ith "ObjectID" element
-
xgetObjectIDArray
org.apache.xmlbeans.XmlAnyURI[] xgetObjectIDArray()
Gets (as xml) array of all "ObjectID" elements
-
xgetObjectIDArray
org.apache.xmlbeans.XmlAnyURI xgetObjectIDArray(int i)
Gets (as xml) ith "ObjectID" element
-
sizeOfObjectIDArray
int sizeOfObjectIDArray()
Returns number of "ObjectID" element
-
setObjectIDArray
void setObjectIDArray(String[] objectIDArray)
Sets array of all "ObjectID" element
-
setObjectIDArray
void setObjectIDArray(int i, String objectID)Sets ith "ObjectID" element
-
xsetObjectIDArray
void xsetObjectIDArray(org.apache.xmlbeans.XmlAnyURI[] objectIDArray)
Sets (as xml) array of all "ObjectID" element
-
xsetObjectIDArray
void xsetObjectIDArray(int i, org.apache.xmlbeans.XmlAnyURI objectID)Sets (as xml) ith "ObjectID" element
-
insertObjectID
void insertObjectID(int i, String objectID)Inserts the value as the ith "ObjectID" element
-
addObjectID
void addObjectID(String objectID)
Appends the value as the last "ObjectID" element
-
insertNewObjectID
org.apache.xmlbeans.XmlAnyURI insertNewObjectID(int i)
Inserts and returns a new empty value (as xml) as the ith "ObjectID" element
-
addNewObjectID
org.apache.xmlbeans.XmlAnyURI addNewObjectID()
Appends and returns a new empty value (as xml) as the last "ObjectID" element
-
removeObjectID
void removeObjectID(int i)
Removes the ith "ObjectID" element
-
-