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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type EndorsementLineCode
 AddressDetails.PostalServiceElements.EndorsementLineCode XALMarshaller.marshalEndorsementLineCode(EndorsementLineCode src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return EndorsementLineCode
 EndorsementLineCode XALUnmarshaller.unmarshalEndorsementLineCode(AddressDetails.PostalServiceElements.EndorsementLineCode src)
           
 

Uses of EndorsementLineCode in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return EndorsementLineCode
 EndorsementLineCode XALFactory.createEndorsementLineCode()
           
 

Uses of EndorsementLineCode in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement EndorsementLineCode
 class EndorsementLineCodeImpl
           
 

Methods in org.citygml4j.impl.xal that return EndorsementLineCode
 EndorsementLineCode PostalServiceElementsImpl.getEndorsementLineCode()
           
 

Methods in org.citygml4j.impl.xal with parameters of type EndorsementLineCode
 void PostalServiceElementsImpl.setEndorsementLineCode(EndorsementLineCode endorsementLineCode)
           
 

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

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

Uses of EndorsementLineCode in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return EndorsementLineCode
 EndorsementLineCode PostalServiceElements.getEndorsementLineCode()
           
 

Methods in org.citygml4j.model.xal with parameters of type EndorsementLineCode
 void PostalServiceElements.setEndorsementLineCode(EndorsementLineCode endorsementLineCode)
           
 

Uses of EndorsementLineCode in org.citygml4j.util.walker
 

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