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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return LargeMailUserType
 LargeMailUserType XALMarshaller.marshalLargeMailUser(LargeMailUser src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type LargeMailUserType
 LargeMailUser XALUnmarshaller.unmarshalLargeMailUser(LargeMailUserType src)
           
 

Uses of LargeMailUserType in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return LargeMailUserType
 LargeMailUserType ObjectFactory.createLargeMailUserType()
          Create an instance of LargeMailUserType
 LargeMailUserType LocalityElement.getLargeMailUser()
          Gets the value of the largeMailUser property.
 LargeMailUserType DependentLocalityType.getLargeMailUser()
          Gets the value of the largeMailUser property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type LargeMailUserType
 void LocalityElement.setLargeMailUser(LargeMailUserType value)
          Sets the value of the largeMailUser property.
 void DependentLocalityType.setLargeMailUser(LargeMailUserType value)
          Sets the value of the largeMailUser property.