Uses of Interface
net.opengis.swe.x20.NilValue
-
Packages that use NilValue Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of NilValue in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return NilValue Modifier and Type Method Description NilValueNilValuesType. addNewNilValue()Appends and returns a new empty value (as xml) as the last "nilValue" elementNilValue[]NilValuesType. getNilValueArray()Gets array of all "nilValue" elementsNilValueNilValuesType. getNilValueArray(int i)Gets ith "nilValue" elementNilValueNilValuesType. insertNewNilValue(int i)Inserts and returns a new empty value (as xml) as the ith "nilValue" elementstatic NilValueNilValue.Factory. newInstance()static NilValueNilValue.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NilValueNilValue.Factory. parse(File file)static NilValueNilValue.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NilValueNilValue.Factory. parse(InputStream is)static NilValueNilValue.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NilValueNilValue.Factory. parse(Reader r)static NilValueNilValue.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NilValueNilValue.Factory. parse(String xmlAsString)static NilValueNilValue.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NilValueNilValue.Factory. parse(URL u)static NilValueNilValue.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NilValueNilValue.Factory. parse(XMLStreamReader sr)static NilValueNilValue.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NilValueNilValue.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NilValueNilValue.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NilValueNilValue.Factory. parse(Node node)static NilValueNilValue.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type NilValue Modifier and Type Method Description voidNilValuesType. setNilValueArray(int i, NilValue nilValue)Sets ith "nilValue" elementvoidNilValuesType. setNilValueArray(NilValue[] nilValueArray)Sets array of all "nilValue" element -
Uses of NilValue in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement NilValue Modifier and Type Class Description classNilValueImplAn XML NilValue(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return NilValue Modifier and Type Method Description NilValueNilValuesTypeImpl. addNewNilValue()Appends and returns a new empty value (as xml) as the last "nilValue" elementNilValue[]NilValuesTypeImpl. getNilValueArray()Gets array of all "nilValue" elementsNilValueNilValuesTypeImpl. getNilValueArray(int i)Gets ith "nilValue" elementNilValueNilValuesTypeImpl. insertNewNilValue(int i)Inserts and returns a new empty value (as xml) as the ith "nilValue" elementMethods in net.opengis.swe.x20.impl with parameters of type NilValue Modifier and Type Method Description voidNilValuesTypeImpl. setNilValueArray(int i, NilValue nilValue)Sets ith "nilValue" elementvoidNilValuesTypeImpl. setNilValueArray(NilValue[] nilValueArray)Sets array of all "nilValue" element
-