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

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

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

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

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

Uses of PostalServiceElements in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return PostalServiceElements
 PostalServiceElements XALFactory.createPostalServiceElements()
           
 

Uses of PostalServiceElements in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement PostalServiceElements
 class PostalServiceElementsImpl
           
 

Methods in org.citygml4j.impl.xal that return PostalServiceElements
 PostalServiceElements AddressDetailsImpl.getPostalServiceElements()
           
 

Methods in org.citygml4j.impl.xal with parameters of type PostalServiceElements
 void AddressDetailsImpl.setPostalServiceElements(PostalServiceElements postalServiceElements)
           
 

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

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

Uses of PostalServiceElements in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return PostalServiceElements
 PostalServiceElements AddressDetails.getPostalServiceElements()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostalServiceElements
 void AddressDetails.setPostalServiceElements(PostalServiceElements postalServiceElements)
           
 

Uses of PostalServiceElements in org.citygml4j.util.walker
 

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