public class InviteReplyType extends Object
Java class for InviteReplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InviteReplyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{DAV}href"/>
<choice>
<element ref="{http://calendarserver.org/ns/}invite-accepted"/>
<element ref="{http://calendarserver.org/ns/}invite-declined"/>
</choice>
<element ref="{http://calendarserver.org/ns/}hosturl"/>
<element ref="{http://calendarserver.org/ns/}in-reply-to"/>
<element ref="{http://calendarserver.org/ns/}summary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HosturlType |
hosturl |
protected String |
href |
protected String |
inReplyTo |
protected InviteAcceptedType |
inviteAccepted |
protected InviteDeclinedType |
inviteDeclined |
protected String |
summary |
| Constructor and Description |
|---|
InviteReplyType() |
| Modifier and Type | Method and Description |
|---|---|
HosturlType |
getHosturl()
Gets the value of the hosturl property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getInReplyTo()
Gets the value of the inReplyTo property.
|
InviteAcceptedType |
getInviteAccepted()
Gets the value of the inviteAccepted property.
|
InviteDeclinedType |
getInviteDeclined()
Gets the value of the inviteDeclined property.
|
String |
getSummary()
Gets the value of the summary property.
|
void |
setHosturl(HosturlType value)
Sets the value of the hosturl property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setInReplyTo(String value)
Sets the value of the inReplyTo property.
|
void |
setInviteAccepted(InviteAcceptedType value)
Sets the value of the inviteAccepted property.
|
void |
setInviteDeclined(InviteDeclinedType value)
Sets the value of the inviteDeclined property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
protected String href
protected InviteAcceptedType inviteAccepted
protected InviteDeclinedType inviteDeclined
protected HosturlType hosturl
protected String inReplyTo
protected String summary
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic InviteAcceptedType getInviteAccepted()
InviteAcceptedTypepublic void setInviteAccepted(InviteAcceptedType value)
value - allowed object is
InviteAcceptedTypepublic InviteDeclinedType getInviteDeclined()
InviteDeclinedTypepublic void setInviteDeclined(InviteDeclinedType value)
value - allowed object is
InviteDeclinedTypepublic HosturlType getHosturl()
HosturlTypepublic void setHosturl(HosturlType value)
value - allowed object is
HosturlTypepublic String getInReplyTo()
Stringpublic void setInReplyTo(String value)
value - allowed object is
Stringpublic String getSummary()
StringCopyright © 2017 Bedework. All rights reserved.