Uses of Interface
net.opengis.gml.OperationParameterRefType
-
Packages that use OperationParameterRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of OperationParameterRefType in net.opengis.gml
Methods in net.opengis.gml that return OperationParameterRefType Modifier and Type Method Description OperationParameterRefTypeOperationParameterGroupRefDocument. addNewOperationParameterGroupRef()Appends and returns a new empty "operationParameterGroupRef" elementOperationParameterRefTypeOperationParameterRefDocument. addNewOperationParameterRef()Appends and returns a new empty "operationParameterRef" elementOperationParameterRefTypeParameterValueType. addNewValueOfParameter()Appends and returns a new empty "valueOfParameter" elementOperationParameterRefTypeValueOfParameterDocument. addNewValueOfParameter()Appends and returns a new empty "valueOfParameter" elementOperationParameterRefTypeOperationParameterGroupRefDocument. getOperationParameterGroupRef()Gets the "operationParameterGroupRef" elementOperationParameterRefTypeOperationParameterRefDocument. getOperationParameterRef()Gets the "operationParameterRef" elementOperationParameterRefTypeParameterValueType. getValueOfParameter()Gets the "valueOfParameter" elementOperationParameterRefTypeValueOfParameterDocument. getValueOfParameter()Gets the "valueOfParameter" elementstatic OperationParameterRefTypeOperationParameterRefType.Factory. newInstance()static OperationParameterRefTypeOperationParameterRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(File file)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(InputStream is)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(Reader r)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(String xmlAsString)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(URL u)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(XMLStreamReader sr)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OperationParameterRefTypeOperationParameterRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OperationParameterRefTypeOperationParameterRefType.Factory. parse(Node node)static OperationParameterRefTypeOperationParameterRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type OperationParameterRefType Modifier and Type Method Description voidOperationParameterGroupRefDocument. setOperationParameterGroupRef(OperationParameterRefType operationParameterGroupRef)Sets the "operationParameterGroupRef" elementvoidOperationParameterRefDocument. setOperationParameterRef(OperationParameterRefType operationParameterRef)Sets the "operationParameterRef" elementvoidParameterValueType. setValueOfParameter(OperationParameterRefType valueOfParameter)Sets the "valueOfParameter" elementvoidValueOfParameterDocument. setValueOfParameter(OperationParameterRefType valueOfParameter)Sets the "valueOfParameter" element -
Uses of OperationParameterRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement OperationParameterRefType Modifier and Type Class Description classOperationParameterRefTypeImplAn XML OperationParameterRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return OperationParameterRefType Modifier and Type Method Description OperationParameterRefTypeOperationParameterGroupRefDocumentImpl. addNewOperationParameterGroupRef()Appends and returns a new empty "operationParameterGroupRef" elementOperationParameterRefTypeOperationParameterRefDocumentImpl. addNewOperationParameterRef()Appends and returns a new empty "operationParameterRef" elementOperationParameterRefTypeParameterValueTypeImpl. addNewValueOfParameter()Appends and returns a new empty "valueOfParameter" elementOperationParameterRefTypeValueOfParameterDocumentImpl. addNewValueOfParameter()Appends and returns a new empty "valueOfParameter" elementOperationParameterRefTypeOperationParameterGroupRefDocumentImpl. getOperationParameterGroupRef()Gets the "operationParameterGroupRef" elementOperationParameterRefTypeOperationParameterRefDocumentImpl. getOperationParameterRef()Gets the "operationParameterRef" elementOperationParameterRefTypeParameterValueTypeImpl. getValueOfParameter()Gets the "valueOfParameter" elementOperationParameterRefTypeValueOfParameterDocumentImpl. getValueOfParameter()Gets the "valueOfParameter" elementMethods in net.opengis.gml.impl with parameters of type OperationParameterRefType Modifier and Type Method Description voidOperationParameterGroupRefDocumentImpl. setOperationParameterGroupRef(OperationParameterRefType operationParameterGroupRef)Sets the "operationParameterGroupRef" elementvoidOperationParameterRefDocumentImpl. setOperationParameterRef(OperationParameterRefType operationParameterRef)Sets the "operationParameterRef" elementvoidParameterValueTypeImpl. setValueOfParameter(OperationParameterRefType valueOfParameter)Sets the "valueOfParameter" elementvoidValueOfParameterDocumentImpl. setValueOfParameter(OperationParameterRefType valueOfParameter)Sets the "valueOfParameter" element
-