net.opengis.sensorML.x10
Interface ArrayLinkDocument.ArrayLink

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ArrayLinkDocumentImpl.ArrayLinkImpl
Enclosing interface:
ArrayLinkDocument

public static interface ArrayLinkDocument.ArrayLink
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static interface ArrayLinkDocument.ArrayLink.DestinationArray
          An XML destinationArray(@http://www.opengis.net/sensorML/1.0).
static interface ArrayLinkDocument.ArrayLink.DestinationIndex
          An XML destinationIndex(@http://www.opengis.net/sensorML/1.0).
static class ArrayLinkDocument.ArrayLink.Factory
          A factory class with static methods for creating instances of this type.
static interface ArrayLinkDocument.ArrayLink.SourceArray
          An XML sourceArray(@http://www.opengis.net/sensorML/1.0).
static interface ArrayLinkDocument.ArrayLink.SourceIndex
          An XML sourceIndex(@http://www.opengis.net/sensorML/1.0).
 
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
 ConnectionDocument.Connection addNewConnection()
          Appends and returns a new empty value (as xml) as the last "connection" element
 ArrayLinkDocument.ArrayLink.DestinationArray addNewDestinationArray1()
          Appends and returns a new empty "destinationArray" element
 ArrayLinkDocument.ArrayLink.DestinationIndex addNewDestinationIndex()
          Appends and returns a new empty value (as xml) as the last "destinationIndex" element
 ArrayLinkDocument.ArrayLink.SourceArray addNewSourceArray1()
          Appends and returns a new empty "sourceArray" element
 ArrayLinkDocument.ArrayLink.SourceIndex addNewSourceIndex()
          Appends and returns a new empty "sourceIndex" element
 ConnectionDocument.Connection[] getConnectionArray()
          Gets array of all "connection" elements
 ConnectionDocument.Connection getConnectionArray(int i)
          Gets ith "connection" element
 ArrayLinkDocument.ArrayLink.DestinationArray getDestinationArray1()
          Gets the "destinationArray" element
 ArrayLinkDocument.ArrayLink.DestinationIndex[] getDestinationIndexArray()
          Gets array of all "destinationIndex" elements
 ArrayLinkDocument.ArrayLink.DestinationIndex getDestinationIndexArray(int i)
          Gets ith "destinationIndex" element
 ArrayLinkDocument.ArrayLink.SourceArray getSourceArray1()
          Gets the "sourceArray" element
 ArrayLinkDocument.ArrayLink.SourceIndex getSourceIndex()
          Gets the "sourceIndex" element
 ConnectionDocument.Connection insertNewConnection(int i)
          Inserts and returns a new empty value (as xml) as the ith "connection" element
 ArrayLinkDocument.ArrayLink.DestinationIndex insertNewDestinationIndex(int i)
          Inserts and returns a new empty value (as xml) as the ith "destinationIndex" element
 boolean isSetDestinationArray1()
          True if has "destinationArray" element
 boolean isSetSourceArray1()
          True if has "sourceArray" element
 boolean isSetSourceIndex()
          True if has "sourceIndex" element
 void removeConnection(int i)
          Removes the ith "connection" element
 void removeDestinationIndex(int i)
          Removes the ith "destinationIndex" element
 void setConnectionArray(ConnectionDocument.Connection[] connectionArray)
          Sets array of all "connection" element
 void setConnectionArray(int i, ConnectionDocument.Connection connection)
          Sets ith "connection" element
 void setDestinationArray1(ArrayLinkDocument.ArrayLink.DestinationArray destinationArray1)
          Sets the "destinationArray" element
 void setDestinationIndexArray(ArrayLinkDocument.ArrayLink.DestinationIndex[] destinationIndexArray)
          Sets array of all "destinationIndex" element
 void setDestinationIndexArray(int i, ArrayLinkDocument.ArrayLink.DestinationIndex destinationIndex)
          Sets ith "destinationIndex" element
 void setSourceArray1(ArrayLinkDocument.ArrayLink.SourceArray sourceArray1)
          Sets the "sourceArray" element
 void setSourceIndex(ArrayLinkDocument.ArrayLink.SourceIndex sourceIndex)
          Sets the "sourceIndex" element
 int sizeOfConnectionArray()
          Returns number of "connection" element
 int sizeOfDestinationIndexArray()
          Returns number of "destinationIndex" element
 void unsetDestinationArray1()
          Unsets the "destinationArray" element
 void unsetSourceArray1()
          Unsets the "sourceArray" element
 void unsetSourceIndex()
          Unsets the "sourceIndex" 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getSourceArray1

ArrayLinkDocument.ArrayLink.SourceArray getSourceArray1()
Gets the "sourceArray" element


isSetSourceArray1

boolean isSetSourceArray1()
True if has "sourceArray" element


setSourceArray1

void setSourceArray1(ArrayLinkDocument.ArrayLink.SourceArray sourceArray1)
Sets the "sourceArray" element


addNewSourceArray1

ArrayLinkDocument.ArrayLink.SourceArray addNewSourceArray1()
Appends and returns a new empty "sourceArray" element


unsetSourceArray1

void unsetSourceArray1()
Unsets the "sourceArray" element


getDestinationIndexArray

ArrayLinkDocument.ArrayLink.DestinationIndex[] getDestinationIndexArray()
Gets array of all "destinationIndex" elements


getDestinationIndexArray

ArrayLinkDocument.ArrayLink.DestinationIndex getDestinationIndexArray(int i)
Gets ith "destinationIndex" element


sizeOfDestinationIndexArray

int sizeOfDestinationIndexArray()
Returns number of "destinationIndex" element


setDestinationIndexArray

void setDestinationIndexArray(ArrayLinkDocument.ArrayLink.DestinationIndex[] destinationIndexArray)
Sets array of all "destinationIndex" element


setDestinationIndexArray

void setDestinationIndexArray(int i,
                              ArrayLinkDocument.ArrayLink.DestinationIndex destinationIndex)
Sets ith "destinationIndex" element


insertNewDestinationIndex

ArrayLinkDocument.ArrayLink.DestinationIndex insertNewDestinationIndex(int i)
Inserts and returns a new empty value (as xml) as the ith "destinationIndex" element


addNewDestinationIndex

ArrayLinkDocument.ArrayLink.DestinationIndex addNewDestinationIndex()
Appends and returns a new empty value (as xml) as the last "destinationIndex" element


removeDestinationIndex

void removeDestinationIndex(int i)
Removes the ith "destinationIndex" element


getDestinationArray1

ArrayLinkDocument.ArrayLink.DestinationArray getDestinationArray1()
Gets the "destinationArray" element


isSetDestinationArray1

boolean isSetDestinationArray1()
True if has "destinationArray" element


setDestinationArray1

void setDestinationArray1(ArrayLinkDocument.ArrayLink.DestinationArray destinationArray1)
Sets the "destinationArray" element


addNewDestinationArray1

ArrayLinkDocument.ArrayLink.DestinationArray addNewDestinationArray1()
Appends and returns a new empty "destinationArray" element


unsetDestinationArray1

void unsetDestinationArray1()
Unsets the "destinationArray" element


getSourceIndex

ArrayLinkDocument.ArrayLink.SourceIndex getSourceIndex()
Gets the "sourceIndex" element


isSetSourceIndex

boolean isSetSourceIndex()
True if has "sourceIndex" element


setSourceIndex

void setSourceIndex(ArrayLinkDocument.ArrayLink.SourceIndex sourceIndex)
Sets the "sourceIndex" element


addNewSourceIndex

ArrayLinkDocument.ArrayLink.SourceIndex addNewSourceIndex()
Appends and returns a new empty "sourceIndex" element


unsetSourceIndex

void unsetSourceIndex()
Unsets the "sourceIndex" element


getConnectionArray

ConnectionDocument.Connection[] getConnectionArray()
Gets array of all "connection" elements


getConnectionArray

ConnectionDocument.Connection getConnectionArray(int i)
Gets ith "connection" element


sizeOfConnectionArray

int sizeOfConnectionArray()
Returns number of "connection" element


setConnectionArray

void setConnectionArray(ConnectionDocument.Connection[] connectionArray)
Sets array of all "connection" element


setConnectionArray

void setConnectionArray(int i,
                        ConnectionDocument.Connection connection)
Sets ith "connection" element


insertNewConnection

ConnectionDocument.Connection insertNewConnection(int i)
Inserts and returns a new empty value (as xml) as the ith "connection" element


addNewConnection

ConnectionDocument.Connection addNewConnection()
Appends and returns a new empty value (as xml) as the last "connection" element


removeConnection

void removeConnection(int i)
Removes the ith "connection" element



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