Uses of Interface
net.opengis.sensorML.x101.ConnectionsDocument.Connections
-
Packages that use ConnectionsDocument.Connections Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ConnectionsDocument.Connections in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ConnectionsDocument.Connections Modifier and Type Method Description ConnectionsDocument.ConnectionsComponentArrayType. addNewConnections()Appends and returns a new empty "connections" elementConnectionsDocument.ConnectionsConnectionsDocument. addNewConnections()Appends and returns a new empty "connections" elementConnectionsDocument.ConnectionsProcessChainType. addNewConnections()Appends and returns a new empty "connections" elementConnectionsDocument.ConnectionsSystemType. addNewConnections()Appends and returns a new empty "connections" elementConnectionsDocument.ConnectionsComponentArrayType. getConnections()Gets the "connections" elementConnectionsDocument.ConnectionsConnectionsDocument. getConnections()Gets the "connections" elementConnectionsDocument.ConnectionsProcessChainType. getConnections()Gets the "connections" elementConnectionsDocument.ConnectionsSystemType. getConnections()Gets the "connections" elementstatic ConnectionsDocument.ConnectionsConnectionsDocument.Connections.Factory. newInstance()static ConnectionsDocument.ConnectionsConnectionsDocument.Connections.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ConnectionsDocument.Connections Modifier and Type Method Description voidComponentArrayType. setConnections(ConnectionsDocument.Connections connections)Sets the "connections" elementvoidConnectionsDocument. setConnections(ConnectionsDocument.Connections connections)Sets the "connections" elementvoidProcessChainType. setConnections(ConnectionsDocument.Connections connections)Sets the "connections" elementvoidSystemType. setConnections(ConnectionsDocument.Connections connections)Sets the "connections" element -
Uses of ConnectionsDocument.Connections in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ConnectionsDocument.Connections Modifier and Type Class Description static classConnectionsDocumentImpl.ConnectionsImplAn XML connections(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ConnectionsDocument.Connections Modifier and Type Method Description ConnectionsDocument.ConnectionsComponentArrayTypeImpl. addNewConnections()Appends and returns a new empty "connections" elementConnectionsDocument.ConnectionsConnectionsDocumentImpl. addNewConnections()Appends and returns a new empty "connections" elementConnectionsDocument.ConnectionsProcessChainTypeImpl. addNewConnections()Appends and returns a new empty "connections" elementConnectionsDocument.ConnectionsSystemTypeImpl. addNewConnections()Appends and returns a new empty "connections" elementConnectionsDocument.ConnectionsComponentArrayTypeImpl. getConnections()Gets the "connections" elementConnectionsDocument.ConnectionsConnectionsDocumentImpl. getConnections()Gets the "connections" elementConnectionsDocument.ConnectionsProcessChainTypeImpl. getConnections()Gets the "connections" elementConnectionsDocument.ConnectionsSystemTypeImpl. getConnections()Gets the "connections" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ConnectionsDocument.Connections Modifier and Type Method Description voidComponentArrayTypeImpl. setConnections(ConnectionsDocument.Connections connections)Sets the "connections" elementvoidConnectionsDocumentImpl. setConnections(ConnectionsDocument.Connections connections)Sets the "connections" elementvoidProcessChainTypeImpl. setConnections(ConnectionsDocument.Connections connections)Sets the "connections" elementvoidSystemTypeImpl. setConnections(ConnectionsDocument.Connections connections)Sets the "connections" element
-