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

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

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

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

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

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

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

Uses of PostBoxNumber in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return PostBoxNumber
 PostBoxNumber PostBox.getPostBoxNumber()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostBoxNumber
 void PostBox.setPostBoxNumber(PostBoxNumber postBoxNumber)
           
 

Uses of PostBoxNumber in org.citygml4j.util.walker
 

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