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

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

Uses of InputsPropertyType in net.opengis.sensorML.x10
 

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

Methods in net.opengis.sensorML.x10 with parameters of type InputsPropertyType
 void AbstractDerivableProcessType.setInputs(InputsPropertyType inputs)
          Sets the "inputs" element
 

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

Classes in net.opengis.sensorML.x10.impl that implement InputsPropertyType
 class InputsPropertyTypeImpl
          An XML inputsPropertyType(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return InputsPropertyType
 InputsPropertyType AbstractDerivableProcessTypeImpl.addNewInputs()
          Appends and returns a new empty "inputs" element
 InputsPropertyType AbstractDerivableProcessTypeImpl.getInputs()
          Gets the "inputs" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type InputsPropertyType
 void AbstractDerivableProcessTypeImpl.setInputs(InputsPropertyType inputs)
          Sets the "inputs" element
 



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