Uses of Interface
net.opengis.sensorML.x10.ConnectionsPropertyType

Packages that use ConnectionsPropertyType
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of ConnectionsPropertyType in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return ConnectionsPropertyType
 ConnectionsPropertyType AbstractDerivableProcessType.addNewConnections()
          Appends and returns a new empty "connections" element
 ConnectionsPropertyType AbstractDerivableProcessType.getConnections()
          Gets the "connections" element
static ConnectionsPropertyType ConnectionsPropertyType.Factory.newInstance()
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(File file)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(InputStream is)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(Node node)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(Reader r)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(String xmlAsString)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(URL u)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(XMLStreamReader sr)
           
static ConnectionsPropertyType ConnectionsPropertyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type ConnectionsPropertyType
 void AbstractDerivableProcessType.setConnections(ConnectionsPropertyType connections)
          Sets the "connections" element
 

Uses of ConnectionsPropertyType in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement ConnectionsPropertyType
 class ConnectionsPropertyTypeImpl
          An XML connectionsPropertyType(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return ConnectionsPropertyType
 ConnectionsPropertyType AbstractDerivableProcessTypeImpl.addNewConnections()
          Appends and returns a new empty "connections" element
 ConnectionsPropertyType AbstractDerivableProcessTypeImpl.getConnections()
          Gets the "connections" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type ConnectionsPropertyType
 void AbstractDerivableProcessTypeImpl.setConnections(ConnectionsPropertyType connections)
          Sets the "connections" element
 



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