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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return TunnelPartType
 TunnelPartType Tunnel200Marshaller.marshalTunnelPart(TunnelPart src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type TunnelPartType
 void Tunnel200Marshaller.marshalTunnelPart(TunnelPart src, TunnelPartType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type TunnelPartType
 TunnelPart Tunnel200Unmarshaller.unmarshalTunnelPart(TunnelPartType src)
           
 void Tunnel200Unmarshaller.unmarshalTunnelPart(TunnelPartType src, TunnelPart dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.tun._2 that return TunnelPartType
 TunnelPartType ObjectFactory.createTunnelPartType()
          Create an instance of TunnelPartType
 TunnelPartType TunnelPartPropertyType.getTunnelPart()
          Ruft den Wert der tunnelPart-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.citygml.tun._2 with parameters of type TunnelPartType
 javax.xml.bind.JAXBElement<TunnelPartType> ObjectFactory.createTunnelPart(TunnelPartType value)
          Create an instance of JAXBElement<TunnelPartType>}
 void TunnelPartPropertyType.setTunnelPart(TunnelPartType value)
          Legt den Wert der tunnelPart-Eigenschaft fest.