Package net.opengis.sensorML.x101
Interface PositionsDocument.Positions.PositionList
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PositionsDocumentImpl.PositionsImpl.PositionListImpl
- Enclosing interface:
- PositionsDocument.Positions
public static interface PositionsDocument.Positions.PositionList extends org.apache.xmlbeans.XmlObjectAn XML PositionList(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPositionsDocument.Positions.PositionList.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 PositionDocument.PositionaddNewPosition()Appends and returns a new empty value (as xml) as the last "position" elementTimePositionDocument.TimePositionaddNewTimePosition()Appends and returns a new empty "timePosition" elementStringgetId()Gets the "id" attributePositionDocument.Position[]getPositionArray()Gets array of all "position" elementsPositionDocument.PositiongetPositionArray(int i)Gets ith "position" elementTimePositionDocument.TimePositiongetTimePosition()Gets the "timePosition" elementPositionDocument.PositioninsertNewPosition(int i)Inserts and returns a new empty value (as xml) as the ith "position" elementbooleanisSetId()True if has "id" attributebooleanisSetTimePosition()True if has "timePosition" elementvoidremovePosition(int i)Removes the ith "position" elementvoidsetId(String id)Sets the "id" attributevoidsetPositionArray(int i, PositionDocument.Position position)Sets ith "position" elementvoidsetPositionArray(PositionDocument.Position[] positionArray)Sets array of all "position" elementvoidsetTimePosition(TimePositionDocument.TimePosition timePosition)Sets the "timePosition" elementintsizeOfPositionArray()Returns number of "position" elementvoidunsetId()Unsets the "id" attributevoidunsetTimePosition()Unsets the "timePosition" elementorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributevoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attribute-
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
-
getPositionArray
PositionDocument.Position[] getPositionArray()
Gets array of all "position" elements
-
getPositionArray
PositionDocument.Position getPositionArray(int i)
Gets ith "position" element
-
sizeOfPositionArray
int sizeOfPositionArray()
Returns number of "position" element
-
setPositionArray
void setPositionArray(PositionDocument.Position[] positionArray)
Sets array of all "position" element
-
setPositionArray
void setPositionArray(int i, PositionDocument.Position position)Sets ith "position" element
-
insertNewPosition
PositionDocument.Position insertNewPosition(int i)
Inserts and returns a new empty value (as xml) as the ith "position" element
-
addNewPosition
PositionDocument.Position addNewPosition()
Appends and returns a new empty value (as xml) as the last "position" element
-
removePosition
void removePosition(int i)
Removes the ith "position" element
-
getTimePosition
TimePositionDocument.TimePosition getTimePosition()
Gets the "timePosition" element
-
isSetTimePosition
boolean isSetTimePosition()
True if has "timePosition" element
-
setTimePosition
void setTimePosition(TimePositionDocument.TimePosition timePosition)
Sets the "timePosition" element
-
addNewTimePosition
TimePositionDocument.TimePosition addNewTimePosition()
Appends and returns a new empty "timePosition" element
-
unsetTimePosition
void unsetTimePosition()
Unsets the "timePosition" element
-
getId
String getId()
Gets the "id" attribute
-
xgetId
org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(String id)
Sets the "id" attribute
-
xsetId
void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
-