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

Packages that use AddressDetails
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.factory   
org.citygml4j.impl.citygml.core   
org.citygml4j.impl.xal   
org.citygml4j.model.citygml.core   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of AddressDetails in org.citygml4j.builder.jaxb.marshal.xal
 

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

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

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

Uses of AddressDetails in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return AddressDetails
 AddressDetails XALFactory.createAddressDetails()
           
 

Methods in org.citygml4j.factory with parameters of type AddressDetails
 XalAddressProperty CityGMLFactory.createXalAddressProperty(AddressDetails addressDetails)
           
 

Uses of AddressDetails in org.citygml4j.impl.citygml.core
 

Methods in org.citygml4j.impl.citygml.core that return AddressDetails
 AddressDetails XalAddressPropertyImpl.getAddressDetails()
           
 

Methods in org.citygml4j.impl.citygml.core with parameters of type AddressDetails
 void XalAddressPropertyImpl.setAddressDetails(AddressDetails addressDetails)
           
 

Uses of AddressDetails in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement AddressDetails
 class AddressDetailsImpl
           
 

Uses of AddressDetails in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return AddressDetails
 AddressDetails XalAddressProperty.getAddressDetails()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type AddressDetails
 void XalAddressProperty.setAddressDetails(AddressDetails addressDetails)
           
 

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

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

Uses of AddressDetails in org.citygml4j.util.walker
 

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