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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return TunnelInstallationPropertyType
 TunnelInstallationPropertyType Tunnel200Marshaller.marshalTunnelInstallationProperty(TunnelInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type TunnelInstallationPropertyType
 TunnelInstallationProperty Tunnel200Unmarshaller.unmarshalTunnelInstallationProperty(TunnelInstallationPropertyType src)
           
 

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

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

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

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