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

Packages that use PostBox
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 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.factory
 

Methods in org.citygml4j.factory that return PostBox
 PostBox XALFactory.createPostBox()
           
 

Uses of PostBox in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement PostBox
 class PostBoxImpl
           
 

Methods in org.citygml4j.impl.xal that return PostBox
 PostBox PostOfficeImpl.getPostBox()
           
 PostBox PostalRouteImpl.getPostBox()
           
 PostBox LocalityImpl.getPostBox()
           
 PostBox LargeMailUserImpl.getPostBox()
           
 PostBox DependentLocalityImpl.getPostBox()
           
 

Methods in org.citygml4j.impl.xal with parameters of type PostBox
 void PostOfficeImpl.setPostBox(PostBox postBox)
           
 void PostalRouteImpl.setPostBox(PostBox postBox)
           
 void LocalityImpl.setPostBox(PostBox postBox)
           
 void LargeMailUserImpl.setPostBox(PostBox postBox)
           
 void DependentLocalityImpl.setPostBox(PostBox postBox)
           
 

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)