Uses of Interface
net.opengis.swe.x20.IntegerPair
-
Packages that use IntegerPair Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of IntegerPair in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return IntegerPair Modifier and Type Method Description static IntegerPairIntegerPair.Factory. newInstance()static IntegerPairIntegerPair.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IntegerPairIntegerPair.Factory. newValue(Object obj)static IntegerPairIntegerPair.Factory. parse(File file)static IntegerPairIntegerPair.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IntegerPairIntegerPair.Factory. parse(InputStream is)static IntegerPairIntegerPair.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IntegerPairIntegerPair.Factory. parse(Reader r)static IntegerPairIntegerPair.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IntegerPairIntegerPair.Factory. parse(String xmlAsString)static IntegerPairIntegerPair.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IntegerPairIntegerPair.Factory. parse(URL u)static IntegerPairIntegerPair.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IntegerPairIntegerPair.Factory. parse(XMLStreamReader sr)static IntegerPairIntegerPair.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IntegerPairIntegerPair.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IntegerPairIntegerPair.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IntegerPairIntegerPair.Factory. parse(Node node)static IntegerPairIntegerPair.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)IntegerPairCountRangeType. xgetValue()Gets (as xml) the "value" elementMethods in net.opengis.swe.x20 with parameters of type IntegerPair Modifier and Type Method Description voidCountRangeType. xsetValue(IntegerPair value)Sets (as xml) the "value" element -
Uses of IntegerPair in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement IntegerPair Modifier and Type Class Description classIntegerPairImplAn XML IntegerPair(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return IntegerPair Modifier and Type Method Description IntegerPairCountRangeTypeImpl. xgetValue()Gets (as xml) the "value" elementMethods in net.opengis.swe.x20.impl with parameters of type IntegerPair Modifier and Type Method Description voidCountRangeTypeImpl. xsetValue(IntegerPair value)Sets (as xml) the "value" element
-