com.emc.cdp.services.rest.model
Class Invitation

java.lang.Object
  extended by com.emc.cdp.services.rest.model.Invitation

public class Invitation
extends Object

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

id

protected String id

accountId

protected String accountId

targetAccountRole

protected String targetAccountRole

inviteeId

protected String inviteeId

inviterId

protected String inviterId

state

protected String state

inviteTime

protected XMLGregorianCalendar inviteTime

handleTime

protected XMLGregorianCalendar handleTime
Constructor Detail

Invitation

public Invitation()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getAccountId

public String getAccountId()
Gets the value of the accountId property.

Returns:
possible object is String

setAccountId

public void setAccountId(String value)
Sets the value of the accountId property.

Parameters:
value - allowed object is String

getTargetAccountRole

public String getTargetAccountRole()
Gets the value of the targetAccountRole property.

Returns:
possible object is String

setTargetAccountRole

public void setTargetAccountRole(String value)
Sets the value of the targetAccountRole property.

Parameters:
value - allowed object is String

getInviteeId

public String getInviteeId()
Gets the value of the inviteeId property.

Returns:
possible object is String

setInviteeId

public void setInviteeId(String value)
Sets the value of the inviteeId property.

Parameters:
value - allowed object is String

getInviterId

public String getInviterId()
Gets the value of the inviterId property.

Returns:
possible object is String

setInviterId

public void setInviterId(String value)
Sets the value of the inviterId property.

Parameters:
value - allowed object is String

getState

public String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getInviteTime

public XMLGregorianCalendar getInviteTime()
Gets the value of the inviteTime property.

Returns:
possible object is XMLGregorianCalendar

setInviteTime

public void setInviteTime(XMLGregorianCalendar value)
Sets the value of the inviteTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getHandleTime

public XMLGregorianCalendar getHandleTime()
Gets the value of the handleTime property.

Returns:
possible object is XMLGregorianCalendar

setHandleTime

public void setHandleTime(XMLGregorianCalendar value)
Sets the value of the handleTime property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2014. All Rights Reserved.