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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return IntTunnelInstallationPropertyType
 IntTunnelInstallationPropertyType Tunnel200Marshaller.marshalIntTunnelInstallationProperty(IntTunnelInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type IntTunnelInstallationPropertyType
 IntTunnelInstallationProperty Tunnel200Unmarshaller.unmarshalIntTunnelInstallationProperty(IntTunnelInstallationPropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.tun._2 that return types with arguments of type IntTunnelInstallationPropertyType
 java.util.List<IntTunnelInstallationPropertyType> HollowSpaceType.getHollowSpaceInstallation()
          Gets the value of the hollowSpaceInstallation property.
 java.util.List<IntTunnelInstallationPropertyType> AbstractTunnelType.getInteriorTunnelInstallation()
          Gets the value of the interiorTunnelInstallation property.
 

Method parameters in org.citygml4j.jaxb.citygml.tun._2 with type arguments of type IntTunnelInstallationPropertyType
 void HollowSpaceType.setHollowSpaceInstallation(java.util.List<IntTunnelInstallationPropertyType> hollowSpaceInstallation)
          Sets the value of the hollowSpaceInstallation property.
 void AbstractTunnelType.setInteriorTunnelInstallation(java.util.List<IntTunnelInstallationPropertyType> interiorTunnelInstallation)
          Sets the value of the interiorTunnelInstallation property.