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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return IntBuildingInstallationPropertyType
 IntBuildingInstallationPropertyType Building200Marshaller.marshalIntBuildingInstallationProperty(IntBuildingInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type IntBuildingInstallationPropertyType
 IntBuildingInstallationProperty Building200Unmarshaller.unmarshalIntBuildingInstallationProperty(IntBuildingInstallationPropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return types with arguments of type IntBuildingInstallationPropertyType
 java.util.List<IntBuildingInstallationPropertyType> AbstractBuildingType.getInteriorBuildingInstallation()
          Gets the value of the interiorBuildingInstallation property.
 java.util.List<IntBuildingInstallationPropertyType> RoomType.getRoomInstallation()
          Gets the value of the roomInstallation property.
 

Method parameters in org.citygml4j.jaxb.citygml.bldg._2 with type arguments of type IntBuildingInstallationPropertyType
 void AbstractBuildingType.setInteriorBuildingInstallation(java.util.List<IntBuildingInstallationPropertyType> interiorBuildingInstallation)
          Sets the value of the interiorBuildingInstallation property.
 void RoomType.setRoomInstallation(java.util.List<IntBuildingInstallationPropertyType> roomInstallation)
          Sets the value of the roomInstallation property.