Uses of Interface
net.opengis.swe.x20.CountRangeType
-
Packages that use CountRangeType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of CountRangeType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return CountRangeType Modifier and Type Method Description CountRangeTypeAnyRangePropertyType. addNewCountRange()Appends and returns a new empty "CountRange" elementCountRangeTypeCountRangeDocument. addNewCountRange()Appends and returns a new empty "CountRange" elementCountRangeTypeCountRangePropertyType. addNewCountRange()Appends and returns a new empty "CountRange" elementCountRangeTypeAnyRangePropertyType. getCountRange()Gets the "CountRange" elementCountRangeTypeCountRangeDocument. getCountRange()Gets the "CountRange" elementCountRangeTypeCountRangePropertyType. getCountRange()Gets the "CountRange" elementstatic CountRangeTypeCountRangeType.Factory. newInstance()static CountRangeTypeCountRangeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CountRangeTypeCountRangeType.Factory. parse(File file)static CountRangeTypeCountRangeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CountRangeTypeCountRangeType.Factory. parse(InputStream is)static CountRangeTypeCountRangeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CountRangeTypeCountRangeType.Factory. parse(Reader r)static CountRangeTypeCountRangeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CountRangeTypeCountRangeType.Factory. parse(String xmlAsString)static CountRangeTypeCountRangeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CountRangeTypeCountRangeType.Factory. parse(URL u)static CountRangeTypeCountRangeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CountRangeTypeCountRangeType.Factory. parse(XMLStreamReader sr)static CountRangeTypeCountRangeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CountRangeTypeCountRangeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CountRangeTypeCountRangeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CountRangeTypeCountRangeType.Factory. parse(Node node)static CountRangeTypeCountRangeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type CountRangeType Modifier and Type Method Description voidAnyRangePropertyType. setCountRange(CountRangeType countRange)Sets the "CountRange" elementvoidCountRangeDocument. setCountRange(CountRangeType countRange)Sets the "CountRange" elementvoidCountRangePropertyType. setCountRange(CountRangeType countRange)Sets the "CountRange" element -
Uses of CountRangeType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement CountRangeType Modifier and Type Class Description classCountRangeTypeImplAn XML CountRangeType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return CountRangeType Modifier and Type Method Description CountRangeTypeAnyRangePropertyTypeImpl. addNewCountRange()Appends and returns a new empty "CountRange" elementCountRangeTypeCountRangeDocumentImpl. addNewCountRange()Appends and returns a new empty "CountRange" elementCountRangeTypeCountRangePropertyTypeImpl. addNewCountRange()Appends and returns a new empty "CountRange" elementCountRangeTypeAnyRangePropertyTypeImpl. getCountRange()Gets the "CountRange" elementCountRangeTypeCountRangeDocumentImpl. getCountRange()Gets the "CountRange" elementCountRangeTypeCountRangePropertyTypeImpl. getCountRange()Gets the "CountRange" elementMethods in net.opengis.swe.x20.impl with parameters of type CountRangeType Modifier and Type Method Description voidAnyRangePropertyTypeImpl. setCountRange(CountRangeType countRange)Sets the "CountRange" elementvoidCountRangeDocumentImpl. setCountRange(CountRangeType countRange)Sets the "CountRange" elementvoidCountRangePropertyTypeImpl. setCountRange(CountRangeType countRange)Sets the "CountRange" element
-