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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type DoorType
 void Building100Marshaller.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 Building100Unmarshaller.unmarshalDoor(DoorType src)
           
 void Building100Unmarshaller.unmarshalDoor(DoorType src, Door dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.bldg._1 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.bldg._1 with parameters of type DoorType
 javax.xml.bind.JAXBElement<DoorType> ObjectFactory.createDoor(DoorType value)
          Create an instance of JAXBElement<DoorType>}