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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return DoorType
 DoorType Building040Marshaller.marshalDoor(Door src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type DoorType
 void Building040Marshaller.marshalDoor(Door src, DoorType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type DoorType
 Door Building040Unmarshaller.unmarshalDoor(DoorType src)
           
 void Building040Unmarshaller.unmarshalDoor(DoorType src, Door dest)
           
 

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

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

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

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