Uses of Interface
net.opengis.gml.x32.ValuePropertyType
-
Packages that use ValuePropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ValuePropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ValuePropertyType Modifier and Type Method Description ValuePropertyTypeCompositeValueType. addNewValueComponent()Appends and returns a new empty value (as xml) as the last "valueComponent" elementValuePropertyTypeValueComponentDocument. addNewValueComponent()Appends and returns a new empty "valueComponent" elementValuePropertyTypeValuePropertyDocument. addNewValueProperty()Appends and returns a new empty "valueProperty" elementValuePropertyTypeValueComponentDocument. getValueComponent()Gets the "valueComponent" elementValuePropertyType[]CompositeValueType. getValueComponentArray()Gets array of all "valueComponent" elementsValuePropertyTypeCompositeValueType. getValueComponentArray(int i)Gets ith "valueComponent" elementValuePropertyTypeValuePropertyDocument. getValueProperty()Gets the "valueProperty" elementValuePropertyTypeCompositeValueType. insertNewValueComponent(int i)Inserts and returns a new empty value (as xml) as the ith "valueComponent" elementstatic ValuePropertyTypeValuePropertyType.Factory. newInstance()static ValuePropertyTypeValuePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(File file)static ValuePropertyTypeValuePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(InputStream is)static ValuePropertyTypeValuePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(Reader r)static ValuePropertyTypeValuePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(String xmlAsString)static ValuePropertyTypeValuePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(URL u)static ValuePropertyTypeValuePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(XMLStreamReader sr)static ValuePropertyTypeValuePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ValuePropertyTypeValuePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ValuePropertyTypeValuePropertyType.Factory. parse(Node node)static ValuePropertyTypeValuePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ValuePropertyType Modifier and Type Method Description voidValueComponentDocument. setValueComponent(ValuePropertyType valueComponent)Sets the "valueComponent" elementvoidCompositeValueType. setValueComponentArray(int i, ValuePropertyType valueComponent)Sets ith "valueComponent" elementvoidCompositeValueType. setValueComponentArray(ValuePropertyType[] valueComponentArray)Sets array of all "valueComponent" elementvoidValuePropertyDocument. setValueProperty(ValuePropertyType valueProperty)Sets the "valueProperty" element -
Uses of ValuePropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ValuePropertyType Modifier and Type Class Description classValuePropertyTypeImplAn XML ValuePropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ValuePropertyType Modifier and Type Method Description ValuePropertyTypeCompositeValueTypeImpl. addNewValueComponent()Appends and returns a new empty value (as xml) as the last "valueComponent" elementValuePropertyTypeValueComponentDocumentImpl. addNewValueComponent()Appends and returns a new empty "valueComponent" elementValuePropertyTypeValuePropertyDocumentImpl. addNewValueProperty()Appends and returns a new empty "valueProperty" elementValuePropertyTypeValueComponentDocumentImpl. getValueComponent()Gets the "valueComponent" elementValuePropertyType[]CompositeValueTypeImpl. getValueComponentArray()Gets array of all "valueComponent" elementsValuePropertyTypeCompositeValueTypeImpl. getValueComponentArray(int i)Gets ith "valueComponent" elementValuePropertyTypeValuePropertyDocumentImpl. getValueProperty()Gets the "valueProperty" elementValuePropertyTypeCompositeValueTypeImpl. insertNewValueComponent(int i)Inserts and returns a new empty value (as xml) as the ith "valueComponent" elementMethods in net.opengis.gml.x32.impl with parameters of type ValuePropertyType Modifier and Type Method Description voidValueComponentDocumentImpl. setValueComponent(ValuePropertyType valueComponent)Sets the "valueComponent" elementvoidCompositeValueTypeImpl. setValueComponentArray(int i, ValuePropertyType valueComponent)Sets ith "valueComponent" elementvoidCompositeValueTypeImpl. setValueComponentArray(ValuePropertyType[] valueComponentArray)Sets array of all "valueComponent" elementvoidValuePropertyDocumentImpl. setValueProperty(ValuePropertyType valueProperty)Sets the "valueProperty" element
-