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

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

public class Identity
extends Object

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

id

protected String id

password

protected String password

profile

protected Profile profile

role

protected String role

state

protected String state

signUpTime

protected XMLGregorianCalendar signUpTime
Constructor Detail

Identity

public Identity()
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

getPassword

public String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(String value)
Sets the value of the password 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

getRole

public String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(String value)
Sets the value of the role 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

getSignUpTime

public XMLGregorianCalendar getSignUpTime()
Gets the value of the signUpTime property.

Returns:
possible object is XMLGregorianCalendar

setSignUpTime

public void setSignUpTime(XMLGregorianCalendar value)
Sets the value of the signUpTime property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2014. All Rights Reserved.