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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type PostOfficeName
 PostOfficeElement.PostOfficeName XALMarshaller.marshalPostOfficeName(PostOfficeName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return PostOfficeName
 PostOfficeName XALUnmarshaller.unmarshalPostOfficeName(PostOfficeElement.PostOfficeName src)
           
 

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

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

Uses of PostOfficeName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type PostOfficeName
 java.util.List<PostOfficeName> PostOffice.getPostOfficeName()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostOfficeName
 void PostOffice.addPostOfficeName(PostOfficeName postOfficeName)
           
 boolean PostOffice.unsetPostOfficeName(PostOfficeName postOfficeName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type PostOfficeName
 void PostOffice.setPostOfficeName(java.util.List<PostOfficeName> postOfficeName)
           
 

Uses of PostOfficeName in org.citygml4j.util.walker
 

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