Class AffiliationAddress

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

public class AffiliationAddress extends Object implements Serializable
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">
       <sequence>
         <element ref="{http://www.orcid.org/ns/orcid}affiliation-city"/>
         <element ref="{http://www.orcid.org/ns/orcid}affiliation-region" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}affiliation-country"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AffiliationAddress

      public AffiliationAddress()
  • Method Details

    • getAffiliationCity

      public AffiliationCity getAffiliationCity()
      Gets the value of the affiliationCity property.
      Returns:
      possible object is AffiliationCity
    • setAffiliationCity

      public void setAffiliationCity(AffiliationCity value)
      Sets the value of the affiliationCity property.
      Parameters:
      value - allowed object is AffiliationCity
    • getAffiliationRegion

      public AffiliationRegion getAffiliationRegion()
      Gets the value of the affiliationRegion property.
      Returns:
      possible object is AffiliationRegion
    • setAffiliationRegion

      public void setAffiliationRegion(AffiliationRegion value)
      Sets the value of the affiliationRegion property.
      Parameters:
      value - allowed object is AffiliationRegion
    • getAffiliationCountry

      public AffiliationCountry getAffiliationCountry()
      Gets the value of the affiliationCountry property.
      Returns:
      possible object is Country
    • setAffiliationCountry

      public void setAffiliationCountry(AffiliationCountry value)
      Sets the value of the affiliationCountry property.
      Parameters:
      value - allowed object is AffiliationCountry
    • hashCode

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

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