public class NotificationType extends Object
Java class for NotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://calendarserver.org/ns/}dtstamp"/>
<choice>
<element ref="{http://calendarserver.org/ns/}invite-notification"/>
<element ref="{http://calendarserver.org/ns/}invite-reply"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dtstamp |
protected InviteNotificationType |
inviteNotification |
protected InviteReplyType |
inviteReply |
| Constructor and Description |
|---|
NotificationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDtstamp()
Gets the value of the dtstamp property.
|
InviteNotificationType |
getInviteNotification()
Gets the value of the inviteNotification property.
|
InviteReplyType |
getInviteReply()
Gets the value of the inviteReply property.
|
void |
setDtstamp(String value)
Sets the value of the dtstamp property.
|
void |
setInviteNotification(InviteNotificationType value)
Sets the value of the inviteNotification property.
|
void |
setInviteReply(InviteReplyType value)
Sets the value of the inviteReply property.
|
protected String dtstamp
protected InviteNotificationType inviteNotification
protected InviteReplyType inviteReply
public String getDtstamp()
Stringpublic void setDtstamp(String value)
value - allowed object is
Stringpublic InviteNotificationType getInviteNotification()
InviteNotificationTypepublic void setInviteNotification(InviteNotificationType value)
value - allowed object is
InviteNotificationTypepublic InviteReplyType getInviteReply()
InviteReplyTypepublic void setInviteReply(InviteReplyType value)
value - allowed object is
InviteReplyTypeCopyright © 2015 Bedework. All rights reserved.