Uses of Interface
net.opengis.gml.AbstractGeneralParameterValueType
-
Packages that use AbstractGeneralParameterValueType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractGeneralParameterValueType in net.opengis.gml
Subinterfaces of AbstractGeneralParameterValueType in net.opengis.gml Modifier and Type Interface Description interfaceParameterValueGroupTypeAn XML ParameterValueGroupType(@http://www.opengis.net/gml).interfaceParameterValueTypeAn XML ParameterValueType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractGeneralParameterValueType Modifier and Type Method Description AbstractGeneralParameterValueTypeGeneralParameterValueDocument. addNewGeneralParameterValue()Appends and returns a new empty "_generalParameterValue" elementAbstractGeneralParameterValueTypeIncludesValueDocument. addNewIncludesValue()Appends and returns a new empty "includesValue" elementAbstractGeneralParameterValueTypeParameterValueGroupType. addNewIncludesValue()Appends and returns a new empty value (as xml) as the last "includesValue" elementAbstractGeneralParameterValueTypeGeneralParameterValueDocument. getGeneralParameterValue()Gets the "_generalParameterValue" elementAbstractGeneralParameterValueTypeIncludesValueDocument. getIncludesValue()Gets the "includesValue" elementAbstractGeneralParameterValueType[]ParameterValueGroupType. getIncludesValueArray()Gets array of all "includesValue" elementsAbstractGeneralParameterValueTypeParameterValueGroupType. getIncludesValueArray(int i)Gets ith "includesValue" elementAbstractGeneralParameterValueTypeParameterValueGroupType. insertNewIncludesValue(int i)Inserts and returns a new empty value (as xml) as the ith "includesValue" elementstatic AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(File file)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(InputStream is)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(Reader r)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(String xmlAsString)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(URL u)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(XMLStreamReader sr)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(Node node)static AbstractGeneralParameterValueTypeAbstractGeneralParameterValueType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractGeneralParameterValueType Modifier and Type Method Description voidGeneralParameterValueDocument. setGeneralParameterValue(AbstractGeneralParameterValueType generalParameterValue)Sets the "_generalParameterValue" elementvoidIncludesValueDocument. setIncludesValue(AbstractGeneralParameterValueType includesValue)Sets the "includesValue" elementvoidParameterValueGroupType. setIncludesValueArray(int i, AbstractGeneralParameterValueType includesValue)Sets ith "includesValue" elementvoidParameterValueGroupType. setIncludesValueArray(AbstractGeneralParameterValueType[] includesValueArray)Sets array of all "includesValue" element -
Uses of AbstractGeneralParameterValueType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractGeneralParameterValueType Modifier and Type Class Description classAbstractGeneralParameterValueTypeImplAn XML AbstractGeneralParameterValueType(@http://www.opengis.net/gml).classParameterValueGroupTypeImplAn XML ParameterValueGroupType(@http://www.opengis.net/gml).classParameterValueTypeImplAn XML ParameterValueType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractGeneralParameterValueType Modifier and Type Method Description AbstractGeneralParameterValueTypeGeneralParameterValueDocumentImpl. addNewGeneralParameterValue()Appends and returns a new empty "_generalParameterValue" elementAbstractGeneralParameterValueTypeIncludesValueDocumentImpl. addNewIncludesValue()Appends and returns a new empty "includesValue" elementAbstractGeneralParameterValueTypeParameterValueGroupTypeImpl. addNewIncludesValue()Appends and returns a new empty value (as xml) as the last "includesValue" elementAbstractGeneralParameterValueTypeGeneralParameterValueDocumentImpl. getGeneralParameterValue()Gets the "_generalParameterValue" elementAbstractGeneralParameterValueTypeIncludesValueDocumentImpl. getIncludesValue()Gets the "includesValue" elementAbstractGeneralParameterValueType[]ParameterValueGroupTypeImpl. getIncludesValueArray()Gets array of all "includesValue" elementsAbstractGeneralParameterValueTypeParameterValueGroupTypeImpl. getIncludesValueArray(int i)Gets ith "includesValue" elementAbstractGeneralParameterValueTypeParameterValueGroupTypeImpl. insertNewIncludesValue(int i)Inserts and returns a new empty value (as xml) as the ith "includesValue" elementMethods in net.opengis.gml.impl with parameters of type AbstractGeneralParameterValueType Modifier and Type Method Description voidGeneralParameterValueDocumentImpl. setGeneralParameterValue(AbstractGeneralParameterValueType generalParameterValue)Sets the "_generalParameterValue" elementvoidIncludesValueDocumentImpl. setIncludesValue(AbstractGeneralParameterValueType includesValue)Sets the "includesValue" elementvoidParameterValueGroupTypeImpl. setIncludesValueArray(int i, AbstractGeneralParameterValueType includesValue)Sets ith "includesValue" elementvoidParameterValueGroupTypeImpl. setIncludesValueArray(AbstractGeneralParameterValueType[] includesValueArray)Sets array of all "includesValue" element
-