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
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.orcid.jaxb.model.notification_v2.Notification
archivedDate, createdDate, encryptedPutCode, notificationType, putCode, readDate, sentDate, source, sourceDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bodyHtml property.Gets the value of the bodyText property.getLang()Gets the value of the overwrittenSourceName property.Gets the value of the subject property.voidsetBodyHtml(String value) Sets the value of the bodyHtml property.voidsetBodyText(String value) Sets the value of the bodyText property.voidvoidsetOverwrittenSourceName(String overwrittenSourceName) Sets the value of the overwrittenSourceName property.voidsetSubject(String value) Sets the value of the subject property.Methods inherited from class org.orcid.jaxb.model.notification_v2.Notification
getArchivedDate, getCreatedDate, getEncryptedPutCode, getNotificationType, getPutCode, getReadDate, getSentDate, getSource, getSourceDescription, setArchivedDate, setCreatedDate, setEncryptedPutCode, setNotificationType, setPutCode, setReadDate, setSentDate, setSource, setSourceDescription
-
Field Details
-
subject
-
bodyText
-
bodyHtml
-
lang
-
overwrittenSourceName
-
-
Constructor Details
-
NotificationCustom
public NotificationCustom()
-
-
Method Details
-
getSubject
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
getBodyText
Gets the value of the bodyText property.- Returns:
- possible object is
String
-
setBodyText
Sets the value of the bodyText property.- Parameters:
value- allowed object isString
-
getBodyHtml
Gets the value of the bodyHtml property.- Returns:
- possible object is
String
-
setBodyHtml
Sets the value of the bodyHtml property.- Parameters:
value- allowed object isString
-
getLang
-
setLang
-
getOverwrittenSourceName
Gets the value of the overwrittenSourceName property.- Returns:
- possible object is
String
-
setOverwrittenSourceName
Sets the value of the overwrittenSourceName property.- Parameters:
overwrittenSourceName- allowed object isString
-