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

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

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

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

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

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

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

Uses of PostBoxNumberSuffix in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return PostBoxNumberSuffix
 PostBoxNumberSuffix PostBox.getPostBoxNumberSuffix()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostBoxNumberSuffix
 void PostBox.setPostBoxNumberSuffix(PostBoxNumberSuffix postBoxNumberSuffix)
           
 

Uses of PostBoxNumberSuffix in org.citygml4j.util.walker
 

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