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

Packages that use MailStop
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 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.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)