Uses of Interface
net.opengis.gml.OperationRefType
-
Packages that use OperationRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of OperationRefType in net.opengis.gml
Methods in net.opengis.gml that return OperationRefType Modifier and Type Method Description OperationRefTypeOperationRefDocument. addNewOperationRef()Appends and returns a new empty "operationRef" elementOperationRefTypePassThroughOperationType. addNewUsesOperation()Appends and returns a new empty "usesOperation" elementOperationRefTypeUsesOperationDocument. addNewUsesOperation()Appends and returns a new empty "usesOperation" elementOperationRefTypeOperationRefDocument. getOperationRef()Gets the "operationRef" elementOperationRefTypePassThroughOperationType. getUsesOperation()Gets the "usesOperation" elementOperationRefTypeUsesOperationDocument. getUsesOperation()Gets the "usesOperation" elementstatic OperationRefTypeOperationRefType.Factory. newInstance()static OperationRefTypeOperationRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OperationRefTypeOperationRefType.Factory. parse(File file)static OperationRefTypeOperationRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OperationRefTypeOperationRefType.Factory. parse(InputStream is)static OperationRefTypeOperationRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OperationRefTypeOperationRefType.Factory. parse(Reader r)static OperationRefTypeOperationRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OperationRefTypeOperationRefType.Factory. parse(String xmlAsString)static OperationRefTypeOperationRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OperationRefTypeOperationRefType.Factory. parse(URL u)static OperationRefTypeOperationRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OperationRefTypeOperationRefType.Factory. parse(XMLStreamReader sr)static OperationRefTypeOperationRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OperationRefTypeOperationRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OperationRefTypeOperationRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OperationRefTypeOperationRefType.Factory. parse(Node node)static OperationRefTypeOperationRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type OperationRefType Modifier and Type Method Description voidOperationRefDocument. setOperationRef(OperationRefType operationRef)Sets the "operationRef" elementvoidPassThroughOperationType. setUsesOperation(OperationRefType usesOperation)Sets the "usesOperation" elementvoidUsesOperationDocument. setUsesOperation(OperationRefType usesOperation)Sets the "usesOperation" element -
Uses of OperationRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement OperationRefType Modifier and Type Class Description classOperationRefTypeImplAn XML OperationRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return OperationRefType Modifier and Type Method Description OperationRefTypeOperationRefDocumentImpl. addNewOperationRef()Appends and returns a new empty "operationRef" elementOperationRefTypePassThroughOperationTypeImpl. addNewUsesOperation()Appends and returns a new empty "usesOperation" elementOperationRefTypeUsesOperationDocumentImpl. addNewUsesOperation()Appends and returns a new empty "usesOperation" elementOperationRefTypeOperationRefDocumentImpl. getOperationRef()Gets the "operationRef" elementOperationRefTypePassThroughOperationTypeImpl. getUsesOperation()Gets the "usesOperation" elementOperationRefTypeUsesOperationDocumentImpl. getUsesOperation()Gets the "usesOperation" elementMethods in net.opengis.gml.impl with parameters of type OperationRefType Modifier and Type Method Description voidOperationRefDocumentImpl. setOperationRef(OperationRefType operationRef)Sets the "operationRef" elementvoidPassThroughOperationTypeImpl. setUsesOperation(OperationRefType usesOperation)Sets the "usesOperation" elementvoidUsesOperationDocumentImpl. setUsesOperation(OperationRefType usesOperation)Sets the "usesOperation" element
-