public class UserType extends Object
Java class for UserType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{DAV}href"/>
<element ref="{http://calendarserver.org/ns/}common-name" minOccurs="0"/>
<choice>
<element ref="{http://calendarserver.org/ns/}invite-noresponse"/>
<element ref="{http://calendarserver.org/ns/}invite-accepted"/>
<element ref="{http://calendarserver.org/ns/}invite-declined"/>
<element ref="{http://calendarserver.org/ns/}invite-invalid"/>
</choice>
<element ref="{http://calendarserver.org/ns/}access"/>
<element ref="{http://calendarserver.org/ns/}summary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
access |
protected String |
commonName |
protected String |
href |
protected InviteAcceptedType |
inviteAccepted |
protected InviteDeclinedType |
inviteDeclined |
protected InviteInvalidType |
inviteInvalid |
protected InviteNoresponseType |
inviteNoresponse |
protected String |
summary |
| Constructor and Description |
|---|
UserType() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
String |
getCommonName()
Gets the value of the commonName 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.
|
InviteInvalidType |
getInviteInvalid()
Gets the value of the inviteInvalid property.
|
InviteNoresponseType |
getInviteNoresponse()
Gets the value of the inviteNoresponse property.
|
String |
getSummary()
Gets the value of the summary property.
|
void |
setAccess(AccessType value)
Sets the value of the access property.
|
void |
setCommonName(String value)
Sets the value of the commonName 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 |
setInviteInvalid(InviteInvalidType value)
Sets the value of the inviteInvalid property.
|
void |
setInviteNoresponse(InviteNoresponseType value)
Sets the value of the inviteNoresponse property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
protected String href
protected String commonName
protected InviteNoresponseType inviteNoresponse
protected InviteAcceptedType inviteAccepted
protected InviteDeclinedType inviteDeclined
protected InviteInvalidType inviteInvalid
protected AccessType access
protected String summary
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getCommonName()
Stringpublic void setCommonName(String value)
value - allowed object is
Stringpublic InviteNoresponseType getInviteNoresponse()
InviteNoresponseTypepublic void setInviteNoresponse(InviteNoresponseType value)
value - allowed object is
InviteNoresponseTypepublic InviteAcceptedType getInviteAccepted()
InviteAcceptedTypepublic void setInviteAccepted(InviteAcceptedType value)
value - allowed object is
InviteAcceptedTypepublic InviteDeclinedType getInviteDeclined()
InviteDeclinedTypepublic void setInviteDeclined(InviteDeclinedType value)
value - allowed object is
InviteDeclinedTypepublic InviteInvalidType getInviteInvalid()
InviteInvalidTypepublic void setInviteInvalid(InviteInvalidType value)
value - allowed object is
InviteInvalidTypepublic AccessType getAccess()
AccessTypepublic void setAccess(AccessType value)
value - allowed object is
AccessTypepublic String getSummary()
StringCopyright © 2017 Bedework. All rights reserved.