Class Notification
java.lang.Object
org.orcid.jaxb.model.notification_v2.Notification
- All Implemented Interfaces:
Serializable,SourceAware
- Direct Known Subclasses:
NotificationAmended,NotificationCustom,NotificationInstitutionalConnection,NotificationPermission
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected Stringprotected NotificationTypeprotected Longprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected Sourceprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the archivedDate property.Gets the value of the createdDate property.Gets the value of the notificationType property.Gets the value of the putCode property.Gets the value of the readDate property.Gets the value of the sentDate property.Gets the value of the source property.voidSets the value of the archivedDate property.voidSets the value of the createdDate property.voidsetEncryptedPutCode(String encryptedPutCode) voidSets the value of the notificationType property.voidsetPutCode(Long value) Sets the value of the putCode property.voidsetReadDate(XMLGregorianCalendar value) Sets the value of the readDate property.voidsetSentDate(XMLGregorianCalendar value) Sets the value of the sentDate property.voidSets the value of the source property.voidsetSourceDescription(String sourceDescription)
-
Field Details
-
putCode
-
notificationType
-
createdDate
-
sentDate
-
readDate
-
archivedDate
-
source
-
sourceDescription
-
encryptedPutCode
-
-
Constructor Details
-
Notification
public Notification()
-
-
Method Details
-
getPutCode
Gets the value of the putCode property.- Returns:
- possible object is
Long
-
setPutCode
Sets the value of the putCode property.- Parameters:
value- - the putCode
-
getNotificationType
Gets the value of the notificationType property.- Returns:
- possible object is
NotificationType
-
setNotificationType
Sets the value of the notificationType property.- Parameters:
value- allowed object isNotificationType
-
getCreatedDate
Gets the value of the createdDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreatedDate
Sets the value of the createdDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSentDate
Gets the value of the sentDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSentDate
Sets the value of the sentDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getReadDate
Gets the value of the readDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setReadDate
Sets the value of the readDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getArchivedDate
Gets the value of the archivedDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setArchivedDate
Sets the value of the archivedDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSource
Gets the value of the source property.- Specified by:
getSourcein interfaceSourceAware- Returns:
- possible object is
Source
-
setSource
Sets the value of the source property.- Specified by:
setSourcein interfaceSourceAware- Parameters:
value- allowed object isSource
-
getSourceDescription
-
setSourceDescription
-
getEncryptedPutCode
-
setEncryptedPutCode
-