Class NotificationCustom

java.lang.Object
org.orcid.jaxb.model.notification_v2.Notification
org.orcid.jaxb.model.notification.custom_v2.NotificationCustom
All Implemented Interfaces:
Serializable, SourceAware
Direct Known Subclasses:
NotificationAdministrative, NotificationServiceAnnouncement, NotificationTip

public class NotificationCustom extends Notification 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/common}put-code" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/notification}notification-type"/>
         <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="body-text" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="body-html" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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

    • subject

      protected String subject
    • bodyText

      protected String bodyText
    • bodyHtml

      protected String bodyHtml
    • lang

      protected String lang
    • overwrittenSourceName

      protected String overwrittenSourceName
  • Constructor Details

    • NotificationCustom

      public NotificationCustom()
  • Method Details

    • getSubject

      public String getSubject()
      Gets the value of the subject property.
      Returns:
      possible object is String
    • setSubject

      public void setSubject(String value)
      Sets the value of the subject property.
      Parameters:
      value - allowed object is String
    • getBodyText

      public String getBodyText()
      Gets the value of the bodyText property.
      Returns:
      possible object is String
    • setBodyText

      public void setBodyText(String value)
      Sets the value of the bodyText property.
      Parameters:
      value - allowed object is String
    • getBodyHtml

      public String getBodyHtml()
      Gets the value of the bodyHtml property.
      Returns:
      possible object is String
    • setBodyHtml

      public void setBodyHtml(String value)
      Sets the value of the bodyHtml property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
    • setLang

      public void setLang(String lang)
    • getOverwrittenSourceName

      public String getOverwrittenSourceName()
      Gets the value of the overwrittenSourceName property.
      Returns:
      possible object is String
    • setOverwrittenSourceName

      public void setOverwrittenSourceName(String overwrittenSourceName)
      Sets the value of the overwrittenSourceName property.
      Parameters:
      overwrittenSourceName - allowed object is String