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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type LargeMailUser
 LargeMailUserType XALMarshaller.marshalLargeMailUser(LargeMailUser src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return LargeMailUser
 LargeMailUser XALUnmarshaller.unmarshalLargeMailUser(LargeMailUserType src)
           
 

Uses of LargeMailUser in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LargeMailUser
 LargeMailUser XALFactory.createLargeMailUser()
           
 

Uses of LargeMailUser in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement LargeMailUser
 class LargeMailUserImpl
           
 

Methods in org.citygml4j.impl.xal that return LargeMailUser
 LargeMailUser LocalityImpl.getLargeMailUser()
           
 LargeMailUser DependentLocalityImpl.getLargeMailUser()
           
 

Methods in org.citygml4j.impl.xal with parameters of type LargeMailUser
 void LocalityImpl.setLargeMailUser(LargeMailUser largeMailUser)
           
 void DependentLocalityImpl.setLargeMailUser(LargeMailUser largeMailUser)
           
 

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

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

Uses of LargeMailUser in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return LargeMailUser
 LargeMailUser Locality.getLargeMailUser()
           
 LargeMailUser DependentLocality.getLargeMailUser()
           
 

Methods in org.citygml4j.model.xal with parameters of type LargeMailUser
 void Locality.setLargeMailUser(LargeMailUser largeMailUser)
           
 void DependentLocality.setLargeMailUser(LargeMailUser largeMailUser)
           
 

Uses of LargeMailUser in org.citygml4j.util.walker
 

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