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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return InteriorHollowSpacePropertyType
 InteriorHollowSpacePropertyType Tunnel200Marshaller.marshalInteriorHollowSpaceProperty(InteriorHollowSpaceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type InteriorHollowSpacePropertyType
 InteriorHollowSpaceProperty Tunnel200Unmarshaller.unmarshalInteriorHollowSpaceProperty(InteriorHollowSpacePropertyType src)
           
 

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

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

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

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