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

Packages that use DoorType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

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

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

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

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

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

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

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

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