Uses of Class
org.orcid.jaxb.model.message.Country
Packages that use Country
-
Uses of Country in org.orcid.jaxb.model.message
Fields in org.orcid.jaxb.model.message declared as CountryModifier and TypeFieldDescriptionprotected CountryAddress.countryprotected CountryOrcidWork.countryprotected CountryWork.countryMethods in org.orcid.jaxb.model.message that return CountryModifier and TypeMethodDescriptionObjectFactory.createCountry()Create an instance ofCountryAddress.getCountry()Gets the value of the country property.OrcidWork.getCountry()Gets the value of the country property.Work.getCountry()Gets the value of the country property.Methods in org.orcid.jaxb.model.message with parameters of type CountryModifier and TypeMethodDescriptionvoidAddress.setCountry(Country value) Sets the value of the country property.voidOrcidWork.setCountry(Country country) Sets the value of the country property.voidWork.setCountry(Country country) Sets the value of the country property.