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

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

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

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

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

Uses of PostTown in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return PostTown
 PostTown XALFactory.createPostTown()
           
 

Uses of PostTown in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement PostTown
 class PostTownImpl
           
 

Methods in org.citygml4j.impl.xal that return PostTown
 PostTown PostalCodeImpl.getPostTown()
           
 

Methods in org.citygml4j.impl.xal with parameters of type PostTown
 void PostalCodeImpl.setPostTown(PostTown postTown)
           
 

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

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

Uses of PostTown in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return PostTown
 PostTown PostalCode.getPostTown()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostTown
 void PostalCode.setPostTown(PostTown postTown)
           
 

Uses of PostTown in org.citygml4j.util.walker
 

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