Class NotificationPermission
java.lang.Object
org.orcid.jaxb.model.notification_v2.Notification
org.orcid.jaxb.model.notification.permission_v2.NotificationPermission
- All Implemented Interfaces:
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 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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected AuthorizationUrlprotected Itemsprotected 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 authorizationUrl property.getItems()Gets the value of the activities property.voidsetActionedDate(XMLGregorianCalendar actionedDate) voidSets the value of the authorizationUrl property.voidSets the value of the activities property.voidsetNotificationIntro(String intro) voidsetNotificationSubject(String notificationSubject) voidsetSubject(String subject) 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
-
authorizationUrl
-
items
-
actionedDate
-
subject
-
notificationSubject
-
notificationIntro
-
-
Constructor Details
-
NotificationPermission
public NotificationPermission()
-
-
Method Details
-
getAuthorizationUrl
Gets the value of the authorizationUrl property.- Returns:
- possible object is
AuthorizationUrl
-
setAuthorizationUrl
Sets the value of the authorizationUrl property.- Parameters:
value- allowed object isAuthorizationUrl
-
getItems
Gets the value of the activities property.- Returns:
- possible object is
Items
-
setItems
Sets the value of the activities property.- Parameters:
value- allowed object isItems
-
getSubject
-
setSubject
-
getNotificationSubject
-
setNotificationSubject
-
getActionedDate
-
setActionedDate
-
getNotificationIntro
-
setNotificationIntro
-