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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BuildingPartType
 BuildingPartType Building100Marshaller.marshalBuildingPart(BuildingPart src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingPartType
 void Building100Marshaller.marshalBuildingPart(BuildingPart src, BuildingPartType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingPartType
 BuildingPart Building100Unmarshaller.unmarshalBuildingPart(BuildingPartType src)
           
 void Building100Unmarshaller.unmarshalBuildingPart(BuildingPartType src, BuildingPart dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return types with arguments of type BuildingPartType
 javax.xml.bind.JAXBElement<BuildingPartType> ObjectFactory.createBuildingPart(BuildingPartType value)
          Create an instance of JAXBElement<BuildingPartType>}
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 with parameters of type BuildingPartType
 javax.xml.bind.JAXBElement<BuildingPartType> ObjectFactory.createBuildingPart(BuildingPartType value)
          Create an instance of JAXBElement<BuildingPartType>}