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

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

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

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

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

Uses of LargeMailUserIdentifier in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LargeMailUserIdentifier
 LargeMailUserIdentifier XALFactory.createLargeMailUserIdentifier()
           
 

Uses of LargeMailUserIdentifier in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement LargeMailUserIdentifier
 class LargeMailUserIdentifierImpl
           
 

Methods in org.citygml4j.impl.xal that return LargeMailUserIdentifier
 LargeMailUserIdentifier LargeMailUserImpl.getLargeMailUserIdentifier()
           
 

Methods in org.citygml4j.impl.xal with parameters of type LargeMailUserIdentifier
 void LargeMailUserImpl.setLargeMailUserIdentifier(LargeMailUserIdentifier largeMailUserIdentifier)
           
 

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

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

Uses of LargeMailUserIdentifier in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return LargeMailUserIdentifier
 LargeMailUserIdentifier LargeMailUser.getLargeMailUserIdentifier()
           
 

Methods in org.citygml4j.model.xal with parameters of type LargeMailUserIdentifier
 void LargeMailUser.setLargeMailUserIdentifier(LargeMailUserIdentifier largeMailUserIdentifier)
           
 

Uses of LargeMailUserIdentifier in org.citygml4j.util.walker
 

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