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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareNumberSuffix
 ThoroughfareNumberSuffixElement XALMarshaller.marshalThoroughfareNumberSuffix(ThoroughfareNumberSuffix src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareNumberSuffix
 ThoroughfareNumberSuffix XALUnmarshaller.unmarshalThoroughfareNumberSuffix(ThoroughfareNumberSuffixElement src)
           
 

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

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

Uses of ThoroughfareNumberSuffix in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfareNumberSuffix
 ThoroughfareNumberSuffix ThoroughfareNumberToContent.getThoroughfareNumberSuffix()
           
 ThoroughfareNumberSuffix ThoroughfareNumberFromContent.getThoroughfareNumberSuffix()
           
 

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

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareNumberSuffix
 void ThoroughfareNumberTo.addThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 void ThoroughfareNumberFrom.addThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 void Thoroughfare.addThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 void ThoroughfareNumberToContent.setThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 void ThoroughfareNumberFromContent.setThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 boolean ThoroughfareNumberTo.unsetThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 boolean ThoroughfareNumberFrom.unsetThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 boolean Thoroughfare.unsetThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type ThoroughfareNumberSuffix
 void Thoroughfare.setThoroughfareNumberSuffix(java.util.List<ThoroughfareNumberSuffix> thoroughfareNumberSuffix)
           
 

Constructors in org.citygml4j.model.xal with parameters of type ThoroughfareNumberSuffix
ThoroughfareNumberFromContent(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
ThoroughfareNumberToContent(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 

Uses of ThoroughfareNumberSuffix in org.citygml4j.util.walker
 

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