Uses of Interface
net.opengis.gml.x32.BagType
-
Packages that use BagType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of BagType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return BagType Modifier and Type Method Description BagTypeBagDocument. addNewBag()Appends and returns a new empty "Bag" elementBagTypeBagDocument. getBag()Gets the "Bag" elementstatic BagTypeBagType.Factory. newInstance()static BagTypeBagType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BagTypeBagType.Factory. parse(File file)static BagTypeBagType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BagTypeBagType.Factory. parse(InputStream is)static BagTypeBagType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BagTypeBagType.Factory. parse(Reader r)static BagTypeBagType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BagTypeBagType.Factory. parse(String xmlAsString)static BagTypeBagType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BagTypeBagType.Factory. parse(URL u)static BagTypeBagType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BagTypeBagType.Factory. parse(XMLStreamReader sr)static BagTypeBagType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BagTypeBagType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BagTypeBagType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BagTypeBagType.Factory. parse(Node node)static BagTypeBagType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type BagType Modifier and Type Method Description voidBagDocument. setBag(BagType bag)Sets the "Bag" element -
Uses of BagType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement BagType Modifier and Type Class Description classBagTypeImplAn XML BagType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return BagType Modifier and Type Method Description BagTypeBagDocumentImpl. addNewBag()Appends and returns a new empty "Bag" elementBagTypeBagDocumentImpl. getBag()Gets the "Bag" elementMethods in net.opengis.gml.x32.impl with parameters of type BagType Modifier and Type Method Description voidBagDocumentImpl. setBag(BagType bag)Sets the "Bag" element
-