Uses of Class
org.citygml4j.jaxb.citygml.bldg._1.InteriorRoomPropertyType

Packages that use InteriorRoomPropertyType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return InteriorRoomPropertyType
 InteriorRoomPropertyType Building100Marshaller.marshalInteriorRoomProperty(InteriorRoomProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type InteriorRoomPropertyType
 InteriorRoomProperty Building100Unmarshaller.unmarshalInteriorRoomProperty(InteriorRoomPropertyType src)
           
 

Uses of InteriorRoomPropertyType in org.citygml4j.jaxb.citygml.bldg._1
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return InteriorRoomPropertyType
 InteriorRoomPropertyType ObjectFactory.createInteriorRoomPropertyType()
          Create an instance of InteriorRoomPropertyType
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return types with arguments of type InteriorRoomPropertyType
 java.util.List<InteriorRoomPropertyType> AbstractBuildingType.getInteriorRoom()
          Gets the value of the interiorRoom property.
 

Method parameters in org.citygml4j.jaxb.citygml.bldg._1 with type arguments of type InteriorRoomPropertyType
 void AbstractBuildingType.setInteriorRoom(java.util.List<InteriorRoomPropertyType> interiorRoom)
          Sets the value of the interiorRoom property.