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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type MailStopNumber
 MailStopType.MailStopNumber XALMarshaller.marshalMailStopNumber(MailStopNumber src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return MailStopNumber
 MailStopNumber XALUnmarshaller.unmarshalMailStopNumber(MailStopType.MailStopNumber src)
           
 

Uses of MailStopNumber in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return MailStopNumber
 MailStopNumber XALFactory.createMailStopNumber()
           
 

Uses of MailStopNumber in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement MailStopNumber
 class MailStopNumberImpl
           
 

Methods in org.citygml4j.impl.xal that return MailStopNumber
 MailStopNumber MailStopImpl.getMailStopNumber()
           
 

Methods in org.citygml4j.impl.xal with parameters of type MailStopNumber
 void MailStopImpl.setMailStopNumber(MailStopNumber mailStopNumber)
           
 

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

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

Uses of MailStopNumber in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return MailStopNumber
 MailStopNumber MailStop.getMailStopNumber()
           
 

Methods in org.citygml4j.model.xal with parameters of type MailStopNumber
 void MailStop.setMailStopNumber(MailStopNumber mailStopNumber)
           
 

Uses of MailStopNumber in org.citygml4j.util.walker
 

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