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

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

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

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

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

Uses of LargeMailUserName in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LargeMailUserName
 LargeMailUserName XALFactory.createLargeMailUserName()
           
 

Uses of LargeMailUserName in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement LargeMailUserName
 class LargeMailUserNameImpl
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type LargeMailUserName
 java.util.List<LargeMailUserName> LargeMailUserImpl.getLargeMailUserName()
           
 

Methods in org.citygml4j.impl.xal with parameters of type LargeMailUserName
 void LargeMailUserImpl.addLargeMailUserName(LargeMailUserName largeMailUserName)
           
 boolean LargeMailUserImpl.unsetLargeMailUserName(LargeMailUserName largeMailUserName)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type LargeMailUserName
 void LargeMailUserImpl.setLargeMailUserName(java.util.List<LargeMailUserName> largeMailUserName)
           
 

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

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

Uses of LargeMailUserName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type LargeMailUserName
 java.util.List<LargeMailUserName> LargeMailUser.getLargeMailUserName()
           
 

Methods in org.citygml4j.model.xal with parameters of type LargeMailUserName
 void LargeMailUser.addLargeMailUserName(LargeMailUserName largeMailUserName)
           
 boolean LargeMailUser.unsetLargeMailUserName(LargeMailUserName largeMailUserName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type LargeMailUserName
 void LargeMailUser.setLargeMailUserName(java.util.List<LargeMailUserName> largeMailUserName)
           
 

Uses of LargeMailUserName in org.citygml4j.util.walker
 

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