Class DelegationDetails

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

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

  • Constructor Details

    • DelegationDetails

      public DelegationDetails()
  • Method Details

    • getApprovalDate

      public ApprovalDate getApprovalDate()
      Gets the value of the approvalDate property.
      Returns:
      possible object is ApprovalDate
    • setApprovalDate

      public void setApprovalDate(ApprovalDate value)
      Sets the value of the approvalDate property.
      Parameters:
      value - allowed object is ApprovalDate
    • getDelegateSummary

      public DelegateSummary getDelegateSummary()
      Gets the value of the delegateSummary property.
      Returns:
      possible object is DelegateSummary
    • setDelegateSummary

      public void setDelegateSummary(DelegateSummary value)
      Sets the value of the delegateSummary property.
      Parameters:
      value - allowed object is DelegateSummary
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object