Uses of Enum Class
org.orcid.jaxb.model.message.Iso3166Country
Packages that use Iso3166Country
-
Uses of Iso3166Country in org.orcid.jaxb.model.message
Fields in org.orcid.jaxb.model.message declared as Iso3166CountryModifier and TypeFieldDescriptionprotected Iso3166CountryOrganizationAddress.countryprotected Iso3166CountryAffiliationCountry.valueprotected Iso3166CountryCountry.valueMethods in org.orcid.jaxb.model.message that return Iso3166CountryModifier and TypeMethodDescriptionstatic Iso3166CountryOrganizationAddress.getCountry()Gets the value of the country property.AffiliationCountry.getValue()ISO 3166 country codesCountry.getValue()ISO 3166 country codesstatic Iso3166CountryReturns the enum constant of this class with the specified name.static Iso3166Country[]Iso3166Country.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orcid.jaxb.model.message with parameters of type Iso3166CountryModifier and TypeMethodDescriptionvoidOrganizationAddress.setCountry(Iso3166Country value) Sets the value of the country property.voidAffiliationCountry.setValue(Iso3166Country value) Sets the value of the value property.voidCountry.setValue(Iso3166Country value) Sets the value of the value property.Constructors in org.orcid.jaxb.model.message with parameters of type Iso3166CountryModifierConstructorDescriptionAffiliationCountry(Iso3166Country value) Country(Iso3166Country value)