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

Packages that use AddressDetails
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.citygml._0_4   
org.citygml4j.jaxb.citygml.core._1   
org.citygml4j.jaxb.xal   
 

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

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

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

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

Uses of AddressDetails in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return AddressDetails
 AddressDetails XalAddressPropertyType.getAddressDetails()
          Gets the value of the addressDetails property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type AddressDetails
 void XalAddressPropertyType.setAddressDetails(AddressDetails value)
          Sets the value of the addressDetails property.
 

Uses of AddressDetails in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return AddressDetails
 AddressDetails XalAddressPropertyType.getAddressDetails()
          Gets the value of the addressDetails property.
 

Methods in org.citygml4j.jaxb.citygml.core._1 with parameters of type AddressDetails
 void XalAddressPropertyType.setAddressDetails(AddressDetails value)
          Sets the value of the addressDetails property.
 

Uses of AddressDetails in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return AddressDetails
 AddressDetails ObjectFactory.createAddressDetails()
          Create an instance of AddressDetails
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type AddressDetails
 javax.xml.bind.JAXBElement<AddressDetails> ObjectFactory.createAddressDetails(AddressDetails value)
          Create an instance of JAXBElement<AddressDetails>}
 java.util.List<AddressDetails> XALElement.getAddressDetails()
          Gets the value of the addressDetails property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type AddressDetails
 javax.xml.bind.JAXBElement<AddressDetails> ObjectFactory.createAddressDetails(AddressDetails value)
          Create an instance of JAXBElement<AddressDetails>}
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type AddressDetails
 void XALElement.setAddressDetails(java.util.List<AddressDetails> addressDetails)
          Sets the value of the addressDetails property.