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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return TunnelPartPropertyType
 TunnelPartPropertyType Tunnel200Marshaller.marshalTunnelPartProperty(TunnelPartProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type TunnelPartPropertyType
 TunnelPartProperty Tunnel200Unmarshaller.unmarshalTunnelPartProperty(TunnelPartPropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.tun._2 that return types with arguments of type TunnelPartPropertyType
 java.util.List<TunnelPartPropertyType> AbstractTunnelType.getConsistsOfTunnelPart()
          Gets the value of the consistsOfTunnelPart property.
 

Method parameters in org.citygml4j.jaxb.citygml.tun._2 with type arguments of type TunnelPartPropertyType
 void AbstractTunnelType.setConsistsOfTunnelPart(java.util.List<TunnelPartPropertyType> consistsOfTunnelPart)
          Sets the value of the consistsOfTunnelPart property.