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

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

Uses of ComponentsPropertyType in net.opengis.sensorML.x10
 

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

Methods in net.opengis.sensorML.x10 with parameters of type ComponentsPropertyType
 void AbstractDerivableProcessType.setComponents(ComponentsPropertyType components)
          Sets the "components" element
 

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

Classes in net.opengis.sensorML.x10.impl that implement ComponentsPropertyType
 class ComponentsPropertyTypeImpl
          An XML componentsPropertyType(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return ComponentsPropertyType
 ComponentsPropertyType AbstractDerivableProcessTypeImpl.addNewComponents()
          Appends and returns a new empty "components" element
 ComponentsPropertyType AbstractDerivableProcessTypeImpl.getComponents()
          Gets the "components" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type ComponentsPropertyType
 void AbstractDerivableProcessTypeImpl.setComponents(ComponentsPropertyType components)
          Sets the "components" element
 



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