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

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

Uses of MethodPropertyType in net.opengis.sensorML.x10
 

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

Methods in net.opengis.sensorML.x10 with parameters of type MethodPropertyType
 void ProcessModelType.setMethod(MethodPropertyType method)
          Sets the "method" element
 void MethodDocument.setMethod(MethodPropertyType method)
          Sets the "method" element
 void ComponentType.setMethod(MethodPropertyType method)
          Sets the "method" element
 void AbstractDerivableProcessType.setMethod(MethodPropertyType method)
          Sets the "method" element
 

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

Classes in net.opengis.sensorML.x10.impl that implement MethodPropertyType
 class MethodPropertyTypeImpl
          An XML methodPropertyType(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return MethodPropertyType
 MethodPropertyType ProcessModelTypeImpl.addNewMethod()
          Appends and returns a new empty "method" element
 MethodPropertyType MethodDocumentImpl.addNewMethod()
          Appends and returns a new empty "method" element
 MethodPropertyType ComponentTypeImpl.addNewMethod()
          Appends and returns a new empty "method" element
 MethodPropertyType AbstractDerivableProcessTypeImpl.addNewMethod()
          Appends and returns a new empty "method" element
 MethodPropertyType ProcessModelTypeImpl.getMethod()
          Gets the "method" element
 MethodPropertyType MethodDocumentImpl.getMethod()
          Gets the "method" element
 MethodPropertyType ComponentTypeImpl.getMethod()
          Gets the "method" element
 MethodPropertyType AbstractDerivableProcessTypeImpl.getMethod()
          Gets the "method" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type MethodPropertyType
 void ProcessModelTypeImpl.setMethod(MethodPropertyType method)
          Sets the "method" element
 void MethodDocumentImpl.setMethod(MethodPropertyType method)
          Sets the "method" element
 void ComponentTypeImpl.setMethod(MethodPropertyType method)
          Sets the "method" element
 void AbstractDerivableProcessTypeImpl.setMethod(MethodPropertyType method)
          Sets the "method" element
 



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