Uses of Class
oasis.names.tc.ciq.xsdschema.xal._2.AddressDetails

Packages that use AddressDetails
com.google.earth.kml._2   
geo.google.datamodel   
oasis.names.tc.ciq.xsdschema.xal._2   
 

Uses of AddressDetails in com.google.earth.kml._2
 

Fields in com.google.earth.kml._2 declared as AddressDetails
protected  AddressDetails PlacemarkType.addressDetails
           
 

Methods in com.google.earth.kml._2 that return AddressDetails
 AddressDetails PlacemarkType.getAddressDetails()
          Gets the value of the addressDetails property.
 

Methods in com.google.earth.kml._2 with parameters of type AddressDetails
 void PlacemarkType.setAddressDetails(AddressDetails value)
          Sets the value of the addressDetails property.
 

Uses of AddressDetails in geo.google.datamodel
 

Methods in geo.google.datamodel that return AddressDetails
 AddressDetails GeoAddress.getAddressDetails()
          A structured address, formatted as xAL, or eXtensible Address Language, an international standard for address formatting.
 

Methods in geo.google.datamodel with parameters of type AddressDetails
 void GeoAddress.setAddressDetails(AddressDetails addressDetails)
           
 

Uses of AddressDetails in oasis.names.tc.ciq.xsdschema.xal._2
 

Fields in oasis.names.tc.ciq.xsdschema.xal._2 with type parameters of type AddressDetails
protected  List<AddressDetails> XAL.addressDetails
           
 

Methods in oasis.names.tc.ciq.xsdschema.xal._2 that return AddressDetails
 AddressDetails ObjectFactory.createAddressDetails()
          Create an instance of AddressDetails
 

Methods in oasis.names.tc.ciq.xsdschema.xal._2 that return types with arguments of type AddressDetails
 JAXBElement<AddressDetails> ObjectFactory.createAddressDetails(AddressDetails value)
          Create an instance of JAXBElement<AddressDetails>}
 List<AddressDetails> XAL.getAddressDetails()
          Gets the value of the addressDetails property.
 

Methods in oasis.names.tc.ciq.xsdschema.xal._2 with parameters of type AddressDetails
 JAXBElement<AddressDetails> ObjectFactory.createAddressDetails(AddressDetails value)
          Create an instance of JAXBElement<AddressDetails>}
 



Copyright © 2008. All Rights Reserved.