| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.ObjectIdentity |
Java class for ObjectIdentity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectIdentity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="ObjectId" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectId"/>
<element name="ObjectKey" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectKey"/>
<element name="ObjectPath" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectPath"/>
<element name="Qualification" type="{http://core.datamodel.fs.documentum.emc.com/}Qualification"/>
<element name="CompositeObjectId" type="{http://core.datamodel.fs.documentum.emc.com/}CompositeObjectId"/>
<element name="StringUri" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
<attribute name="valueType" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentityType" />
<attribute name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compositeObjectId | |||||||||||
| objectId | |||||||||||
| objectKey | |||||||||||
| objectPath | |||||||||||
| qualification | |||||||||||
| repositoryName | |||||||||||
| stringUri | |||||||||||
| valueType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compositeObjectId property.
| |||||||||||
Gets the value of the objectId property.
| |||||||||||
Gets the value of the objectKey property.
| |||||||||||
Gets the value of the objectPath property.
| |||||||||||
Gets the value of the qualification property.
| |||||||||||
Gets the value of the repositoryName property.
| |||||||||||
Gets the value of the stringUri property.
| |||||||||||
Gets the value of the valueType property.
| |||||||||||
Sets the value of the compositeObjectId property.
| |||||||||||
Sets the value of the objectId property.
| |||||||||||
Sets the value of the objectKey property.
| |||||||||||
Sets the value of the objectPath property.
| |||||||||||
Sets the value of the qualification property.
| |||||||||||
Sets the value of the repositoryName property.
| |||||||||||
Sets the value of the stringUri property.
| |||||||||||
Sets the value of the valueType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compositeObjectId property.
CompositeObjectId
Gets the value of the objectId property.
ObjectId
Gets the value of the objectKey property.
ObjectKey
Gets the value of the objectPath property.
ObjectPath
Gets the value of the qualification property.
Qualification
Gets the value of the repositoryName property.
Gets the value of the stringUri property.
Gets the value of the valueType property.
ObjectIdentityType
Sets the value of the compositeObjectId property.
| value | Allowed object is
CompositeObjectId
|
|---|
Sets the value of the objectId property.
| value | Allowed object is
ObjectId
|
|---|
Sets the value of the objectKey property.
| value | Allowed object is
ObjectKey
|
|---|
Sets the value of the objectPath property.
| value | Allowed object is
ObjectPath
|
|---|
Sets the value of the qualification property.
| value | Allowed object is
Qualification
|
|---|
Sets the value of the repositoryName property.
| value | Allowed object is String |
|---|
Sets the value of the stringUri property.
| value | Allowed object is String |
|---|
Sets the value of the valueType property.
| value | Allowed object is
ObjectIdentityType
|
|---|