Uses of Interface
net.opengis.swe.x20.NilValuesType
-
Packages that use NilValuesType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of NilValuesType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return NilValuesType Modifier and Type Method Description NilValuesTypeNilValuesDocument. addNewNilValues()Appends and returns a new empty "NilValues" elementNilValuesTypeNilValuesPropertyType. addNewNilValues()Appends and returns a new empty "NilValues" elementNilValuesTypeNilValuesDocument. getNilValues()Gets the "NilValues" elementNilValuesTypeNilValuesPropertyType. getNilValues()Gets the "NilValues" elementstatic NilValuesTypeNilValuesType.Factory. newInstance()static NilValuesTypeNilValuesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NilValuesTypeNilValuesType.Factory. parse(File file)static NilValuesTypeNilValuesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NilValuesTypeNilValuesType.Factory. parse(InputStream is)static NilValuesTypeNilValuesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NilValuesTypeNilValuesType.Factory. parse(Reader r)static NilValuesTypeNilValuesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NilValuesTypeNilValuesType.Factory. parse(String xmlAsString)static NilValuesTypeNilValuesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NilValuesTypeNilValuesType.Factory. parse(URL u)static NilValuesTypeNilValuesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NilValuesTypeNilValuesType.Factory. parse(XMLStreamReader sr)static NilValuesTypeNilValuesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NilValuesTypeNilValuesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NilValuesTypeNilValuesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NilValuesTypeNilValuesType.Factory. parse(Node node)static NilValuesTypeNilValuesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type NilValuesType Modifier and Type Method Description voidNilValuesDocument. setNilValues(NilValuesType nilValues)Sets the "NilValues" elementvoidNilValuesPropertyType. setNilValues(NilValuesType nilValues)Sets the "NilValues" element -
Uses of NilValuesType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement NilValuesType Modifier and Type Class Description classNilValuesTypeImplAn XML NilValuesType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return NilValuesType Modifier and Type Method Description NilValuesTypeNilValuesDocumentImpl. addNewNilValues()Appends and returns a new empty "NilValues" elementNilValuesTypeNilValuesPropertyTypeImpl. addNewNilValues()Appends and returns a new empty "NilValues" elementNilValuesTypeNilValuesDocumentImpl. getNilValues()Gets the "NilValues" elementNilValuesTypeNilValuesPropertyTypeImpl. getNilValues()Gets the "NilValues" elementMethods in net.opengis.swe.x20.impl with parameters of type NilValuesType Modifier and Type Method Description voidNilValuesDocumentImpl. setNilValues(NilValuesType nilValues)Sets the "NilValues" elementvoidNilValuesPropertyTypeImpl. setNilValues(NilValuesType nilValues)Sets the "NilValues" element
-