public class InviteNotificationType extends Object
Java class for InviteNotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InviteNotificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://calendarserver.org/ns/}uid"/>
<element ref="{DAV}href"/>
<element ref="{http://calendarserver.org/ns/}invite-noresponse"/>
<element ref="{http://calendarserver.org/ns/}invite-deleted"/>
<element ref="{http://calendarserver.org/ns/}invite-accepted"/>
<element ref="{http://calendarserver.org/ns/}invite-declined"/>
<element ref="{http://calendarserver.org/ns/}access"/>
<element ref="{http://calendarserver.org/ns/}hosturl"/>
<element ref="{http://calendarserver.org/ns/}organizer"/>
<element ref="{http://calendarserver.org/ns/}summary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
access |
protected HosturlType |
hosturl |
protected String |
href |
protected InviteAcceptedType |
inviteAccepted |
protected InviteDeclinedType |
inviteDeclined |
protected InviteDeletedType |
inviteDeleted |
protected InviteNoresponseType |
inviteNoresponse |
protected OrganizerType |
organizer |
protected String |
summary |
protected String |
uid |
| Constructor and Description |
|---|
InviteNotificationType() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
HosturlType |
getHosturl()
Gets the value of the hosturl property.
|
String |
getHref()
Gets the value of the href property.
|
InviteAcceptedType |
getInviteAccepted()
Gets the value of the inviteAccepted property.
|
InviteDeclinedType |
getInviteDeclined()
Gets the value of the inviteDeclined property.
|
InviteDeletedType |
getInviteDeleted()
Gets the value of the inviteDeleted property.
|
InviteNoresponseType |
getInviteNoresponse()
Gets the value of the inviteNoresponse property.
|
OrganizerType |
getOrganizer()
Gets the value of the organizer property.
|
String |
getSummary()
Gets the value of the summary property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setAccess(AccessType value)
Sets the value of the access property.
|
void |
setHosturl(HosturlType value)
Sets the value of the hosturl property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setInviteAccepted(InviteAcceptedType value)
Sets the value of the inviteAccepted property.
|
void |
setInviteDeclined(InviteDeclinedType value)
Sets the value of the inviteDeclined property.
|
void |
setInviteDeleted(InviteDeletedType value)
Sets the value of the inviteDeleted property.
|
void |
setInviteNoresponse(InviteNoresponseType value)
Sets the value of the inviteNoresponse property.
|
void |
setOrganizer(OrganizerType value)
Sets the value of the organizer property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
protected String uid
protected String href
protected InviteNoresponseType inviteNoresponse
protected InviteDeletedType inviteDeleted
protected InviteAcceptedType inviteAccepted
protected InviteDeclinedType inviteDeclined
protected AccessType access
protected HosturlType hosturl
protected OrganizerType organizer
protected String summary
public String getUid()
Stringpublic void setUid(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic InviteNoresponseType getInviteNoresponse()
InviteNoresponseTypepublic void setInviteNoresponse(InviteNoresponseType value)
value - allowed object is
InviteNoresponseTypepublic InviteDeletedType getInviteDeleted()
InviteDeletedTypepublic void setInviteDeleted(InviteDeletedType value)
value - allowed object is
InviteDeletedTypepublic InviteAcceptedType getInviteAccepted()
InviteAcceptedTypepublic void setInviteAccepted(InviteAcceptedType value)
value - allowed object is
InviteAcceptedTypepublic InviteDeclinedType getInviteDeclined()
InviteDeclinedTypepublic void setInviteDeclined(InviteDeclinedType value)
value - allowed object is
InviteDeclinedTypepublic AccessType getAccess()
AccessTypepublic void setAccess(AccessType value)
value - allowed object is
AccessTypepublic HosturlType getHosturl()
HosturlTypepublic void setHosturl(HosturlType value)
value - allowed object is
HosturlTypepublic OrganizerType getOrganizer()
OrganizerTypepublic void setOrganizer(OrganizerType value)
value - allowed object is
OrganizerTypepublic String getSummary()
StringCopyright © 2017 Bedework. All rights reserved.