Uses of Class
org.citygml4j.jaxb.xal.AddressDetails.Address

Packages that use AddressDetails.Address
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return AddressDetails.Address
 AddressDetails.Address XALMarshaller.marshalAddress(Address src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type AddressDetails.Address
 Address XALUnmarshaller.unmarshalAddress(AddressDetails.Address src)
           
 

Uses of AddressDetails.Address in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return AddressDetails.Address
 AddressDetails.Address ObjectFactory.createAddressDetailsAddress()
          Create an instance of AddressDetails.Address
 AddressDetails.Address AddressDetails.getAddress()
          Gets the value of the address property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type AddressDetails.Address
 void AddressDetails.setAddress(AddressDetails.Address value)
          Sets the value of the address property.