|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.emc.cdp.services.rest.model.Assignee
public class Assignee
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 |
|---|
protected String identityId
protected String roleId
protected Profile profile
| Constructor Detail |
|---|
public Assignee()
| Method Detail |
|---|
public String getIdentityId()
Stringpublic void setIdentityId(String value)
value - allowed object is
Stringpublic String getRoleId()
Stringpublic void setRoleId(String value)
value - allowed object is
Stringpublic Profile getProfile()
Profilepublic void setProfile(Profile value)
value - allowed object is
Profile
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||