Uses of Class
org.citygml4j.jaxb.citygml.brid._2.InteriorFurniturePropertyType

Packages that use InteriorFurniturePropertyType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

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

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

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

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

Uses of InteriorFurniturePropertyType in org.citygml4j.jaxb.citygml.brid._2
 

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

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

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