Uses of Interface
org.citygml4j.model.citygml.building.InteriorFurnitureProperty

Packages that use InteriorFurnitureProperty
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.factory   
org.citygml4j.impl.citygml.building   
org.citygml4j.model.citygml.building   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type InteriorFurnitureProperty
 InteriorFurniturePropertyType Building100Marshaller.marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
           
 InteriorFurniturePropertyType Building040Marshaller.marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return InteriorFurnitureProperty
 InteriorFurnitureProperty Building100Unmarshaller.unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
           
 InteriorFurnitureProperty Building040Unmarshaller.unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
           
 

Uses of InteriorFurnitureProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return InteriorFurnitureProperty
 InteriorFurnitureProperty CityGMLFactory.createInteriorFurnitureProperty()
           
 InteriorFurnitureProperty CityGMLFactory.createInteriorFurnitureProperty(BuildingFurniture buildingFurniture)
           
 InteriorFurnitureProperty CityGMLFactory.createInteriorFurnitureProperty(java.lang.String xlink)
           
 

Uses of InteriorFurnitureProperty in org.citygml4j.impl.citygml.building
 

Classes in org.citygml4j.impl.citygml.building that implement InteriorFurnitureProperty
 class InteriorFurniturePropertyImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return types with arguments of type InteriorFurnitureProperty
 java.util.List<InteriorFurnitureProperty> RoomImpl.getInteriorFurniture()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type InteriorFurnitureProperty
 void RoomImpl.addInteriorFurniture(InteriorFurnitureProperty interiorFurniture)
           
 boolean RoomImpl.unsetInteriorFurniture(InteriorFurnitureProperty interiorFurniture)
           
 

Method parameters in org.citygml4j.impl.citygml.building with type arguments of type InteriorFurnitureProperty
 void RoomImpl.setInteriorFurniture(java.util.List<InteriorFurnitureProperty> interiorFurniture)
           
 

Uses of InteriorFurnitureProperty in org.citygml4j.model.citygml.building
 

Methods in org.citygml4j.model.citygml.building that return types with arguments of type InteriorFurnitureProperty
 java.util.List<InteriorFurnitureProperty> Room.getInteriorFurniture()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type InteriorFurnitureProperty
 void Room.addInteriorFurniture(InteriorFurnitureProperty interiorFurniture)
           
 boolean Room.unsetInteriorFurniture(InteriorFurnitureProperty interiorFurniture)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type InteriorFurnitureProperty
 void Room.setInteriorFurniture(java.util.List<InteriorFurnitureProperty> interiorFurniture)