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

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