| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.CompositeObjectId |
Java class for CompositeObjectId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompositeObjectId">
<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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| objectType | |||||||||||
| propertySet | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the objectType property.
| |||||||||||
Gets the value of the propertySet property.
| |||||||||||
Sets the value of the objectType property.
| |||||||||||
Sets the value of the propertySet property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the objectType property.
Gets the value of the propertySet property.
PropertySet
Sets the value of the objectType property.
| value | Allowed object is String |
|---|
Sets the value of the propertySet property.
| value | Allowed object is
PropertySet
|
|---|