Uses of Class
org.citygml4j.jaxb.citygml._0_4.BuildingFurnitureType

Packages that use BuildingFurnitureType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of BuildingFurnitureType in org.citygml4j.builder.jaxb.marshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BuildingFurnitureType
 BuildingFurnitureType Building040Marshaller.marshalBuildingFurniture(BuildingFurniture src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingFurnitureType
 void Building040Marshaller.marshalBuildingFurniture(BuildingFurniture src, BuildingFurnitureType dest)
           
 

Uses of BuildingFurnitureType in org.citygml4j.builder.jaxb.unmarshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingFurnitureType
 BuildingFurniture Building040Unmarshaller.unmarshalBuildingFurniture(BuildingFurnitureType src)
           
 void Building040Unmarshaller.unmarshalBuildingFurniture(BuildingFurnitureType src, BuildingFurniture dest)
           
 

Uses of BuildingFurnitureType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return BuildingFurnitureType
 BuildingFurnitureType ObjectFactory.createBuildingFurnitureType()
          Create an instance of BuildingFurnitureType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type BuildingFurnitureType
 javax.xml.bind.JAXBElement<BuildingFurnitureType> ObjectFactory.createBuildingFurniture(BuildingFurnitureType value)
          Create an instance of JAXBElement<BuildingFurnitureType>}
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type BuildingFurnitureType
 javax.xml.bind.JAXBElement<BuildingFurnitureType> ObjectFactory.createBuildingFurniture(BuildingFurnitureType value)
          Create an instance of JAXBElement<BuildingFurnitureType>}