Uses of Interface
net.opengis.swe.x20.CountPropertyType
-
Packages that use CountPropertyType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of CountPropertyType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return CountPropertyType Modifier and Type Method Description CountPropertyTypeDataArrayType. addNewElementCount()Appends and returns a new empty "elementCount" elementCountPropertyTypeDataArrayType. getElementCount()Gets the "elementCount" elementstatic CountPropertyTypeCountPropertyType.Factory. newInstance()static CountPropertyTypeCountPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CountPropertyTypeCountPropertyType.Factory. parse(File file)static CountPropertyTypeCountPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CountPropertyTypeCountPropertyType.Factory. parse(InputStream is)static CountPropertyTypeCountPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CountPropertyTypeCountPropertyType.Factory. parse(Reader r)static CountPropertyTypeCountPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CountPropertyTypeCountPropertyType.Factory. parse(String xmlAsString)static CountPropertyTypeCountPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CountPropertyTypeCountPropertyType.Factory. parse(URL u)static CountPropertyTypeCountPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CountPropertyTypeCountPropertyType.Factory. parse(XMLStreamReader sr)static CountPropertyTypeCountPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CountPropertyTypeCountPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CountPropertyTypeCountPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CountPropertyTypeCountPropertyType.Factory. parse(Node node)static CountPropertyTypeCountPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type CountPropertyType Modifier and Type Method Description voidDataArrayType. setElementCount(CountPropertyType elementCount)Sets the "elementCount" element -
Uses of CountPropertyType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement CountPropertyType Modifier and Type Class Description classCountPropertyTypeImplAn XML CountPropertyType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return CountPropertyType Modifier and Type Method Description CountPropertyTypeDataArrayTypeImpl. addNewElementCount()Appends and returns a new empty "elementCount" elementCountPropertyTypeDataArrayTypeImpl. getElementCount()Gets the "elementCount" elementMethods in net.opengis.swe.x20.impl with parameters of type CountPropertyType Modifier and Type Method Description voidDataArrayTypeImpl. setElementCount(CountPropertyType elementCount)Sets the "elementCount" element
-