Uses of Interface
net.opengis.sensorML.x10.ConnectionDocument.Connection

Packages that use ConnectionDocument.Connection
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of ConnectionDocument.Connection in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return ConnectionDocument.Connection
 ConnectionDocument.Connection ConnectionsDocument.Connections.ConnectionList.addNewConnection()
          Appends and returns a new empty value (as xml) as the last "connection" element
 ConnectionDocument.Connection ArrayLinkDocument.ArrayLink.addNewConnection()
          Appends and returns a new empty value (as xml) as the last "connection" element
 ConnectionDocument.Connection ConnectionDocument.addNewConnection()
          Appends and returns a new empty "connection" element
 ConnectionDocument.Connection ConnectionDocument.getConnection()
          Gets the "connection" element
 ConnectionDocument.Connection[] ConnectionsDocument.Connections.ConnectionList.getConnectionArray()
          Gets array of all "connection" elements
 ConnectionDocument.Connection[] ArrayLinkDocument.ArrayLink.getConnectionArray()
          Gets array of all "connection" elements
 ConnectionDocument.Connection ConnectionsDocument.Connections.ConnectionList.getConnectionArray(int i)
          Gets ith "connection" element
 ConnectionDocument.Connection ArrayLinkDocument.ArrayLink.getConnectionArray(int i)
          Gets ith "connection" element
 ConnectionDocument.Connection ConnectionsDocument.Connections.ConnectionList.insertNewConnection(int i)
          Inserts and returns a new empty value (as xml) as the ith "connection" element
 ConnectionDocument.Connection ArrayLinkDocument.ArrayLink.insertNewConnection(int i)
          Inserts and returns a new empty value (as xml) as the ith "connection" element
static ConnectionDocument.Connection ConnectionDocument.Connection.Factory.newInstance()
           
static ConnectionDocument.Connection ConnectionDocument.Connection.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type ConnectionDocument.Connection
 void ConnectionDocument.setConnection(ConnectionDocument.Connection connection)
          Sets the "connection" element
 void ConnectionsDocument.Connections.ConnectionList.setConnectionArray(ConnectionDocument.Connection[] connectionArray)
          Sets array of all "connection" element
 void ArrayLinkDocument.ArrayLink.setConnectionArray(ConnectionDocument.Connection[] connectionArray)
          Sets array of all "connection" element
 void ConnectionsDocument.Connections.ConnectionList.setConnectionArray(int i, ConnectionDocument.Connection connection)
          Sets ith "connection" element
 void ArrayLinkDocument.ArrayLink.setConnectionArray(int i, ConnectionDocument.Connection connection)
          Sets ith "connection" element
 

Uses of ConnectionDocument.Connection in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement ConnectionDocument.Connection
static class ConnectionDocumentImpl.ConnectionImpl
          An XML connection(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return ConnectionDocument.Connection
 ConnectionDocument.Connection ConnectionDocumentImpl.addNewConnection()
          Appends and returns a new empty "connection" element
 ConnectionDocument.Connection ArrayLinkDocumentImpl.ArrayLinkImpl.addNewConnection()
          Appends and returns a new empty value (as xml) as the last "connection" element
 ConnectionDocument.Connection ConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl.addNewConnection()
          Appends and returns a new empty value (as xml) as the last "connection" element
 ConnectionDocument.Connection ConnectionDocumentImpl.getConnection()
          Gets the "connection" element
 ConnectionDocument.Connection[] ArrayLinkDocumentImpl.ArrayLinkImpl.getConnectionArray()
          Gets array of all "connection" elements
 ConnectionDocument.Connection[] ConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl.getConnectionArray()
          Gets array of all "connection" elements
 ConnectionDocument.Connection ArrayLinkDocumentImpl.ArrayLinkImpl.getConnectionArray(int i)
          Gets ith "connection" element
 ConnectionDocument.Connection ConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl.getConnectionArray(int i)
          Gets ith "connection" element
 ConnectionDocument.Connection ArrayLinkDocumentImpl.ArrayLinkImpl.insertNewConnection(int i)
          Inserts and returns a new empty value (as xml) as the ith "connection" element
 ConnectionDocument.Connection ConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl.insertNewConnection(int i)
          Inserts and returns a new empty value (as xml) as the ith "connection" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type ConnectionDocument.Connection
 void ConnectionDocumentImpl.setConnection(ConnectionDocument.Connection connection)
          Sets the "connection" element
 void ArrayLinkDocumentImpl.ArrayLinkImpl.setConnectionArray(ConnectionDocument.Connection[] connectionArray)
          Sets array of all "connection" element
 void ConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl.setConnectionArray(ConnectionDocument.Connection[] connectionArray)
          Sets array of all "connection" element
 void ArrayLinkDocumentImpl.ArrayLinkImpl.setConnectionArray(int i, ConnectionDocument.Connection connection)
          Sets ith "connection" element
 void ConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl.setConnectionArray(int i, ConnectionDocument.Connection connection)
          Sets ith "connection" element
 



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