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

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

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

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

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

Uses of MailStopName in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return MailStopName
 MailStopName XALFactory.createMailStopName()
           
 

Uses of MailStopName in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement MailStopName
 class MailStopNameImpl
           
 

Methods in org.citygml4j.impl.xal that return MailStopName
 MailStopName MailStopImpl.getMailStopName()
           
 

Methods in org.citygml4j.impl.xal with parameters of type MailStopName
 void MailStopImpl.setMailStopName(MailStopName mailStopName)
           
 

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

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

Uses of MailStopName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return MailStopName
 MailStopName MailStop.getMailStopName()
           
 

Methods in org.citygml4j.model.xal with parameters of type MailStopName
 void MailStop.setMailStopName(MailStopName mailStopName)
           
 

Uses of MailStopName in org.citygml4j.util.walker
 

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