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

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

Uses of ParametersPropertyType in net.opengis.sensorML.x10
 

Subinterfaces of ParametersPropertyType in net.opengis.sensorML.x10
static interface ComponentArrayType.Parameters
          An XML parameters(@http://www.opengis.net/sensorML/1.0).
 

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

Methods in net.opengis.sensorML.x10 with parameters of type ParametersPropertyType
 void AbstractDerivableProcessType.setParameters(ParametersPropertyType parameters)
          Sets the "parameters" element
 

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

Classes in net.opengis.sensorML.x10.impl that implement ParametersPropertyType
static class ComponentArrayTypeImpl.ParametersImpl
          An XML parameters(@http://www.opengis.net/sensorML/1.0).
 class ParametersPropertyTypeImpl
          An XML parametersPropertyType(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return ParametersPropertyType
 ParametersPropertyType AbstractDerivableProcessTypeImpl.addNewParameters()
          Appends and returns a new empty "parameters" element
 ParametersPropertyType AbstractDerivableProcessTypeImpl.getParameters()
          Gets the "parameters" element
 

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



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