Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.Locality
-
-
Uses of Locality in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 declared as Locality Modifier and Type Field Description protected LocalityAddressDetails.Country. localityprotected LocalityAddressDetails. localityprotected LocalityAdministrativeArea. localityprotected LocalityAdministrativeArea.SubAdministrativeArea. localityMethods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type Locality Modifier and Type Method Description voidAddressDetails.Country. setLocality(Locality value)Sets the value of the locality property.voidAddressDetails. setLocality(Locality value)Sets the value of the locality property.voidAdministrativeArea. setLocality(Locality value)Sets the value of the locality property.voidAdministrativeArea.SubAdministrativeArea. setLocality(Locality value)Sets the value of the locality property.AddressDetails.CountryAddressDetails.Country. withLocality(Locality value)AddressDetailsAddressDetails. withLocality(Locality value)AdministrativeArea.SubAdministrativeAreaAdministrativeArea.SubAdministrativeArea. withLocality(Locality value)AdministrativeAreaAdministrativeArea. withLocality(Locality value)Constructors in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type Locality 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 constructorAdministrativeArea(List<AddressLine> addressLine, List<AdministrativeArea.AdministrativeAreaName> administrativeAreaName, AdministrativeArea.SubAdministrativeArea subAdministrativeArea, Locality locality, PostOffice postOffice, PostalCode postalCode, List<Object> any, String type, String usageType, String indicator, 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 constructorSubAdministrativeArea(List<AddressLine> addressLine, List<AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName> subAdministrativeAreaName, Locality locality, PostOffice postOffice, PostalCode postalCode, List<Object> any, String type, String usageType, String indicator, Map<QName,String> otherAttributes)Fully-initialising value constructor
-