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

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

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

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

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

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

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

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

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

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