Class FundingAgency

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

public class FundingAgency 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}agency-orcid"/>
         <element ref="{http://www.orcid.org/ns/orcid}agency-name"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • FundingAgency

      public FundingAgency()
  • Method Details

    • getAgencyOrcid

      public AgencyOrcid getAgencyOrcid()
      Gets the value of the AgencyOrcid property.
      Returns:
      possible object is AgencyOrcid
    • setAgencyOrcid

      public void setAgencyOrcid(AgencyOrcid value)
      Sets the value of the agencyOrcid property.
      Parameters:
      value - allowed object is AgencyOrcid
    • getAgencyName

      public AgencyName getAgencyName()
      Gets the value of the agencyName property.
      Returns:
      possible object is AgencyName
    • setAgencyName

      public void setAgencyName(AgencyName value)
      Sets the value of the agencyName property.
      Parameters:
      value - allowed object is AgencyName
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object