Uses of Class
org.citygml4j.jaxb.citygml.tun._2.DoorType

Packages that use DoorType
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.jaxb.citygml.tun._2   
 

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

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

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

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

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

Uses of DoorType in org.citygml4j.jaxb.citygml.tun._2
 

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

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