Uses of Class
org.citygml4j.jaxb.citygml.bldg._1.BuildingInstallationPropertyType

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BuildingInstallationPropertyType
 BuildingInstallationPropertyType Building100Marshaller.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 Building100Unmarshaller.unmarshalBuildingInstallationProperty(BuildingInstallationPropertyType src)
           
 

Uses of BuildingInstallationPropertyType in org.citygml4j.jaxb.citygml.bldg._1
 

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

Methods in org.citygml4j.jaxb.citygml.bldg._1 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.bldg._1 with type arguments of type BuildingInstallationPropertyType
 void AbstractBuildingType.setOuterBuildingInstallation(java.util.List<BuildingInstallationPropertyType> outerBuildingInstallation)
          Sets the value of the outerBuildingInstallation property.