Uses of Interface
net.opengis.om.x20.NamedValueType
-
Packages that use NamedValueType Package Description net.opengis.om.x20 net.opengis.om.x20.impl -
-
Uses of NamedValueType in net.opengis.om.x20
Methods in net.opengis.om.x20 that return NamedValueType Modifier and Type Method Description NamedValueTypeNamedValueDocument. addNewNamedValue()Appends and returns a new empty "NamedValue" elementNamedValueTypeNamedValuePropertyType. addNewNamedValue()Appends and returns a new empty "NamedValue" elementNamedValueTypeNamedValueDocument. getNamedValue()Gets the "NamedValue" elementNamedValueTypeNamedValuePropertyType. getNamedValue()Gets the "NamedValue" elementstatic NamedValueTypeNamedValueType.Factory. newInstance()static NamedValueTypeNamedValueType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NamedValueTypeNamedValueType.Factory. parse(File file)static NamedValueTypeNamedValueType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NamedValueTypeNamedValueType.Factory. parse(InputStream is)static NamedValueTypeNamedValueType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NamedValueTypeNamedValueType.Factory. parse(Reader r)static NamedValueTypeNamedValueType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NamedValueTypeNamedValueType.Factory. parse(String xmlAsString)static NamedValueTypeNamedValueType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NamedValueTypeNamedValueType.Factory. parse(URL u)static NamedValueTypeNamedValueType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NamedValueTypeNamedValueType.Factory. parse(XMLStreamReader sr)static NamedValueTypeNamedValueType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NamedValueTypeNamedValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NamedValueTypeNamedValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NamedValueTypeNamedValueType.Factory. parse(Node node)static NamedValueTypeNamedValueType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.om.x20 with parameters of type NamedValueType Modifier and Type Method Description voidNamedValueDocument. setNamedValue(NamedValueType namedValue)Sets the "NamedValue" elementvoidNamedValuePropertyType. setNamedValue(NamedValueType namedValue)Sets the "NamedValue" element -
Uses of NamedValueType in net.opengis.om.x20.impl
Classes in net.opengis.om.x20.impl that implement NamedValueType Modifier and Type Class Description classNamedValueTypeImplAn XML NamedValueType(@http://www.opengis.net/om/2.0).Methods in net.opengis.om.x20.impl that return NamedValueType Modifier and Type Method Description NamedValueTypeNamedValueDocumentImpl. addNewNamedValue()Appends and returns a new empty "NamedValue" elementNamedValueTypeNamedValuePropertyTypeImpl. addNewNamedValue()Appends and returns a new empty "NamedValue" elementNamedValueTypeNamedValueDocumentImpl. getNamedValue()Gets the "NamedValue" elementNamedValueTypeNamedValuePropertyTypeImpl. getNamedValue()Gets the "NamedValue" elementMethods in net.opengis.om.x20.impl with parameters of type NamedValueType Modifier and Type Method Description voidNamedValueDocumentImpl. setNamedValue(NamedValueType namedValue)Sets the "NamedValue" elementvoidNamedValuePropertyTypeImpl. setNamedValue(NamedValueType namedValue)Sets the "NamedValue" element
-