Uses of Interface
net.opengis.sensorML.x101.ConnectionsDocument.Connections.ConnectionList
-
Packages that use ConnectionsDocument.Connections.ConnectionList Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ConnectionsDocument.Connections.ConnectionList in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ConnectionsDocument.Connections.ConnectionList Modifier and Type Method Description ConnectionsDocument.Connections.ConnectionListConnectionsDocument.Connections. addNewConnectionList()Appends and returns a new empty "ConnectionList" elementConnectionsDocument.Connections.ConnectionListConnectionsDocument.Connections. getConnectionList()Gets the "ConnectionList" elementstatic ConnectionsDocument.Connections.ConnectionListConnectionsDocument.Connections.ConnectionList.Factory. newInstance()static ConnectionsDocument.Connections.ConnectionListConnectionsDocument.Connections.ConnectionList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ConnectionsDocument.Connections.ConnectionList Modifier and Type Method Description voidConnectionsDocument.Connections. setConnectionList(ConnectionsDocument.Connections.ConnectionList connectionList)Sets the "ConnectionList" element -
Uses of ConnectionsDocument.Connections.ConnectionList in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ConnectionsDocument.Connections.ConnectionList Modifier and Type Class Description static classConnectionsDocumentImpl.ConnectionsImpl.ConnectionListImplAn XML ConnectionList(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ConnectionsDocument.Connections.ConnectionList Modifier and Type Method Description ConnectionsDocument.Connections.ConnectionListConnectionsDocumentImpl.ConnectionsImpl. addNewConnectionList()Appends and returns a new empty "ConnectionList" elementConnectionsDocument.Connections.ConnectionListConnectionsDocumentImpl.ConnectionsImpl. getConnectionList()Gets the "ConnectionList" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ConnectionsDocument.Connections.ConnectionList Modifier and Type Method Description voidConnectionsDocumentImpl.ConnectionsImpl. setConnectionList(ConnectionsDocument.Connections.ConnectionList connectionList)Sets the "ConnectionList" element
-