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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type _AbstractBuildingType
 void Building040Marshaller.marshalAbstractBuilding(AbstractBuilding src, _AbstractBuildingType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type _AbstractBuildingType
 void Building040Unmarshaller.unmarshalAbstractBuilding(_AbstractBuildingType src, AbstractBuilding dest)
           
 

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

Subclasses of _AbstractBuildingType in org.citygml4j.jaxb.citygml._0_4
 class BuildingPartType
          Java class for BuildingPartType complex type.
 class BuildingType
          Java class for BuildingType complex type.
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type _AbstractBuildingType
 javax.xml.bind.JAXBElement<_AbstractBuildingType> ObjectFactory.create_AbstractBuilding(_AbstractBuildingType value)
          Create an instance of JAXBElement<_AbstractBuildingType>}