Class Assignee

java.lang.Object
org.orcid.jaxb.model.message.Assignee
All Implemented Interfaces:
Serializable, VisibilityType

public class Assignee extends Object implements VisibilityType, 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}assignee-orcid" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}assignee-name" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Assignee

      public Assignee()
  • Method Details

    • getAssigneeOrcid

      public AssigneeOrcid getAssigneeOrcid()
      Gets the value of the assigneeOrcid property.
      Returns:
      possible object is AssigneeOrcid
    • setAssigneeOrcid

      public void setAssigneeOrcid(AssigneeOrcid value)
      Sets the value of the assigneeOrcid property.
      Parameters:
      value - allowed object is AssigneeOrcid
    • getAssigneeName

      public AssigneeName getAssigneeName()
      Gets the value of the assigneeName property.
      Returns:
      possible object is AssigneeName
    • setAssigneeName

      public void setAssigneeName(AssigneeName value)
      Sets the value of the assigneeName property.
      Parameters:
      value - allowed object is AssigneeName
    • getVisibility

      public Visibility getVisibility()
      Gets the value of the visibility property.
      Specified by:
      getVisibility in interface VisibilityType
      Returns:
      possible object is Visibility
    • setVisibility

      public void setVisibility(Visibility value)
      Sets the value of the visibility property.
      Specified by:
      setVisibility in interface VisibilityType
      Parameters:
      value - allowed object is Visibility
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object