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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type PostTownSuffix
 PostalCodeElement.PostTown.PostTownSuffix XALMarshaller.marshalPostTownSuffix(PostTownSuffix src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return PostTownSuffix
 PostTownSuffix XALUnmarshaller.unmarshalPostTownSuffix(PostalCodeElement.PostTown.PostTownSuffix src)
           
 

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

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

Uses of PostTownSuffix in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return PostTownSuffix
 PostTownSuffix PostTown.getPostTownSuffix()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostTownSuffix
 void PostTown.setPostTownSuffix(PostTownSuffix postTownSuffix)
           
 

Uses of PostTownSuffix in org.citygml4j.util.walker
 

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