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

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

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

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

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

Uses of MailStop in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return MailStop
 MailStop XALFactory.createMailStop()
           
 

Uses of MailStop in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement MailStop
 class MailStopImpl
           
 

Methods in org.citygml4j.impl.xal that return MailStop
 MailStop SubPremiseImpl.getMailStop()
           
 MailStop PremiseImpl.getMailStop()
           
 MailStop FirmImpl.getMailStop()
           
 MailStop DepartmentImpl.getMailStop()
           
 

Methods in org.citygml4j.impl.xal with parameters of type MailStop
 void SubPremiseImpl.setMailStop(MailStop mailStop)
           
 void PremiseImpl.setMailStop(MailStop mailStop)
           
 void FirmImpl.setMailStop(MailStop mailStop)
           
 void DepartmentImpl.setMailStop(MailStop mailStop)
           
 

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

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

Uses of MailStop in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return MailStop
 MailStop SubPremise.getMailStop()
           
 MailStop Premise.getMailStop()
           
 MailStop Firm.getMailStop()
           
 MailStop Department.getMailStop()
           
 

Methods in org.citygml4j.model.xal with parameters of type MailStop
 void SubPremise.setMailStop(MailStop mailStop)
           
 void Premise.setMailStop(MailStop mailStop)
           
 void Firm.setMailStop(MailStop mailStop)
           
 void Department.setMailStop(MailStop mailStop)
           
 

Uses of MailStop in org.citygml4j.util.walker
 

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