Class AffiliationCountry

java.lang.Object
org.orcid.jaxb.model.message.AffiliationCountry
All Implemented Interfaces:
Serializable

public class AffiliationCountry extends Object implements Serializable
ISO 3611 country Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <simpleContent>
     <extension base="<http://www.orcid.org/ns/orcid>iso-3166-country">
       <attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AffiliationCountry

      public AffiliationCountry()
    • AffiliationCountry

      public AffiliationCountry(Iso3166Country value)
  • Method Details