java.lang.Object
org.orcid.jaxb.model.v3.release.notification.permission.Item
All Implemented Interfaces:
Serializable

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

    • putCode

      protected String putCode
    • itemType

      protected ItemType itemType
    • itemName

      protected String itemName
    • externalIdentifier

      protected ExternalID externalIdentifier
    • actionType

      protected ActionType actionType
    • additionalInfo

      protected Map<String,Object> additionalInfo
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • getPutCode

      public String getPutCode()
    • setPutCode

      public void setPutCode(String putCode)
    • getItemType

      public ItemType getItemType()
      Gets the value of the itemType property.
      Returns:
      possible object is ItemType
    • setItemType

      public void setItemType(ItemType value)
      Sets the value of the itemType property.
      Parameters:
      value - allowed object is ItemType
    • getItemName

      public String getItemName()
      Gets the value of the itemName property.
      Returns:
      possible object is String
    • setItemName

      public void setItemName(String value)
      Sets the value of the itemName property.
      Parameters:
      value - allowed object is String
    • getExternalIdentifier

      public ExternalID getExternalIdentifier()
      Gets the value of the externalId property.
      Returns:
      possible object is PersonExternalIdentifier
    • setExternalIdentifier

      public void setExternalIdentifier(ExternalID value)
      Sets the value of the externalId property.
      Parameters:
      value - allowed object is PersonExternalIdentifier
    • getActionType

      public ActionType getActionType()
    • setActionType

      public void setActionType(ActionType type)
    • getAdditionalInfo

      public Map<String,Object> getAdditionalInfo()
    • setAdditionalInfo

      public void setAdditionalInfo(Map<String,Object> additionalInfo)
    • hashCode

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

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