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

Packages that use ThoroughfareLeadingType
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 ThoroughfareLeadingType in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareLeadingType
 ThoroughfareLeadingTypeType XALMarshaller.marshalThoroughfareLeadingType(ThoroughfareLeadingType src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareLeadingType
 ThoroughfareLeadingType XALUnmarshaller.unmarshalThoroughfareLeadingType(ThoroughfareLeadingTypeType src)
           
 

Uses of ThoroughfareLeadingType in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfareLeadingType
 ThoroughfareLeadingType XALFactory.createThoroughfareLeadingType()
           
 

Uses of ThoroughfareLeadingType in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareLeadingType
 class ThoroughfareLeadingTypeImpl
           
 

Methods in org.citygml4j.impl.xal that return ThoroughfareLeadingType
 ThoroughfareLeadingType ThoroughfareImpl.getThoroughfareLeadingType()
           
 ThoroughfareLeadingType DependentThoroughfareImpl.getThoroughfareLeadingType()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfareLeadingType
 void ThoroughfareImpl.setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
           
 void DependentThoroughfareImpl.setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
           
 

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

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

Uses of ThoroughfareLeadingType in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfareLeadingType
 ThoroughfareLeadingType Thoroughfare.getThoroughfareLeadingType()
           
 ThoroughfareLeadingType DependentThoroughfare.getThoroughfareLeadingType()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareLeadingType
 void Thoroughfare.setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
           
 void DependentThoroughfare.setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
           
 

Uses of ThoroughfareLeadingType in org.citygml4j.util.walker
 

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