Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.AdministrativeArea
-
-
Uses of AdministrativeArea in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 declared as AdministrativeArea Modifier and Type Field Description protected AdministrativeAreaAddressDetails. administrativeAreaprotected AdministrativeAreaAddressDetails.Country. administrativeAreaMethods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type AdministrativeArea Modifier and Type Method Description voidAddressDetails.Country. setAdministrativeArea(AdministrativeArea value)Sets the value of the administrativeArea property.voidAddressDetails. setAdministrativeArea(AdministrativeArea value)Sets the value of the administrativeArea property.AddressDetails.CountryAddressDetails.Country. withAdministrativeArea(AdministrativeArea value)AddressDetailsAddressDetails. withAdministrativeArea(AdministrativeArea value)Constructors in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type AdministrativeArea Constructor Description AddressDetails(AddressDetails.PostalServiceElements postalServiceElements, AddressDetails.Address address, AddressLinesType addressLines, AddressDetails.Country country, AdministrativeArea administrativeArea, Locality locality, Thoroughfare thoroughfare, List<Object> any, String addressType, String currentStatus, String validFromDate, String validToDate, String usage, String addressDetailsKey, String code, Map<QName,String> otherAttributes)Fully-initialising value constructorCountry(List<AddressLine> addressLine, List<AddressDetails.Country.CountryNameCode> countryNameCode, List<CountryName> countryName, AdministrativeArea administrativeArea, Locality locality, Thoroughfare thoroughfare, List<Object> any, Map<QName,String> otherAttributes)Fully-initialising value constructor
-