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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return TunnelInstallationType
 TunnelInstallationType Tunnel200Marshaller.marshalTunnelInstallation(TunnelInstallation src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type TunnelInstallationType
 void Tunnel200Marshaller.marshalTunnelInstallation(TunnelInstallation src, TunnelInstallationType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type TunnelInstallationType
 TunnelInstallation Tunnel200Unmarshaller.unmarshalTunnelInstallation(TunnelInstallationType src)
           
 void Tunnel200Unmarshaller.unmarshalTunnelInstallation(TunnelInstallationType src, TunnelInstallation dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.tun._2 that return TunnelInstallationType
 TunnelInstallationType ObjectFactory.createTunnelInstallationType()
          Create an instance of TunnelInstallationType
 TunnelInstallationType TunnelInstallationPropertyType.getTunnelInstallation()
          Ruft den Wert der tunnelInstallation-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.citygml.tun._2 with parameters of type TunnelInstallationType
 javax.xml.bind.JAXBElement<TunnelInstallationType> ObjectFactory.createTunnelInstallation(TunnelInstallationType value)
          Create an instance of JAXBElement<TunnelInstallationType>}
 void TunnelInstallationPropertyType.setTunnelInstallation(TunnelInstallationType value)
          Legt den Wert der tunnelInstallation-Eigenschaft fest.