public class

ObjectKey

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.ObjectKey

Class Overview

Java class for ObjectKey complex type.

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

 <complexType name="ObjectKey">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PropertySet" type="{http://properties.core.datamodel.fs.documentum.emc.com/}PropertySet" minOccurs="0"/>
       </sequence>
       <attribute name="objectType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String objectType
protected PropertySet propertySet
Public Constructors
ObjectKey()
Public Methods
String getObjectType()
Gets the value of the objectType property.
PropertySet getPropertySet()
Gets the value of the propertySet property.
void setObjectType(String value)
Sets the value of the objectType property.
void setPropertySet(PropertySet value)
Sets the value of the propertySet property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String objectType

protected PropertySet propertySet

Public Constructors

public ObjectKey ()

Public Methods

public String getObjectType ()

Gets the value of the objectType property.

Returns
  • possible object is String

public PropertySet getPropertySet ()

Gets the value of the propertySet property.

Returns

public void setObjectType (String value)

Sets the value of the objectType property.

Parameters
value Allowed object is String

public void setPropertySet (PropertySet value)

Sets the value of the propertySet property.

Parameters
value Allowed object is PropertySet