Uses of Interface
net.opengis.swe.x20.CountType
-
Packages that use CountType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of CountType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return CountType Modifier and Type Method Description CountTypeAnyNumericalPropertyType. addNewCount()Appends and returns a new empty "Count" elementCountTypeAnyScalarPropertyType. addNewCount()Appends and returns a new empty "Count" elementCountTypeCountDocument. addNewCount()Appends and returns a new empty "Count" elementCountTypeCountPropertyType. addNewCount()Appends and returns a new empty "Count" elementCountTypeDataStreamType.ElementCount. addNewCount()Appends and returns a new empty "Count" elementCountTypeAnyNumericalPropertyType. getCount()Gets the "Count" elementCountTypeAnyScalarPropertyType. getCount()Gets the "Count" elementCountTypeCountDocument. getCount()Gets the "Count" elementCountTypeCountPropertyType. getCount()Gets the "Count" elementCountTypeDataStreamType.ElementCount. getCount()Gets the "Count" elementstatic CountTypeCountType.Factory. newInstance()static CountTypeCountType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CountTypeCountType.Factory. parse(File file)static CountTypeCountType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CountTypeCountType.Factory. parse(InputStream is)static CountTypeCountType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CountTypeCountType.Factory. parse(Reader r)static CountTypeCountType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CountTypeCountType.Factory. parse(String xmlAsString)static CountTypeCountType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CountTypeCountType.Factory. parse(URL u)static CountTypeCountType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CountTypeCountType.Factory. parse(XMLStreamReader sr)static CountTypeCountType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CountTypeCountType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CountTypeCountType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CountTypeCountType.Factory. parse(Node node)static CountTypeCountType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type CountType Modifier and Type Method Description voidAnyNumericalPropertyType. setCount(CountType count)Sets the "Count" elementvoidAnyScalarPropertyType. setCount(CountType count)Sets the "Count" elementvoidCountDocument. setCount(CountType count)Sets the "Count" elementvoidCountPropertyType. setCount(CountType count)Sets the "Count" elementvoidDataStreamType.ElementCount. setCount(CountType count)Sets the "Count" element -
Uses of CountType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement CountType Modifier and Type Class Description classCountTypeImplAn XML CountType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return CountType Modifier and Type Method Description CountTypeAnyNumericalPropertyTypeImpl. addNewCount()Appends and returns a new empty "Count" elementCountTypeAnyScalarPropertyTypeImpl. addNewCount()Appends and returns a new empty "Count" elementCountTypeCountDocumentImpl. addNewCount()Appends and returns a new empty "Count" elementCountTypeCountPropertyTypeImpl. addNewCount()Appends and returns a new empty "Count" elementCountTypeDataStreamTypeImpl.ElementCountImpl. addNewCount()Appends and returns a new empty "Count" elementCountTypeAnyNumericalPropertyTypeImpl. getCount()Gets the "Count" elementCountTypeAnyScalarPropertyTypeImpl. getCount()Gets the "Count" elementCountTypeCountDocumentImpl. getCount()Gets the "Count" elementCountTypeCountPropertyTypeImpl. getCount()Gets the "Count" elementCountTypeDataStreamTypeImpl.ElementCountImpl. getCount()Gets the "Count" elementMethods in net.opengis.swe.x20.impl with parameters of type CountType Modifier and Type Method Description voidAnyNumericalPropertyTypeImpl. setCount(CountType count)Sets the "Count" elementvoidAnyScalarPropertyTypeImpl. setCount(CountType count)Sets the "Count" elementvoidCountDocumentImpl. setCount(CountType count)Sets the "Count" elementvoidCountPropertyTypeImpl. setCount(CountType count)Sets the "Count" elementvoidDataStreamTypeImpl.ElementCountImpl. setCount(CountType count)Sets the "Count" element
-