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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return InteriorRoomPropertyType
 InteriorRoomPropertyType Building200Marshaller.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 Building200Unmarshaller.unmarshalInteriorRoomProperty(InteriorRoomPropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.bldg._2 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._2 with type arguments of type InteriorRoomPropertyType
 void AbstractBuildingType.setInteriorRoom(java.util.List<InteriorRoomPropertyType> interiorRoom)
          Sets the value of the interiorRoom property.