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

Packages that use AddressDetails
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.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.model.citygml.core
 

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

Methods in org.citygml4j.model.citygml.core that return types with arguments of type AddressDetails
 java.lang.Class<AddressDetails> XalAddressProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.core with parameters of type AddressDetails
XalAddressProperty(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)