Class Notification

java.lang.Object
org.orcid.jaxb.model.notification_v2.Notification
All Implemented Interfaces:
Serializable, SourceAware
Direct Known Subclasses:
NotificationAmended, NotificationCustom, NotificationInstitutionalConnection, NotificationPermission

public abstract class Notification extends Object implements Serializable, SourceAware
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/common}put-code" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/notification}notification-type"/>
         <element name="created-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="sent-date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="read-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="archived-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/common}source" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Notification

      public Notification()
  • Method Details

    • getPutCode

      public Long getPutCode()
      Gets the value of the putCode property.
      Returns:
      possible object is Long
    • setPutCode

      public void setPutCode(Long value)
      Sets the value of the putCode property.
      Parameters:
      value - - the putCode
    • getNotificationType

      public NotificationType getNotificationType()
      Gets the value of the notificationType property.
      Returns:
      possible object is NotificationType
    • setNotificationType

      public void setNotificationType(NotificationType value)
      Sets the value of the notificationType property.
      Parameters:
      value - allowed object is NotificationType
    • getCreatedDate

      public XMLGregorianCalendar getCreatedDate()
      Gets the value of the createdDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreatedDate

      public void setCreatedDate(XMLGregorianCalendar value)
      Sets the value of the createdDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getSentDate

      public XMLGregorianCalendar getSentDate()
      Gets the value of the sentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setSentDate

      public void setSentDate(XMLGregorianCalendar value)
      Sets the value of the sentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getReadDate

      public XMLGregorianCalendar getReadDate()
      Gets the value of the readDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setReadDate

      public void setReadDate(XMLGregorianCalendar value)
      Sets the value of the readDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getArchivedDate

      public XMLGregorianCalendar getArchivedDate()
      Gets the value of the archivedDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setArchivedDate

      public void setArchivedDate(XMLGregorianCalendar value)
      Sets the value of the archivedDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getSource

      public Source getSource()
      Gets the value of the source property.
      Specified by:
      getSource in interface SourceAware
      Returns:
      possible object is Source
    • setSource

      public void setSource(Source value)
      Sets the value of the source property.
      Specified by:
      setSource in interface SourceAware
      Parameters:
      value - allowed object is Source
    • getSourceDescription

      public String getSourceDescription()
    • setSourceDescription

      public void setSourceDescription(String sourceDescription)
    • getEncryptedPutCode

      public String getEncryptedPutCode()
    • setEncryptedPutCode

      public void setEncryptedPutCode(String encryptedPutCode)