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

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

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

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

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

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

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

Uses of PostTownName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type PostTownName
 java.util.List<PostTownName> PostTown.getPostTownName()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostTownName
 void PostTown.addPostTownName(PostTownName postTownName)
           
 boolean PostTown.unsetPostTownName(PostTownName postTownName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type PostTownName
 void PostTown.setPostTownName(java.util.List<PostTownName> postTownName)
           
 

Uses of PostTownName in org.citygml4j.util.walker
 

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