Uses of Interface
org.citygml4j.model.xal.ThoroughfareTrailingType

Packages that use ThoroughfareTrailingType
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.factory   
org.citygml4j.impl.xal   
org.citygml4j.model.common.visitor   
org.citygml4j.model.xal   
org.citygml4j.util.walker   
 

Uses of ThoroughfareTrailingType in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareTrailingType
 ThoroughfareTrailingTypeType XALMarshaller.marshalThoroughfareTrailingType(ThoroughfareTrailingType src)
           
 

Uses of ThoroughfareTrailingType in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareTrailingType
 ThoroughfareTrailingType XALUnmarshaller.unmarshalThoroughfareTrailingType(ThoroughfareTrailingTypeType src)
           
 

Uses of ThoroughfareTrailingType in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfareTrailingType
 ThoroughfareTrailingType XALFactory.createThoroughfareTrailingType()
           
 

Uses of ThoroughfareTrailingType in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareTrailingType
 class ThoroughfareTrailingTypeImpl
           
 

Methods in org.citygml4j.impl.xal that return ThoroughfareTrailingType
 ThoroughfareTrailingType ThoroughfareImpl.getThoroughfareTrailingType()
           
 ThoroughfareTrailingType DependentThoroughfareImpl.getThoroughfareTrailingType()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfareTrailingType
 void ThoroughfareImpl.setThoroughfareTrailingType(ThoroughfareTrailingType thoroughfareTrailingType)
           
 void DependentThoroughfareImpl.setThoroughfareTrailingType(ThoroughfareTrailingType thoroughfareTrailingType)
           
 

Uses of ThoroughfareTrailingType in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type ThoroughfareTrailingType
 T XALFunctor.apply(ThoroughfareTrailingType thoroughfareTrailingType)
           
 void XALVisitor.visit(ThoroughfareTrailingType thoroughfareTrailingType)
           
 

Uses of ThoroughfareTrailingType in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfareTrailingType
 ThoroughfareTrailingType Thoroughfare.getThoroughfareTrailingType()
           
 ThoroughfareTrailingType DependentThoroughfare.getThoroughfareTrailingType()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareTrailingType
 void Thoroughfare.setThoroughfareTrailingType(ThoroughfareTrailingType thoroughfareTrailingType)
           
 void DependentThoroughfare.setThoroughfareTrailingType(ThoroughfareTrailingType thoroughfareTrailingType)
           
 

Uses of ThoroughfareTrailingType in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type ThoroughfareTrailingType
 void XALWalker.visit(ThoroughfareTrailingType thoroughfareTrailingType)