Uses of Class
org.citygml4j.model.citygml.bridge.InteriorFurnitureProperty

Packages that use InteriorFurnitureProperty
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.model.citygml.bridge   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type InteriorFurnitureProperty
 InteriorFurniturePropertyType Bridge200Marshaller.marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return InteriorFurnitureProperty
 InteriorFurnitureProperty Bridge200Unmarshaller.unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
           
 

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

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

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

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