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

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

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

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

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

Uses of SupplementaryPostalServiceData in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return SupplementaryPostalServiceData
 SupplementaryPostalServiceData XALFactory.createSupplementaryPostalServiceData()
           
 

Uses of SupplementaryPostalServiceData in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement SupplementaryPostalServiceData
 class SupplementaryPostalServiceDataImpl
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type SupplementaryPostalServiceData
 java.util.List<SupplementaryPostalServiceData> PostalServiceElementsImpl.getSupplementaryPostalServiceData()
           
 

Methods in org.citygml4j.impl.xal with parameters of type SupplementaryPostalServiceData
 void PostalServiceElementsImpl.addSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
           
 boolean PostalServiceElementsImpl.unsetSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type SupplementaryPostalServiceData
 void PostalServiceElementsImpl.setSupplementaryPostalServiceData(java.util.List<SupplementaryPostalServiceData> supplementaryPostalServiceData)
           
 

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

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

Uses of SupplementaryPostalServiceData in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type SupplementaryPostalServiceData
 java.util.List<SupplementaryPostalServiceData> PostalServiceElements.getSupplementaryPostalServiceData()
           
 

Methods in org.citygml4j.model.xal with parameters of type SupplementaryPostalServiceData
 void PostalServiceElements.addSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
           
 boolean PostalServiceElements.unsetSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type SupplementaryPostalServiceData
 void PostalServiceElements.setSupplementaryPostalServiceData(java.util.List<SupplementaryPostalServiceData> supplementaryPostalServiceData)
           
 

Uses of SupplementaryPostalServiceData in org.citygml4j.util.walker
 

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