Uses of Interface
net.opengis.sensorML.x101.MethodPropertyType
-
Packages that use MethodPropertyType Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of MethodPropertyType in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return MethodPropertyType Modifier and Type Method Description MethodPropertyTypeAbstractDerivableProcessType. addNewMethod()Appends and returns a new empty "method" elementMethodPropertyTypeComponentType. addNewMethod()Appends and returns a new empty "method" elementMethodPropertyTypeMethodDocument. addNewMethod()Appends and returns a new empty "method" elementMethodPropertyTypeProcessModelType. addNewMethod()Appends and returns a new empty "method" elementMethodPropertyTypeAbstractDerivableProcessType. getMethod()Gets the "method" elementMethodPropertyTypeComponentType. getMethod()Gets the "method" elementMethodPropertyTypeMethodDocument. getMethod()Gets the "method" elementMethodPropertyTypeProcessModelType. getMethod()Gets the "method" elementstatic MethodPropertyTypeMethodPropertyType.Factory. newInstance()static MethodPropertyTypeMethodPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MethodPropertyTypeMethodPropertyType.Factory. parse(File file)static MethodPropertyTypeMethodPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MethodPropertyTypeMethodPropertyType.Factory. parse(InputStream is)static MethodPropertyTypeMethodPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MethodPropertyTypeMethodPropertyType.Factory. parse(Reader r)static MethodPropertyTypeMethodPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MethodPropertyTypeMethodPropertyType.Factory. parse(String xmlAsString)static MethodPropertyTypeMethodPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MethodPropertyTypeMethodPropertyType.Factory. parse(URL u)static MethodPropertyTypeMethodPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MethodPropertyTypeMethodPropertyType.Factory. parse(XMLStreamReader sr)static MethodPropertyTypeMethodPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MethodPropertyTypeMethodPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MethodPropertyTypeMethodPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MethodPropertyTypeMethodPropertyType.Factory. parse(Node node)static MethodPropertyTypeMethodPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type MethodPropertyType Modifier and Type Method Description voidAbstractDerivableProcessType. setMethod(MethodPropertyType method)Sets the "method" elementvoidComponentType. setMethod(MethodPropertyType method)Sets the "method" elementvoidMethodDocument. setMethod(MethodPropertyType method)Sets the "method" elementvoidProcessModelType. setMethod(MethodPropertyType method)Sets the "method" element -
Uses of MethodPropertyType in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement MethodPropertyType Modifier and Type Class Description classMethodPropertyTypeImplAn XML methodPropertyType(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return MethodPropertyType Modifier and Type Method Description MethodPropertyTypeAbstractDerivableProcessTypeImpl. addNewMethod()Appends and returns a new empty "method" elementMethodPropertyTypeComponentTypeImpl. addNewMethod()Appends and returns a new empty "method" elementMethodPropertyTypeMethodDocumentImpl. addNewMethod()Appends and returns a new empty "method" elementMethodPropertyTypeProcessModelTypeImpl. addNewMethod()Appends and returns a new empty "method" elementMethodPropertyTypeAbstractDerivableProcessTypeImpl. getMethod()Gets the "method" elementMethodPropertyTypeComponentTypeImpl. getMethod()Gets the "method" elementMethodPropertyTypeMethodDocumentImpl. getMethod()Gets the "method" elementMethodPropertyTypeProcessModelTypeImpl. getMethod()Gets the "method" elementMethods in net.opengis.sensorML.x101.impl with parameters of type MethodPropertyType Modifier and Type Method Description voidAbstractDerivableProcessTypeImpl. setMethod(MethodPropertyType method)Sets the "method" elementvoidComponentTypeImpl. setMethod(MethodPropertyType method)Sets the "method" elementvoidMethodDocumentImpl. setMethod(MethodPropertyType method)Sets the "method" elementvoidProcessModelTypeImpl. setMethod(MethodPropertyType method)Sets the "method" element
-