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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BuildingPartPropertyType
 BuildingPartPropertyType Building040Marshaller.marshalBuildingPartProperty(BuildingPartProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingPartPropertyType
 BuildingPartProperty Building040Unmarshaller.unmarshalBuildingPartProperty(BuildingPartPropertyType src)
           
 

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

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

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

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