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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return WindowType
 WindowType Tunnel200Marshaller.marshalWindow(Window src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type WindowType
 void Tunnel200Marshaller.marshalWindow(Window src, WindowType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type WindowType
 Window Tunnel200Unmarshaller.unmarshalWindow(WindowType src)
           
 void Tunnel200Unmarshaller.unmarshalWindow(WindowType src, Window dest)
           
 

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

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

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

Methods in org.citygml4j.jaxb.citygml.tun._2 with parameters of type WindowType
 javax.xml.bind.JAXBElement<WindowType> ObjectFactory.createWindow(WindowType value)
          Create an instance of JAXBElement<WindowType>}