Uses of Interface
net.opengis.gml.AbstractGeneralOperationParameterType
-
Packages that use AbstractGeneralOperationParameterType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractGeneralOperationParameterType in net.opengis.gml
Subinterfaces of AbstractGeneralOperationParameterType in net.opengis.gml Modifier and Type Interface Description interfaceOperationParameterBaseTypeAn XML OperationParameterBaseType(@http://www.opengis.net/gml).interfaceOperationParameterGroupBaseTypeAn XML OperationParameterGroupBaseType(@http://www.opengis.net/gml).interfaceOperationParameterGroupTypeAn XML OperationParameterGroupType(@http://www.opengis.net/gml).interfaceOperationParameterTypeAn XML OperationParameterType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractGeneralOperationParameterType Modifier and Type Method Description AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterRefType. addNewGeneralOperationParameter()Appends and returns a new empty "_GeneralOperationParameter" elementAbstractGeneralOperationParameterTypeGeneralOperationParameterDocument. addNewGeneralOperationParameter()Appends and returns a new empty "_GeneralOperationParameter" elementAbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterRefType. getGeneralOperationParameter()Gets the "_GeneralOperationParameter" elementAbstractGeneralOperationParameterTypeGeneralOperationParameterDocument. getGeneralOperationParameter()Gets the "_GeneralOperationParameter" elementstatic AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(File file)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(InputStream is)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(Reader r)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(String xmlAsString)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(URL u)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(XMLStreamReader sr)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(Node node)static AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractGeneralOperationParameterType Modifier and Type Method Description voidAbstractGeneralOperationParameterRefType. setGeneralOperationParameter(AbstractGeneralOperationParameterType generalOperationParameter)Sets the "_GeneralOperationParameter" elementvoidGeneralOperationParameterDocument. setGeneralOperationParameter(AbstractGeneralOperationParameterType generalOperationParameter)Sets the "_GeneralOperationParameter" element -
Uses of AbstractGeneralOperationParameterType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractGeneralOperationParameterType Modifier and Type Class Description classAbstractGeneralOperationParameterTypeImplAn XML AbstractGeneralOperationParameterType(@http://www.opengis.net/gml).classOperationParameterBaseTypeImplAn XML OperationParameterBaseType(@http://www.opengis.net/gml).classOperationParameterGroupBaseTypeImplAn XML OperationParameterGroupBaseType(@http://www.opengis.net/gml).classOperationParameterGroupTypeImplAn XML OperationParameterGroupType(@http://www.opengis.net/gml).classOperationParameterTypeImplAn XML OperationParameterType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractGeneralOperationParameterType Modifier and Type Method Description AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterRefTypeImpl. addNewGeneralOperationParameter()Appends and returns a new empty "_GeneralOperationParameter" elementAbstractGeneralOperationParameterTypeGeneralOperationParameterDocumentImpl. addNewGeneralOperationParameter()Appends and returns a new empty "_GeneralOperationParameter" elementAbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterRefTypeImpl. getGeneralOperationParameter()Gets the "_GeneralOperationParameter" elementAbstractGeneralOperationParameterTypeGeneralOperationParameterDocumentImpl. getGeneralOperationParameter()Gets the "_GeneralOperationParameter" elementMethods in net.opengis.gml.impl with parameters of type AbstractGeneralOperationParameterType Modifier and Type Method Description voidAbstractGeneralOperationParameterRefTypeImpl. setGeneralOperationParameter(AbstractGeneralOperationParameterType generalOperationParameter)Sets the "_GeneralOperationParameter" elementvoidGeneralOperationParameterDocumentImpl. setGeneralOperationParameter(AbstractGeneralOperationParameterType generalOperationParameter)Sets the "_GeneralOperationParameter" element
-