net.opengis.sensorML.x10
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.XmlObject

An XML PositionList(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class PositionsDocument.Positions.PositionList.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 PositionDocument.Position addNewPosition()
          Appends and returns a new empty value (as xml) as the last "position" element
 TimePositionDocument.TimePosition addNewTimePosition()
          Appends and returns a new empty "timePosition" element
 String getId()
          Gets the "id" attribute
 PositionDocument.Position[] getPositionArray()
          Gets array of all "position" elements
 PositionDocument.Position getPositionArray(int i)
          Gets ith "position" element
 TimePositionDocument.TimePosition getTimePosition()
          Gets the "timePosition" element
 PositionDocument.Position insertNewPosition(int i)
          Inserts and returns a new empty value (as xml) as the ith "position" element
 boolean isSetId()
          True if has "id" attribute
 boolean isSetTimePosition()
          True if has "timePosition" element
 void removePosition(int i)
          Removes the ith "position" element
 void setId(String id)
          Sets the "id" attribute
 void setPositionArray(int i, PositionDocument.Position position)
          Sets ith "position" element
 void setPositionArray(PositionDocument.Position[] positionArray)
          Sets array of all "position" element
 void setTimePosition(TimePositionDocument.TimePosition timePosition)
          Sets the "timePosition" element
 int sizeOfPositionArray()
          Returns number of "position" element
 void unsetId()
          Unsets the "id" attribute
 void unsetTimePosition()
          Unsets the "timePosition" element
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "id" attribute
 void xsetId(org.apache.xmlbeans.XmlID id)
          Sets (as xml) the "id" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
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



Copyright © 2004-2012 52north.org. All Rights Reserved.