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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return TunnelFurnitureType
 TunnelFurnitureType Tunnel200Marshaller.marshalTunnelFurniture(TunnelFurniture src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type TunnelFurnitureType
 void Tunnel200Marshaller.marshalTunnelFurniture(TunnelFurniture src, TunnelFurnitureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type TunnelFurnitureType
 TunnelFurniture Tunnel200Unmarshaller.unmarshalTunnelFurniture(TunnelFurnitureType src)
           
 void Tunnel200Unmarshaller.unmarshalTunnelFurniture(TunnelFurnitureType src, TunnelFurniture dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.tun._2 that return TunnelFurnitureType
 TunnelFurnitureType ObjectFactory.createTunnelFurnitureType()
          Create an instance of TunnelFurnitureType
 TunnelFurnitureType InteriorFurniturePropertyType.getTunnelFurniture()
          Ruft den Wert der tunnelFurniture-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.tun._2 that return types with arguments of type TunnelFurnitureType
 javax.xml.bind.JAXBElement<TunnelFurnitureType> ObjectFactory.createTunnelFurniture(TunnelFurnitureType value)
          Create an instance of JAXBElement<TunnelFurnitureType>}
 

Methods in org.citygml4j.jaxb.citygml.tun._2 with parameters of type TunnelFurnitureType
 javax.xml.bind.JAXBElement<TunnelFurnitureType> ObjectFactory.createTunnelFurniture(TunnelFurnitureType value)
          Create an instance of JAXBElement<TunnelFurnitureType>}
 void InteriorFurniturePropertyType.setTunnelFurniture(TunnelFurnitureType value)
          Legt den Wert der tunnelFurniture-Eigenschaft fest.