Uses of Interface
net.opengis.gml.x32.OperationMethodPropertyType
-
Packages that use OperationMethodPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of OperationMethodPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return OperationMethodPropertyType Modifier and Type Method Description OperationMethodPropertyTypeConversionType. addNewMethod()Appends and returns a new empty "method" elementOperationMethodPropertyTypeMethodDocument. addNewMethod()Appends and returns a new empty "method" elementOperationMethodPropertyTypeTransformationType. addNewMethod()Appends and returns a new empty "method" elementOperationMethodPropertyTypeOperationMethodRefDocument. addNewOperationMethodRef()Appends and returns a new empty "operationMethodRef" elementOperationMethodPropertyTypeUsesMethodDocument. addNewUsesMethod()Appends and returns a new empty "usesMethod" elementOperationMethodPropertyTypeConversionType. getMethod()Gets the "method" elementOperationMethodPropertyTypeMethodDocument. getMethod()Gets the "method" elementOperationMethodPropertyTypeTransformationType. getMethod()Gets the "method" elementOperationMethodPropertyTypeOperationMethodRefDocument. getOperationMethodRef()Gets the "operationMethodRef" elementOperationMethodPropertyTypeUsesMethodDocument. getUsesMethod()Gets the "usesMethod" elementstatic OperationMethodPropertyTypeOperationMethodPropertyType.Factory. newInstance()static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(File file)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(InputStream is)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(Reader r)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(String xmlAsString)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(URL u)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(XMLStreamReader sr)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(Node node)static OperationMethodPropertyTypeOperationMethodPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type OperationMethodPropertyType Modifier and Type Method Description voidConversionType. setMethod(OperationMethodPropertyType method)Sets the "method" elementvoidMethodDocument. setMethod(OperationMethodPropertyType method)Sets the "method" elementvoidTransformationType. setMethod(OperationMethodPropertyType method)Sets the "method" elementvoidOperationMethodRefDocument. setOperationMethodRef(OperationMethodPropertyType operationMethodRef)Sets the "operationMethodRef" elementvoidUsesMethodDocument. setUsesMethod(OperationMethodPropertyType usesMethod)Sets the "usesMethod" element -
Uses of OperationMethodPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement OperationMethodPropertyType Modifier and Type Class Description classOperationMethodPropertyTypeImplAn XML OperationMethodPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return OperationMethodPropertyType Modifier and Type Method Description OperationMethodPropertyTypeConversionTypeImpl. addNewMethod()Appends and returns a new empty "method" elementOperationMethodPropertyTypeMethodDocumentImpl. addNewMethod()Appends and returns a new empty "method" elementOperationMethodPropertyTypeTransformationTypeImpl. addNewMethod()Appends and returns a new empty "method" elementOperationMethodPropertyTypeOperationMethodRefDocumentImpl. addNewOperationMethodRef()Appends and returns a new empty "operationMethodRef" elementOperationMethodPropertyTypeUsesMethodDocumentImpl. addNewUsesMethod()Appends and returns a new empty "usesMethod" elementOperationMethodPropertyTypeConversionTypeImpl. getMethod()Gets the "method" elementOperationMethodPropertyTypeMethodDocumentImpl. getMethod()Gets the "method" elementOperationMethodPropertyTypeTransformationTypeImpl. getMethod()Gets the "method" elementOperationMethodPropertyTypeOperationMethodRefDocumentImpl. getOperationMethodRef()Gets the "operationMethodRef" elementOperationMethodPropertyTypeUsesMethodDocumentImpl. getUsesMethod()Gets the "usesMethod" elementMethods in net.opengis.gml.x32.impl with parameters of type OperationMethodPropertyType Modifier and Type Method Description voidConversionTypeImpl. setMethod(OperationMethodPropertyType method)Sets the "method" elementvoidMethodDocumentImpl. setMethod(OperationMethodPropertyType method)Sets the "method" elementvoidTransformationTypeImpl. setMethod(OperationMethodPropertyType method)Sets the "method" elementvoidOperationMethodRefDocumentImpl. setOperationMethodRef(OperationMethodPropertyType operationMethodRef)Sets the "operationMethodRef" elementvoidUsesMethodDocumentImpl. setUsesMethod(OperationMethodPropertyType usesMethod)Sets the "usesMethod" element
-