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

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

Uses of OutputsPropertyType in net.opengis.sensorML.x10
 

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

Methods in net.opengis.sensorML.x10 with parameters of type OutputsPropertyType
 void AbstractDerivableProcessType.setOutputs(OutputsPropertyType outputs)
          Sets the "outputs" element
 

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

Classes in net.opengis.sensorML.x10.impl that implement OutputsPropertyType
 class OutputsPropertyTypeImpl
          An XML outputsPropertyType(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return OutputsPropertyType
 OutputsPropertyType AbstractDerivableProcessTypeImpl.addNewOutputs()
          Appends and returns a new empty "outputs" element
 OutputsPropertyType AbstractDerivableProcessTypeImpl.getOutputs()
          Gets the "outputs" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type OutputsPropertyType
 void AbstractDerivableProcessTypeImpl.setOutputs(OutputsPropertyType outputs)
          Sets the "outputs" element
 



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