Uses of Class
org.citygml4j.jaxb.gml._3_1_1.BagType

Packages that use BagType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of BagType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return BagType
 BagType ObjectFactory.createBagType()
          Create an instance of BagType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type BagType
 javax.xml.bind.JAXBElement<BagType> ObjectFactory.createBag(BagType value)
          Create an instance of JAXBElement<BagType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type BagType
 javax.xml.bind.JAXBElement<BagType> ObjectFactory.createBag(BagType value)
          Create an instance of JAXBElement<BagType>}