|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ArrayLinkDocument.ArrayLink
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, 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
ArrayLinkDocument.ArrayLink.SourceArray getSourceArray1()
boolean isSetSourceArray1()
void setSourceArray1(ArrayLinkDocument.ArrayLink.SourceArray sourceArray1)
ArrayLinkDocument.ArrayLink.SourceArray addNewSourceArray1()
void unsetSourceArray1()
ArrayLinkDocument.ArrayLink.DestinationIndex[] getDestinationIndexArray()
ArrayLinkDocument.ArrayLink.DestinationIndex getDestinationIndexArray(int i)
int sizeOfDestinationIndexArray()
void setDestinationIndexArray(ArrayLinkDocument.ArrayLink.DestinationIndex[] destinationIndexArray)
void setDestinationIndexArray(int i, ArrayLinkDocument.ArrayLink.DestinationIndex destinationIndex)
ArrayLinkDocument.ArrayLink.DestinationIndex insertNewDestinationIndex(int i)
ArrayLinkDocument.ArrayLink.DestinationIndex addNewDestinationIndex()
void removeDestinationIndex(int i)
ArrayLinkDocument.ArrayLink.DestinationArray getDestinationArray1()
boolean isSetDestinationArray1()
void setDestinationArray1(ArrayLinkDocument.ArrayLink.DestinationArray destinationArray1)
ArrayLinkDocument.ArrayLink.DestinationArray addNewDestinationArray1()
void unsetDestinationArray1()
ArrayLinkDocument.ArrayLink.SourceIndex getSourceIndex()
boolean isSetSourceIndex()
void setSourceIndex(ArrayLinkDocument.ArrayLink.SourceIndex sourceIndex)
ArrayLinkDocument.ArrayLink.SourceIndex addNewSourceIndex()
void unsetSourceIndex()
ConnectionDocument.Connection[] getConnectionArray()
ConnectionDocument.Connection getConnectionArray(int i)
int sizeOfConnectionArray()
void setConnectionArray(ConnectionDocument.Connection[] connectionArray)
void setConnectionArray(int i, ConnectionDocument.Connection connection)
ConnectionDocument.Connection insertNewConnection(int i)
ConnectionDocument.Connection addNewConnection()
void removeConnection(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |