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

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

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

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

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

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

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

Uses of AddressIdentifier in org.citygml4j.model.xal
 

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

Methods in org.citygml4j.model.xal with parameters of type AddressIdentifier
 void PostalServiceElements.addAddressIdentifier(AddressIdentifier addressIdentifier)
           
 boolean PostalServiceElements.unsetAddressIdentifier(AddressIdentifier addressIdentifier)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type AddressIdentifier
 void PostalServiceElements.setAddressIdentifier(java.util.List<AddressIdentifier> addressIdentifier)
           
 

Uses of AddressIdentifier in org.citygml4j.util.walker
 

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