Class AffiliationRegion

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

public class AffiliationRegion extends Object implements Serializable
Region within a country Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • content

      protected String content
  • Constructor Details

    • AffiliationRegion

      public AffiliationRegion()
    • AffiliationRegion

      public AffiliationRegion(String region)
  • Method Details

    • getContent

      public String getContent()
      Region within a country
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object