Uses of Interface
net.opengis.sensorml.x20.ConnectionListType.Connection
-
Packages that use ConnectionListType.Connection Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ConnectionListType.Connection in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ConnectionListType.Connection Modifier and Type Method Description ConnectionListType.ConnectionConnectionListType. addNewConnection()Appends and returns a new empty value (as xml) as the last "connection" elementConnectionListType.Connection[]ConnectionListType. getConnectionArray()Gets array of all "connection" elementsConnectionListType.ConnectionConnectionListType. getConnectionArray(int i)Gets ith "connection" elementConnectionListType.ConnectionConnectionListType. insertNewConnection(int i)Inserts and returns a new empty value (as xml) as the ith "connection" elementstatic ConnectionListType.ConnectionConnectionListType.Connection.Factory. newInstance()static ConnectionListType.ConnectionConnectionListType.Connection.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ConnectionListType.Connection Modifier and Type Method Description voidConnectionListType. setConnectionArray(int i, ConnectionListType.Connection connection)Sets ith "connection" elementvoidConnectionListType. setConnectionArray(ConnectionListType.Connection[] connectionArray)Sets array of all "connection" element -
Uses of ConnectionListType.Connection in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ConnectionListType.Connection Modifier and Type Class Description static classConnectionListTypeImpl.ConnectionImplAn XML connection(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ConnectionListType.Connection Modifier and Type Method Description ConnectionListType.ConnectionConnectionListTypeImpl. addNewConnection()Appends and returns a new empty value (as xml) as the last "connection" elementConnectionListType.Connection[]ConnectionListTypeImpl. getConnectionArray()Gets array of all "connection" elementsConnectionListType.ConnectionConnectionListTypeImpl. getConnectionArray(int i)Gets ith "connection" elementConnectionListType.ConnectionConnectionListTypeImpl. insertNewConnection(int i)Inserts and returns a new empty value (as xml) as the ith "connection" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ConnectionListType.Connection Modifier and Type Method Description voidConnectionListTypeImpl. setConnectionArray(int i, ConnectionListType.Connection connection)Sets ith "connection" elementvoidConnectionListTypeImpl. setConnectionArray(ConnectionListType.Connection[] connectionArray)Sets array of all "connection" element
-