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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return InteriorFurniturePropertyType
 InteriorFurniturePropertyType Building040Marshaller.marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type InteriorFurniturePropertyType
 InteriorFurnitureProperty Building040Unmarshaller.unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type InteriorFurniturePropertyType
 java.util.List<InteriorFurniturePropertyType> RoomType.getInteriorFurniture()
          Gets the value of the interiorFurniture property.
 

Method parameters in org.citygml4j.jaxb.citygml._0_4 with type arguments of type InteriorFurniturePropertyType
 void RoomType.setInteriorFurniture(java.util.List<InteriorFurniturePropertyType> interiorFurniture)
          Sets the value of the interiorFurniture property.