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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareNumber
 ThoroughfareNumberElement XALMarshaller.marshalThoroughfareNumber(ThoroughfareNumber src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareNumber
 ThoroughfareNumber XALUnmarshaller.unmarshalThoroughfareNumber(ThoroughfareNumberElement src)
           
 

Uses of ThoroughfareNumber in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfareNumber
 ThoroughfareNumber XALFactory.createThoroughfareNumber()
           
 

Methods in org.citygml4j.factory with parameters of type ThoroughfareNumber
 ThoroughfareNumberFromContent XALFactory.createThoroughfareNumberFromContent(ThoroughfareNumber thoroughfareNumber)
           
 ThoroughfareNumberOrRange XALFactory.createThoroughfareNumberOrRange(ThoroughfareNumber thoroughfareNumber)
           
 ThoroughfareNumberToContent XALFactory.createThoroughfareNumberToContent(ThoroughfareNumber thoroughfareNumber)
           
 

Uses of ThoroughfareNumber in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareNumber
 class ThoroughfareNumberImpl
           
 

Methods in org.citygml4j.impl.xal that return ThoroughfareNumber
 ThoroughfareNumber ThoroughfareNumberToContentImpl.getThoroughfareNumber()
           
 ThoroughfareNumber ThoroughfareNumberOrRangeImpl.getThoroughfareNumber()
           
 ThoroughfareNumber ThoroughfareNumberFromContentImpl.getThoroughfareNumber()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfareNumber
 void ThoroughfareNumberToImpl.addThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void ThoroughfareNumberFromImpl.addThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void ThoroughfareImpl.addThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void ThoroughfareNumberToContentImpl.setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void ThoroughfareNumberOrRangeImpl.setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void ThoroughfareNumberFromContentImpl.setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 boolean ThoroughfareNumberToImpl.unsetThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 boolean ThoroughfareNumberFromImpl.unsetThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 boolean ThoroughfareImpl.unsetThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 

Constructors in org.citygml4j.impl.xal with parameters of type ThoroughfareNumber
ThoroughfareNumberFromContentImpl(ThoroughfareNumber thoroughfareNumber)
           
ThoroughfareNumberOrRangeImpl(ThoroughfareNumber thoroughfareNumber)
           
ThoroughfareNumberToContentImpl(ThoroughfareNumber thoroughfareNumber)
           
 

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

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

Uses of ThoroughfareNumber in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfareNumber
 ThoroughfareNumber ThoroughfareNumberToContent.getThoroughfareNumber()
           
 ThoroughfareNumber ThoroughfareNumberOrRange.getThoroughfareNumber()
           
 ThoroughfareNumber ThoroughfareNumberFromContent.getThoroughfareNumber()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareNumber
 void ThoroughfareNumberTo.addThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void ThoroughfareNumberFrom.addThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void Thoroughfare.addThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void ThoroughfareNumberToContent.setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void ThoroughfareNumberOrRange.setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void ThoroughfareNumberFromContent.setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 boolean ThoroughfareNumberTo.unsetThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 boolean ThoroughfareNumberFrom.unsetThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 boolean Thoroughfare.unsetThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 

Uses of ThoroughfareNumber in org.citygml4j.util.walker
 

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