|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.emc.cdp.services.rest.model.Identity
public class Identity
Java class for Identity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Identity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://cdp.emc.com/services/rest/model}profile" minOccurs="0"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="signUpTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
password
|
protected Profile |
profile
|
protected String |
role
|
protected XMLGregorianCalendar |
signUpTime
|
protected String |
state
|
| Constructor Summary | |
|---|---|
Identity()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
String |
getPassword()
Gets the value of the password property. |
Profile |
getProfile()
Gets the value of the profile property. |
String |
getRole()
Gets the value of the role property. |
XMLGregorianCalendar |
getSignUpTime()
Gets the value of the signUpTime property. |
String |
getState()
Gets the value of the state property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPassword(String value)
Sets the value of the password property. |
void |
setProfile(Profile value)
Sets the value of the profile property. |
void |
setRole(String value)
Sets the value of the role property. |
void |
setSignUpTime(XMLGregorianCalendar value)
Sets the value of the signUpTime property. |
void |
setState(String value)
Sets the value of the state 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 password
protected Profile profile
protected String role
protected String state
protected XMLGregorianCalendar signUpTime
| Constructor Detail |
|---|
public Identity()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic Profile getProfile()
Profilepublic void setProfile(Profile value)
value - allowed object is
Profilepublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSignUpTime()
XMLGregorianCalendarpublic void setSignUpTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||