Class NotificationPermission

java.lang.Object
org.orcid.jaxb.model.v3.release.notification.Notification
org.orcid.jaxb.model.v3.release.notification.permission.NotificationPermission
All Implemented Interfaces:
Serializable, SourceAware

public class NotificationPermission extends Notification
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 ref="{http://www.orcid.org/ns/notification}authorization-url"/>
         <element ref="{http://www.orcid.org/ns/notification}activities"/>
         <element ref="{http://www.orcid.org/ns/common}created-date" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/common}sent-date" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/common}source" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • authorizationUrl

      protected AuthorizationUrl authorizationUrl
    • items

      protected Items items
    • actionedDate

      protected XMLGregorianCalendar actionedDate
    • subject

      protected String subject
    • notificationSubject

      protected String notificationSubject
    • notificationIntro

      protected String notificationIntro
  • Constructor Details

    • NotificationPermission

      public NotificationPermission()
  • Method Details

    • getAuthorizationUrl

      public AuthorizationUrl getAuthorizationUrl()
      Gets the value of the authorizationUrl property.
      Returns:
      possible object is AuthorizationUrl
    • setAuthorizationUrl

      public void setAuthorizationUrl(AuthorizationUrl value)
      Sets the value of the authorizationUrl property.
      Parameters:
      value - allowed object is AuthorizationUrl
    • getItems

      public Items getItems()
      Gets the value of the activities property.
      Returns:
      possible object is Items
    • setItems

      public void setItems(Items value)
      Sets the value of the activities property.
      Parameters:
      value - allowed object is Items
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getNotificationSubject

      public String getNotificationSubject()
    • setNotificationSubject

      public void setNotificationSubject(String notificationSubject)
    • getActionedDate

      public XMLGregorianCalendar getActionedDate()
    • setActionedDate

      public void setActionedDate(XMLGregorianCalendar actionedDate)
    • getNotificationIntro

      public String getNotificationIntro()
    • setNotificationIntro

      public void setNotificationIntro(String intro)