Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.CountryName
-
-
Uses of CountryName in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 with type parameters of type CountryName Modifier and Type Field Description protected List<CountryName>AddressDetails.Country. countryNameMethods in org.hisrc.w3c.oasis.xal.v_2_0 that return CountryName Modifier and Type Method Description CountryNameObjectFactory. createCountryName()Create an instance ofCountryNameCountryNameCountryName. withCode(String value)CountryNameCountryName. withContent(String value)CountryNameCountryName. withType(String value)Methods in org.hisrc.w3c.oasis.xal.v_2_0 that return types with arguments of type CountryName Modifier and Type Method Description List<CountryName>AddressDetails.Country. getCountryName()Gets the value of the countryName property.Methods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type CountryName Modifier and Type Method Description AddressDetails.CountryAddressDetails.Country. withCountryName(CountryName... values)Method parameters in org.hisrc.w3c.oasis.xal.v_2_0 with type arguments of type CountryName Modifier and Type Method Description voidAddressDetails.Country. setCountryName(List<CountryName> value)AddressDetails.CountryAddressDetails.Country. withCountryName(Collection<CountryName> values)AddressDetails.CountryAddressDetails.Country. withCountryName(List<CountryName> value)
-