Uses of Interface
net.opengis.gml.x32.AbstractGeneralOperationParameterType
-
Packages that use AbstractGeneralOperationParameterType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AbstractGeneralOperationParameterType in net.opengis.gml.x32
Subinterfaces of AbstractGeneralOperationParameterType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceOperationParameterGroupTypeAn XML OperationParameterGroupType(@http://www.opengis.net/gml/3.2).interfaceOperationParameterTypeAn XML OperationParameterType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return AbstractGeneralOperationParameterType Modifier and Type Method Description AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterDocument. addNewAbstractGeneralOperationParameter()Appends and returns a new empty "AbstractGeneralOperationParameter" elementAbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterPropertyType. addNewAbstractGeneralOperationParameter()Appends and returns a new empty "AbstractGeneralOperationParameter" elementAbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterDocument. getAbstractGeneralOperationParameter()Gets the "AbstractGeneralOperationParameter" elementAbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterPropertyType. getAbstractGeneralOperationParameter()Gets the "AbstractGeneralOperationParameter" 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.x32 with parameters of type AbstractGeneralOperationParameterType Modifier and Type Method Description voidAbstractGeneralOperationParameterDocument. setAbstractGeneralOperationParameter(AbstractGeneralOperationParameterType abstractGeneralOperationParameter)Sets the "AbstractGeneralOperationParameter" elementvoidAbstractGeneralOperationParameterPropertyType. setAbstractGeneralOperationParameter(AbstractGeneralOperationParameterType abstractGeneralOperationParameter)Sets the "AbstractGeneralOperationParameter" element -
Uses of AbstractGeneralOperationParameterType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AbstractGeneralOperationParameterType Modifier and Type Class Description classAbstractGeneralOperationParameterTypeImplAn XML AbstractGeneralOperationParameterType(@http://www.opengis.net/gml/3.2).classOperationParameterGroupTypeImplAn XML OperationParameterGroupType(@http://www.opengis.net/gml/3.2).classOperationParameterTypeImplAn XML OperationParameterType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AbstractGeneralOperationParameterType Modifier and Type Method Description AbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterDocumentImpl. addNewAbstractGeneralOperationParameter()Appends and returns a new empty "AbstractGeneralOperationParameter" elementAbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterPropertyTypeImpl. addNewAbstractGeneralOperationParameter()Appends and returns a new empty "AbstractGeneralOperationParameter" elementAbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterDocumentImpl. getAbstractGeneralOperationParameter()Gets the "AbstractGeneralOperationParameter" elementAbstractGeneralOperationParameterTypeAbstractGeneralOperationParameterPropertyTypeImpl. getAbstractGeneralOperationParameter()Gets the "AbstractGeneralOperationParameter" elementMethods in net.opengis.gml.x32.impl with parameters of type AbstractGeneralOperationParameterType Modifier and Type Method Description voidAbstractGeneralOperationParameterDocumentImpl. setAbstractGeneralOperationParameter(AbstractGeneralOperationParameterType abstractGeneralOperationParameter)Sets the "AbstractGeneralOperationParameter" elementvoidAbstractGeneralOperationParameterPropertyTypeImpl. setAbstractGeneralOperationParameter(AbstractGeneralOperationParameterType abstractGeneralOperationParameter)Sets the "AbstractGeneralOperationParameter" element
-