Uses of Class
org.citygml4j.jaxb.xal.MailStopType

Packages that use MailStopType
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

Uses of MailStopType in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal that return MailStopType
 MailStopType XALMarshaller.marshalMailStop(MailStop src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type MailStopType
 MailStop XALUnmarshaller.unmarshalMailStop(MailStopType src)
           
 

Uses of MailStopType in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return MailStopType
 MailStopType ObjectFactory.createMailStopType()
          Create an instance of MailStopType
 MailStopType SubPremiseType.getMailStop()
          Gets the value of the mailStop property.
 MailStopType PremiseElement.getMailStop()
          Gets the value of the mailStop property.
 MailStopType FirmType.getMailStop()
          Gets the value of the mailStop property.
 MailStopType DepartmentElement.getMailStop()
          Gets the value of the mailStop property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type MailStopType
 void SubPremiseType.setMailStop(MailStopType value)
          Sets the value of the mailStop property.
 void PremiseElement.setMailStop(MailStopType value)
          Sets the value of the mailStop property.
 void FirmType.setMailStop(MailStopType value)
          Sets the value of the mailStop property.
 void DepartmentElement.setMailStop(MailStopType value)
          Sets the value of the mailStop property.