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

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

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

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

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

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

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

Uses of PostBoxNumberPrefix in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return PostBoxNumberPrefix
 PostBoxNumberPrefix PostBox.getPostBoxNumberPrefix()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostBoxNumberPrefix
 void PostBox.setPostBoxNumberPrefix(PostBoxNumberPrefix postBoxNumberPrefix)
           
 

Uses of PostBoxNumberPrefix in org.citygml4j.util.walker
 

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