Uses of Class
org.citygml4j.jaxb.citygml._0_4.BuildingInstallationPropertyType

Packages that use BuildingInstallationPropertyType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml._0_4   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BuildingInstallationPropertyType
 BuildingInstallationPropertyType Building040Marshaller.marshalBuildingInstallationProperty(BuildingInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingInstallationPropertyType
 BuildingInstallationProperty Building040Unmarshaller.unmarshalBuildingInstallationProperty(BuildingInstallationPropertyType src)
           
 

Uses of BuildingInstallationPropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return BuildingInstallationPropertyType
 BuildingInstallationPropertyType ObjectFactory.createBuildingInstallationPropertyType()
          Create an instance of BuildingInstallationPropertyType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type BuildingInstallationPropertyType
 java.util.List<BuildingInstallationPropertyType> _AbstractBuildingType.getOuterBuildingInstallation()
          Gets the value of the outerBuildingInstallation property.
 

Method parameters in org.citygml4j.jaxb.citygml._0_4 with type arguments of type BuildingInstallationPropertyType
 void _AbstractBuildingType.setOuterBuildingInstallation(java.util.List<BuildingInstallationPropertyType> outerBuildingInstallation)
          Sets the value of the outerBuildingInstallation property.