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

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

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

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

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

Uses of SortingCode in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return SortingCode
 SortingCode XALFactory.createSortingCode()
           
 

Uses of SortingCode in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement SortingCode
 class SortingCodeImpl
           
 

Methods in org.citygml4j.impl.xal that return SortingCode
 SortingCode PostalServiceElementsImpl.getSortingCode()
           
 

Methods in org.citygml4j.impl.xal with parameters of type SortingCode
 void PostalServiceElementsImpl.setSortingCode(SortingCode sortingCode)
           
 

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

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

Uses of SortingCode in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return SortingCode
 SortingCode PostalServiceElements.getSortingCode()
           
 

Methods in org.citygml4j.model.xal with parameters of type SortingCode
 void PostalServiceElements.setSortingCode(SortingCode sortingCode)
           
 

Uses of SortingCode in org.citygml4j.util.walker
 

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