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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type IntTunnelInstallationProperty
 IntTunnelInstallationPropertyType Tunnel200Marshaller.marshalIntTunnelInstallationProperty(IntTunnelInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return IntTunnelInstallationProperty
 IntTunnelInstallationProperty Tunnel200Unmarshaller.unmarshalIntTunnelInstallationProperty(IntTunnelInstallationPropertyType src)
           
 

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

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type IntTunnelInstallationProperty
 java.util.List<IntTunnelInstallationProperty> HollowSpace.getHollowSpaceInstallation()
           
 java.util.List<IntTunnelInstallationProperty> AbstractTunnel.getInteriorTunnelInstallation()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type IntTunnelInstallationProperty
 void HollowSpace.addHollowSpaceInstallation(IntTunnelInstallationProperty hollowSpaceInstallation)
           
 void AbstractTunnel.addInteriorTunnelInstallation(IntTunnelInstallationProperty interiorTunnelInstallation)
           
 boolean HollowSpace.unsetHollowSpaceInstallation(IntTunnelInstallationProperty hollowSpaceInstallation)
           
 boolean AbstractTunnel.unsetInteriorTunnelInstallation(IntTunnelInstallationProperty interiorTunnelInstallation)
           
 

Method parameters in org.citygml4j.model.citygml.tunnel with type arguments of type IntTunnelInstallationProperty
 void HollowSpace.setHollowSpaceInstallation(java.util.List<IntTunnelInstallationProperty> hollowSpaceInstallation)
           
 void AbstractTunnel.setInteriorTunnelInstallation(java.util.List<IntTunnelInstallationProperty> interiorTunnelInstallation)