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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareNumberRange
 ThoroughfareElement.ThoroughfareNumberRange XALMarshaller.marshalThoroughfareNumberRange(ThoroughfareNumberRange src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareNumberRange
 ThoroughfareNumberRange XALUnmarshaller.unmarshalThoroughfareNumberRange(ThoroughfareElement.ThoroughfareNumberRange src)
           
 

Uses of ThoroughfareNumberRange in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfareNumberRange
 ThoroughfareNumberRange XALFactory.createThoroughfareNumberRange()
           
 

Methods in org.citygml4j.factory with parameters of type ThoroughfareNumberRange
 ThoroughfareNumberOrRange XALFactory.createThoroughfareNumberOrRange(ThoroughfareNumberRange thoroughfareNumberRange)
           
 

Uses of ThoroughfareNumberRange in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareNumberRange
 class ThoroughfareNumberRangeImpl
           
 

Methods in org.citygml4j.impl.xal that return ThoroughfareNumberRange
 ThoroughfareNumberRange ThoroughfareNumberOrRangeImpl.getThoroughfareNumberRange()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfareNumberRange
 void ThoroughfareImpl.addThoroughfareNumberRange(ThoroughfareNumberRange thoroughfareNumberRange)
           
 void ThoroughfareNumberOrRangeImpl.setThoroughfareNumberRange(ThoroughfareNumberRange thoroughfareNumberRange)
           
 boolean ThoroughfareImpl.unsetThoroughfareNumberRange(ThoroughfareNumberRange thoroughfareNumberRange)
           
 

Constructors in org.citygml4j.impl.xal with parameters of type ThoroughfareNumberRange
ThoroughfareNumberOrRangeImpl(ThoroughfareNumberRange thoroughfareNumberRange)
           
 

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

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

Uses of ThoroughfareNumberRange in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfareNumberRange
 ThoroughfareNumberRange ThoroughfareNumberOrRange.getThoroughfareNumberRange()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareNumberRange
 void Thoroughfare.addThoroughfareNumberRange(ThoroughfareNumberRange thoroughfareNumberRange)
           
 void ThoroughfareNumberOrRange.setThoroughfareNumberRange(ThoroughfareNumberRange thoroughfareNumberRange)
           
 boolean Thoroughfare.unsetThoroughfareNumberRange(ThoroughfareNumberRange thoroughfareNumberRange)
           
 

Uses of ThoroughfareNumberRange in org.citygml4j.util.walker
 

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