Uses of Interface
net.opengis.sensorML.x101.ConnectionDocument.Connection
-
Packages that use ConnectionDocument.Connection Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ConnectionDocument.Connection in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ConnectionDocument.Connection Modifier and Type Method Description ConnectionDocument.ConnectionArrayLinkDocument.ArrayLink. addNewConnection()Appends and returns a new empty value (as xml) as the last "connection" elementConnectionDocument.ConnectionConnectionDocument. addNewConnection()Appends and returns a new empty "connection" elementConnectionDocument.ConnectionConnectionsDocument.Connections.ConnectionList. addNewConnection()Appends and returns a new empty value (as xml) as the last "connection" elementConnectionDocument.ConnectionConnectionDocument. getConnection()Gets the "connection" elementConnectionDocument.Connection[]ArrayLinkDocument.ArrayLink. getConnectionArray()Gets array of all "connection" elementsConnectionDocument.ConnectionArrayLinkDocument.ArrayLink. getConnectionArray(int i)Gets ith "connection" elementConnectionDocument.Connection[]ConnectionsDocument.Connections.ConnectionList. getConnectionArray()Gets array of all "connection" elementsConnectionDocument.ConnectionConnectionsDocument.Connections.ConnectionList. getConnectionArray(int i)Gets ith "connection" elementConnectionDocument.ConnectionArrayLinkDocument.ArrayLink. insertNewConnection(int i)Inserts and returns a new empty value (as xml) as the ith "connection" elementConnectionDocument.ConnectionConnectionsDocument.Connections.ConnectionList. insertNewConnection(int i)Inserts and returns a new empty value (as xml) as the ith "connection" elementstatic ConnectionDocument.ConnectionConnectionDocument.Connection.Factory. newInstance()static ConnectionDocument.ConnectionConnectionDocument.Connection.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ConnectionDocument.Connection Modifier and Type Method Description voidConnectionDocument. setConnection(ConnectionDocument.Connection connection)Sets the "connection" elementvoidArrayLinkDocument.ArrayLink. setConnectionArray(int i, ConnectionDocument.Connection connection)Sets ith "connection" elementvoidArrayLinkDocument.ArrayLink. setConnectionArray(ConnectionDocument.Connection[] connectionArray)Sets array of all "connection" elementvoidConnectionsDocument.Connections.ConnectionList. setConnectionArray(int i, ConnectionDocument.Connection connection)Sets ith "connection" elementvoidConnectionsDocument.Connections.ConnectionList. setConnectionArray(ConnectionDocument.Connection[] connectionArray)Sets array of all "connection" element -
Uses of ConnectionDocument.Connection in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ConnectionDocument.Connection Modifier and Type Class Description static classConnectionDocumentImpl.ConnectionImplAn XML connection(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ConnectionDocument.Connection Modifier and Type Method Description ConnectionDocument.ConnectionArrayLinkDocumentImpl.ArrayLinkImpl. addNewConnection()Appends and returns a new empty value (as xml) as the last "connection" elementConnectionDocument.ConnectionConnectionDocumentImpl. addNewConnection()Appends and returns a new empty "connection" elementConnectionDocument.ConnectionConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl. addNewConnection()Appends and returns a new empty value (as xml) as the last "connection" elementConnectionDocument.ConnectionConnectionDocumentImpl. getConnection()Gets the "connection" elementConnectionDocument.Connection[]ArrayLinkDocumentImpl.ArrayLinkImpl. getConnectionArray()Gets array of all "connection" elementsConnectionDocument.ConnectionArrayLinkDocumentImpl.ArrayLinkImpl. getConnectionArray(int i)Gets ith "connection" elementConnectionDocument.Connection[]ConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl. getConnectionArray()Gets array of all "connection" elementsConnectionDocument.ConnectionConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl. getConnectionArray(int i)Gets ith "connection" elementConnectionDocument.ConnectionArrayLinkDocumentImpl.ArrayLinkImpl. insertNewConnection(int i)Inserts and returns a new empty value (as xml) as the ith "connection" elementConnectionDocument.ConnectionConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl. insertNewConnection(int i)Inserts and returns a new empty value (as xml) as the ith "connection" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ConnectionDocument.Connection Modifier and Type Method Description voidConnectionDocumentImpl. setConnection(ConnectionDocument.Connection connection)Sets the "connection" elementvoidArrayLinkDocumentImpl.ArrayLinkImpl. setConnectionArray(int i, ConnectionDocument.Connection connection)Sets ith "connection" elementvoidArrayLinkDocumentImpl.ArrayLinkImpl. setConnectionArray(ConnectionDocument.Connection[] connectionArray)Sets array of all "connection" elementvoidConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl. setConnectionArray(int i, ConnectionDocument.Connection connection)Sets ith "connection" elementvoidConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImpl. setConnectionArray(ConnectionDocument.Connection[] connectionArray)Sets array of all "connection" element
-