Uses of Class
org.citygml4j.model.citygml.tunnel.TunnelInstallationProperty

Packages that use TunnelInstallationProperty
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.model.citygml.tunnel   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type TunnelInstallationProperty
 TunnelInstallationPropertyType Tunnel200Marshaller.marshalTunnelInstallationProperty(TunnelInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return TunnelInstallationProperty
 TunnelInstallationProperty Tunnel200Unmarshaller.unmarshalTunnelInstallationProperty(TunnelInstallationPropertyType src)
           
 

Uses of TunnelInstallationProperty in org.citygml4j.model.citygml.tunnel
 

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type TunnelInstallationProperty
 java.util.List<TunnelInstallationProperty> AbstractTunnel.getOuterTunnelInstallation()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type TunnelInstallationProperty
 void AbstractTunnel.addOuterTunnelInstallation(TunnelInstallationProperty outerTunnelInstallation)
           
 boolean AbstractTunnel.unsetOuterTunnelInstallation(TunnelInstallationProperty outerTunnelInstallation)
           
 

Method parameters in org.citygml4j.model.citygml.tunnel with type arguments of type TunnelInstallationProperty
 void AbstractTunnel.setOuterTunnelInstallation(java.util.List<TunnelInstallationProperty> outerTunnelInstallation)