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

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

Constructors in org.citygml4j.model.xal with parameters of type ThoroughfareNumber
ThoroughfareNumberFromContent(ThoroughfareNumber thoroughfareNumber)
           
ThoroughfareNumberOrRange(ThoroughfareNumber thoroughfareNumber)
           
ThoroughfareNumberToContent(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)