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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type PostBox
 PostBoxElement XALMarshaller.marshalPostBox(PostBox src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return PostBox
 PostBox XALUnmarshaller.unmarshalPostBox(PostBoxElement src)
           
 

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

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

Uses of PostBox in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return PostBox
 PostBox PostOffice.getPostBox()
           
 PostBox PostalRoute.getPostBox()
           
 PostBox Locality.getPostBox()
           
 PostBox LargeMailUser.getPostBox()
           
 PostBox DependentLocality.getPostBox()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostBox
 void PostOffice.setPostBox(PostBox postBox)
           
 void PostalRoute.setPostBox(PostBox postBox)
           
 void Locality.setPostBox(PostBox postBox)
           
 void LargeMailUser.setPostBox(PostBox postBox)
           
 void DependentLocality.setPostBox(PostBox postBox)
           
 

Uses of PostBox in org.citygml4j.util.walker
 

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