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

Packages that use InteriorRoomProperty
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 InteriorRoomProperty in org.citygml4j.builder.jaxb.marshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type InteriorRoomProperty
 InteriorRoomPropertyType Building100Marshaller.marshalInteriorRoomProperty(InteriorRoomProperty src)
           
 InteriorRoomPropertyType Building040Marshaller.marshalInteriorRoomProperty(InteriorRoomProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return InteriorRoomProperty
 InteriorRoomProperty Building100Unmarshaller.unmarshalInteriorRoomProperty(InteriorRoomPropertyType src)
           
 InteriorRoomProperty Building040Unmarshaller.unmarshalInteriorRoomProperty(InteriorRoomPropertyType src)
           
 

Uses of InteriorRoomProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return InteriorRoomProperty
 InteriorRoomProperty CityGMLFactory.createInteriorRoomProperty()
           
 InteriorRoomProperty CityGMLFactory.createInteriorRoomProperty(Room room)
           
 InteriorRoomProperty CityGMLFactory.createInteriorRoomProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement InteriorRoomProperty
 class InteriorRoomPropertyImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return types with arguments of type InteriorRoomProperty
 java.util.List<InteriorRoomProperty> AbstractBuildingImpl.getInteriorRoom()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type InteriorRoomProperty
 void AbstractBuildingImpl.addInteriorRoom(InteriorRoomProperty interiorRoom)
           
 boolean AbstractBuildingImpl.unsetInteriorRoom(InteriorRoomProperty interiorRoom)
           
 

Method parameters in org.citygml4j.impl.citygml.building with type arguments of type InteriorRoomProperty
 void AbstractBuildingImpl.setInteriorRoom(java.util.List<InteriorRoomProperty> interiorRoom)
           
 

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

Methods in org.citygml4j.model.citygml.building that return types with arguments of type InteriorRoomProperty
 java.util.List<InteriorRoomProperty> AbstractBuilding.getInteriorRoom()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type InteriorRoomProperty
 void AbstractBuilding.addInteriorRoom(InteriorRoomProperty interiorRoom)
           
 boolean AbstractBuilding.unsetInteriorRoom(InteriorRoomProperty interiorRoom)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type InteriorRoomProperty
 void AbstractBuilding.setInteriorRoom(java.util.List<InteriorRoomProperty> interiorRoom)