Uses of Class
org.citygml4j.model.citygml.building.IntBuildingInstallationProperty

Packages that use IntBuildingInstallationProperty
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.model.citygml.building   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type IntBuildingInstallationProperty
 IntBuildingInstallationPropertyType Building200Marshaller.marshalIntBuildingInstallationProperty(IntBuildingInstallationProperty src)
           
 IntBuildingInstallationPropertyType Building100Marshaller.marshalIntBuildingInstallationProperty(IntBuildingInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return IntBuildingInstallationProperty
 IntBuildingInstallationProperty Building200Unmarshaller.unmarshalIntBuildingInstallationProperty(IntBuildingInstallationPropertyType src)
           
 IntBuildingInstallationProperty Building100Unmarshaller.unmarshalIntBuildingInstallationProperty(IntBuildingInstallationPropertyType src)
           
 

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

Methods in org.citygml4j.model.citygml.building that return types with arguments of type IntBuildingInstallationProperty
 java.util.List<IntBuildingInstallationProperty> AbstractBuilding.getInteriorBuildingInstallation()
           
 java.util.List<IntBuildingInstallationProperty> Room.getRoomInstallation()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type IntBuildingInstallationProperty
 void AbstractBuilding.addInteriorBuildingInstallation(IntBuildingInstallationProperty interiorBuildingInstallation)
           
 void Room.addRoomInstallation(IntBuildingInstallationProperty roomInstallation)
           
 boolean AbstractBuilding.unsetInteriorBuildingInstallation(IntBuildingInstallationProperty interiorBuildingInstallation)
           
 boolean Room.unsetRoomInstallation(IntBuildingInstallationProperty roomInstallation)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type IntBuildingInstallationProperty
 void AbstractBuilding.setInteriorBuildingInstallation(java.util.List<IntBuildingInstallationProperty> interiorBuildingInstallation)
           
 void Room.setRoomInstallation(java.util.List<IntBuildingInstallationProperty> roomInstallation)