Uses of Interface
net.opengis.gml.OperationMethodRefType
-
Packages that use OperationMethodRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of OperationMethodRefType in net.opengis.gml
Methods in net.opengis.gml that return OperationMethodRefType Modifier and Type Method Description OperationMethodRefTypeOperationMethodRefDocument. addNewOperationMethodRef()Appends and returns a new empty "operationMethodRef" elementOperationMethodRefTypeConversionType. addNewUsesMethod()Appends and returns a new empty "usesMethod" elementOperationMethodRefTypeTransformationType. addNewUsesMethod()Appends and returns a new empty "usesMethod" elementOperationMethodRefTypeUsesMethodDocument. addNewUsesMethod()Appends and returns a new empty "usesMethod" elementOperationMethodRefTypeOperationMethodRefDocument. getOperationMethodRef()Gets the "operationMethodRef" elementOperationMethodRefTypeConversionType. getUsesMethod()Gets the "usesMethod" elementOperationMethodRefTypeTransformationType. getUsesMethod()Gets the "usesMethod" elementOperationMethodRefTypeUsesMethodDocument. getUsesMethod()Gets the "usesMethod" elementstatic OperationMethodRefTypeOperationMethodRefType.Factory. newInstance()static OperationMethodRefTypeOperationMethodRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(File file)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(InputStream is)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(Reader r)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(String xmlAsString)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(URL u)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(XMLStreamReader sr)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OperationMethodRefTypeOperationMethodRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OperationMethodRefTypeOperationMethodRefType.Factory. parse(Node node)static OperationMethodRefTypeOperationMethodRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type OperationMethodRefType Modifier and Type Method Description voidOperationMethodRefDocument. setOperationMethodRef(OperationMethodRefType operationMethodRef)Sets the "operationMethodRef" elementvoidConversionType. setUsesMethod(OperationMethodRefType usesMethod)Sets the "usesMethod" elementvoidTransformationType. setUsesMethod(OperationMethodRefType usesMethod)Sets the "usesMethod" elementvoidUsesMethodDocument. setUsesMethod(OperationMethodRefType usesMethod)Sets the "usesMethod" element -
Uses of OperationMethodRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement OperationMethodRefType Modifier and Type Class Description classOperationMethodRefTypeImplAn XML OperationMethodRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return OperationMethodRefType Modifier and Type Method Description OperationMethodRefTypeOperationMethodRefDocumentImpl. addNewOperationMethodRef()Appends and returns a new empty "operationMethodRef" elementOperationMethodRefTypeConversionTypeImpl. addNewUsesMethod()Appends and returns a new empty "usesMethod" elementOperationMethodRefTypeTransformationTypeImpl. addNewUsesMethod()Appends and returns a new empty "usesMethod" elementOperationMethodRefTypeUsesMethodDocumentImpl. addNewUsesMethod()Appends and returns a new empty "usesMethod" elementOperationMethodRefTypeOperationMethodRefDocumentImpl. getOperationMethodRef()Gets the "operationMethodRef" elementOperationMethodRefTypeConversionTypeImpl. getUsesMethod()Gets the "usesMethod" elementOperationMethodRefTypeTransformationTypeImpl. getUsesMethod()Gets the "usesMethod" elementOperationMethodRefTypeUsesMethodDocumentImpl. getUsesMethod()Gets the "usesMethod" elementMethods in net.opengis.gml.impl with parameters of type OperationMethodRefType Modifier and Type Method Description voidOperationMethodRefDocumentImpl. setOperationMethodRef(OperationMethodRefType operationMethodRef)Sets the "operationMethodRef" elementvoidConversionTypeImpl. setUsesMethod(OperationMethodRefType usesMethod)Sets the "usesMethod" elementvoidTransformationTypeImpl. setUsesMethod(OperationMethodRefType usesMethod)Sets the "usesMethod" elementvoidUsesMethodDocumentImpl. setUsesMethod(OperationMethodRefType usesMethod)Sets the "usesMethod" element
-