Class DelegateSummary

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

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

  • Constructor Details

    • DelegateSummary

      public DelegateSummary()
    • DelegateSummary

      @Deprecated public DelegateSummary(Orcid orcid)
      Deprecated.
    • DelegateSummary

      public DelegateSummary(OrcidIdentifier orcidIdentifier)
  • Method Details

    • getOrcid

      @Deprecated public Orcid getOrcid()
      Deprecated.
      Gets the value of the orcid property.
      Returns:
      possible object is Orcid
    • setOrcid

      @Deprecated public void setOrcid(Orcid value)
      Deprecated.
      Sets the value of the orcid property.
      Parameters:
      value - allowed object is Orcid
    • getOrcidIdentifier

      public OrcidIdentifier getOrcidIdentifier()
    • setOrcidIdentifier

      public void setOrcidIdentifier(OrcidIdentifier orcidIdentifier)
    • getLastModifiedDate

      public LastModifiedDate getLastModifiedDate()
    • setLastModifiedDate

      public void setLastModifiedDate(LastModifiedDate lastModifiedDate)
    • getCreditName

      public CreditName getCreditName()
      Gets the value of the creditName property.
      Returns:
      possible object is CreditName
    • setCreditName

      public void setCreditName(CreditName value)
      Sets the value of the creditName property.
      Parameters:
      value - allowed object is CreditName
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object