public class

BasicIdentity

extends Identity
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.context.Identity
     ↳ com.emc.documentum.fs.datamodel.core.context.BasicIdentity
Known Direct Subclasses

Class Overview

Java class for BasicIdentity complex type.

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

 <complexType name="BasicIdentity">
   <complexContent>
     <extension base="{http://context.core.datamodel.fs.documentum.emc.com/}Identity">
       <sequence>
       </sequence>
       <attribute name="userName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String password
protected String userName
Public Constructors
BasicIdentity()
Public Methods
String getPassword()
Gets the value of the password property.
String getUserName()
Gets the value of the userName property.
void setPassword(String value)
Sets the value of the password property.
void setUserName(String value)
Sets the value of the userName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String password

protected String userName

Public Constructors

public BasicIdentity ()

Public Methods

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String