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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareName
 ThoroughfareNameType XALMarshaller.marshalThoroughfareName(ThoroughfareName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareName
 ThoroughfareName XALUnmarshaller.unmarshalThoroughfareName(ThoroughfareNameType src)
           
 

Uses of ThoroughfareName in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfareName
 ThoroughfareName XALFactory.createThoroughfareName()
           
 

Uses of ThoroughfareName in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareName
 class ThoroughfareNameImpl
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type ThoroughfareName
 java.util.List<ThoroughfareName> ThoroughfareImpl.getThoroughfareName()
           
 java.util.List<ThoroughfareName> DependentThoroughfareImpl.getThoroughfareName()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfareName
 void ThoroughfareImpl.addThoroughfareName(ThoroughfareName thoroughfareName)
           
 void DependentThoroughfareImpl.addThoroughfareName(ThoroughfareName thoroughfareName)
           
 boolean ThoroughfareImpl.unsetThoroughfareName(ThoroughfareName thoroughfareName)
           
 boolean DependentThoroughfareImpl.unsetThoroughfareName(ThoroughfareName thoroughfareName)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type ThoroughfareName
 void ThoroughfareImpl.setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
           
 void DependentThoroughfareImpl.setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
           
 

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

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

Uses of ThoroughfareName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type ThoroughfareName
 java.util.List<ThoroughfareName> Thoroughfare.getThoroughfareName()
           
 java.util.List<ThoroughfareName> DependentThoroughfare.getThoroughfareName()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareName
 void Thoroughfare.addThoroughfareName(ThoroughfareName thoroughfareName)
           
 void DependentThoroughfare.addThoroughfareName(ThoroughfareName thoroughfareName)
           
 boolean Thoroughfare.unsetThoroughfareName(ThoroughfareName thoroughfareName)
           
 boolean DependentThoroughfare.unsetThoroughfareName(ThoroughfareName thoroughfareName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type ThoroughfareName
 void Thoroughfare.setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
           
 void DependentThoroughfare.setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
           
 

Uses of ThoroughfareName in org.citygml4j.util.walker
 

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