|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.emc.cdp.services.rest.model.Invitation
public class Invitation
Java class for Invitation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Invitation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accountId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="targetAccountRole" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="inviteeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="inviterId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="inviteTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="handleTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
accountId
|
protected XMLGregorianCalendar |
handleTime
|
protected String |
id
|
protected String |
inviteeId
|
protected String |
inviterId
|
protected XMLGregorianCalendar |
inviteTime
|
protected String |
state
|
protected String |
targetAccountRole
|
| Constructor Summary | |
|---|---|
Invitation()
|
|
| Method Summary | |
|---|---|
String |
getAccountId()
Gets the value of the accountId property. |
XMLGregorianCalendar |
getHandleTime()
Gets the value of the handleTime property. |
String |
getId()
Gets the value of the id property. |
String |
getInviteeId()
Gets the value of the inviteeId property. |
String |
getInviterId()
Gets the value of the inviterId property. |
XMLGregorianCalendar |
getInviteTime()
Gets the value of the inviteTime property. |
String |
getState()
Gets the value of the state property. |
String |
getTargetAccountRole()
Gets the value of the targetAccountRole property. |
void |
setAccountId(String value)
Sets the value of the accountId property. |
void |
setHandleTime(XMLGregorianCalendar value)
Sets the value of the handleTime property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInviteeId(String value)
Sets the value of the inviteeId property. |
void |
setInviterId(String value)
Sets the value of the inviterId property. |
void |
setInviteTime(XMLGregorianCalendar value)
Sets the value of the inviteTime property. |
void |
setState(String value)
Sets the value of the state property. |
void |
setTargetAccountRole(String value)
Sets the value of the targetAccountRole property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String accountId
protected String targetAccountRole
protected String inviteeId
protected String inviterId
protected String state
protected XMLGregorianCalendar inviteTime
protected XMLGregorianCalendar handleTime
| Constructor Detail |
|---|
public Invitation()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getAccountId()
Stringpublic void setAccountId(String value)
value - allowed object is
Stringpublic String getTargetAccountRole()
Stringpublic void setTargetAccountRole(String value)
value - allowed object is
Stringpublic String getInviteeId()
Stringpublic void setInviteeId(String value)
value - allowed object is
Stringpublic String getInviterId()
Stringpublic void setInviterId(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getInviteTime()
XMLGregorianCalendarpublic void setInviteTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getHandleTime()
XMLGregorianCalendarpublic void setHandleTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||