Uses of Interface
net.opengis.waterml.x20.CollectionType
-
Packages that use CollectionType Package Description net.opengis.waterml.x20 net.opengis.waterml.x20.impl -
-
Uses of CollectionType in net.opengis.waterml.x20
Methods in net.opengis.waterml.x20 that return CollectionType Modifier and Type Method Description CollectionTypeCollectionDocument. addNewCollection()Appends and returns a new empty "Collection" elementCollectionTypeCollectionPropertyType. addNewCollection()Appends and returns a new empty "Collection" elementCollectionTypeCollectionDocument. getCollection()Gets the "Collection" elementCollectionTypeCollectionPropertyType. getCollection()Gets the "Collection" elementstatic CollectionTypeCollectionType.Factory. newInstance()static CollectionTypeCollectionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CollectionTypeCollectionType.Factory. parse(File file)static CollectionTypeCollectionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CollectionTypeCollectionType.Factory. parse(InputStream is)static CollectionTypeCollectionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CollectionTypeCollectionType.Factory. parse(Reader r)static CollectionTypeCollectionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CollectionTypeCollectionType.Factory. parse(String xmlAsString)static CollectionTypeCollectionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CollectionTypeCollectionType.Factory. parse(URL u)static CollectionTypeCollectionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CollectionTypeCollectionType.Factory. parse(XMLStreamReader sr)static CollectionTypeCollectionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CollectionTypeCollectionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CollectionTypeCollectionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CollectionTypeCollectionType.Factory. parse(Node node)static CollectionTypeCollectionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.waterml.x20 with parameters of type CollectionType Modifier and Type Method Description voidCollectionDocument. setCollection(CollectionType collection)Sets the "Collection" elementvoidCollectionPropertyType. setCollection(CollectionType collection)Sets the "Collection" element -
Uses of CollectionType in net.opengis.waterml.x20.impl
Classes in net.opengis.waterml.x20.impl that implement CollectionType Modifier and Type Class Description classCollectionTypeImplAn XML CollectionType(@http://www.opengis.net/waterml/2.0).Methods in net.opengis.waterml.x20.impl that return CollectionType Modifier and Type Method Description CollectionTypeCollectionDocumentImpl. addNewCollection()Appends and returns a new empty "Collection" elementCollectionTypeCollectionPropertyTypeImpl. addNewCollection()Appends and returns a new empty "Collection" elementCollectionTypeCollectionDocumentImpl. getCollection()Gets the "Collection" elementCollectionTypeCollectionPropertyTypeImpl. getCollection()Gets the "Collection" elementMethods in net.opengis.waterml.x20.impl with parameters of type CollectionType Modifier and Type Method Description voidCollectionDocumentImpl. setCollection(CollectionType collection)Sets the "Collection" elementvoidCollectionPropertyTypeImpl. setCollection(CollectionType collection)Sets the "Collection" element
-