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

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

public class Assignee
extends Object

Java class for Assignee complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Assignee">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="roleId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{http://cdp.emc.com/services/rest/model}profile" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String identityId
           
protected  Profile profile
           
protected  String roleId
           
 
Constructor Summary
Assignee()
           
 
Method Summary
 String getIdentityId()
          Gets the value of the identityId property.
 Profile getProfile()
          Gets the value of the profile property.
 String getRoleId()
          Gets the value of the roleId property.
 void setIdentityId(String value)
          Sets the value of the identityId property.
 void setProfile(Profile value)
          Sets the value of the profile property.
 void setRoleId(String value)
          Sets the value of the roleId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identityId

protected String identityId

roleId

protected String roleId

profile

protected Profile profile
Constructor Detail

Assignee

public Assignee()
Method Detail

getIdentityId

public String getIdentityId()
Gets the value of the identityId property.

Returns:
possible object is String

setIdentityId

public void setIdentityId(String value)
Sets the value of the identityId property.

Parameters:
value - allowed object is String

getRoleId

public String getRoleId()
Gets the value of the roleId property.

Returns:
possible object is String

setRoleId

public void setRoleId(String value)
Sets the value of the roleId property.

Parameters:
value - allowed object is String

getProfile

public Profile getProfile()
Gets the value of the profile property.

Returns:
possible object is Profile

setProfile

public void setProfile(Profile value)
Sets the value of the profile property.

Parameters:
value - allowed object is Profile


Copyright © 2014. All Rights Reserved.