Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalIntBuildingInstallationProperty(IntBuildingInstallationProperty src)
           
 IntBuildingInstallationPropertyType Building040Marshaller.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 Building100Unmarshaller.unmarshalIntBuildingInstallationProperty(IntBuildingInstallationPropertyType src)
           
 IntBuildingInstallationProperty Building040Unmarshaller.unmarshalIntBuildingInstallationProperty(IntBuildingInstallationPropertyType src)
           
 

Uses of IntBuildingInstallationProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return IntBuildingInstallationProperty
 IntBuildingInstallationProperty CityGMLFactory.createIntBuildingInstallationProperty()
           
 IntBuildingInstallationProperty CityGMLFactory.createIntBuildingInstallationProperty(IntBuildingInstallation intBuildingInstallation)
           
 IntBuildingInstallationProperty CityGMLFactory.createIntBuildingInstallationProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement IntBuildingInstallationProperty
 class IntBuildingInstallationPropertyImpl
           
 

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

Methods in org.citygml4j.impl.citygml.building with parameters of type IntBuildingInstallationProperty
 void AbstractBuildingImpl.addInteriorBuildingInstallation(IntBuildingInstallationProperty interiorBuildingInstallation)
           
 void RoomImpl.addRoomInstallation(IntBuildingInstallationProperty roomInstallation)
           
 boolean AbstractBuildingImpl.unsetInteriorBuildingInstallation(IntBuildingInstallationProperty interiorBuildingInstallation)
           
 boolean RoomImpl.unsetRoomInstallation(IntBuildingInstallationProperty roomInstallation)
           
 

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

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)