| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.context.Identity | |
| ↳ | com.emc.documentum.fs.datamodel.core.context.BasicIdentity | |
Known Direct Subclasses
|
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| password | |||||||||||
| userName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the password property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the password property.
Gets the value of the userName property.
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|