Uses of Interface
net.opengis.swe.x101.CountPair
-
Packages that use CountPair Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of CountPair in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return CountPair Modifier and Type Method Description static CountPairCountPair.Factory. newInstance()static CountPairCountPair.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CountPairCountPair.Factory. newValue(Object obj)static CountPairCountPair.Factory. parse(File file)static CountPairCountPair.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CountPairCountPair.Factory. parse(InputStream is)static CountPairCountPair.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CountPairCountPair.Factory. parse(Reader r)static CountPairCountPair.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CountPairCountPair.Factory. parse(String xmlAsString)static CountPairCountPair.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CountPairCountPair.Factory. parse(URL u)static CountPairCountPair.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CountPairCountPair.Factory. parse(XMLStreamReader sr)static CountPairCountPair.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CountPairCountPair.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CountPairCountPair.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CountPairCountPair.Factory. parse(Node node)static CountPairCountPair.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)CountPairCountRangeDocument.CountRange. xgetValue()Gets (as xml) the "value" elementMethods in net.opengis.swe.x101 with parameters of type CountPair Modifier and Type Method Description voidCountRangeDocument.CountRange. xsetValue(CountPair value)Sets (as xml) the "value" element -
Uses of CountPair in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement CountPair Modifier and Type Class Description classCountPairImplAn XML countPair(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return CountPair Modifier and Type Method Description CountPairCountRangeDocumentImpl.CountRangeImpl. xgetValue()Gets (as xml) the "value" elementMethods in net.opengis.swe.x101.impl with parameters of type CountPair Modifier and Type Method Description voidCountRangeDocumentImpl.CountRangeImpl. xsetValue(CountPair value)Sets (as xml) the "value" element
-