| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.DataObject |
Java class for DataObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Aspects" type="{http://core.datamodel.fs.documentum.emc.com/}Aspect" maxOccurs="unbounded" minOccurs="0"/>
<element name="Identity" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentity" minOccurs="0"/>
<element name="Properties" type="{http://properties.core.datamodel.fs.documentum.emc.com/}PropertySet" minOccurs="0"/>
<element name="Relationships" type="{http://core.datamodel.fs.documentum.emc.com/}Relationship" maxOccurs="unbounded" minOccurs="0"/>
<element name="Contents" type="{http://content.core.datamodel.fs.documentum.emc.com/}Content" maxOccurs="unbounded" minOccurs="0"/>
<element name="Permissions" type="{http://core.datamodel.fs.documentum.emc.com/}Permission" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="transientId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| aspects | |||||||||||
| contents | |||||||||||
| identity | |||||||||||
| permissions | |||||||||||
| properties | |||||||||||
| relationships | |||||||||||
| transientId | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the aspects property.
| |||||||||||
Gets the value of the contents property.
| |||||||||||
Gets the value of the identity property.
| |||||||||||
Gets the value of the permissions property.
| |||||||||||
Gets the value of the properties property.
| |||||||||||
Gets the value of the relationships property.
| |||||||||||
Gets the value of the transientId property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the identity property.
| |||||||||||
Sets the value of the properties property.
| |||||||||||
Sets the value of the transientId property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the aspects property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aspects property.
For example, to add a new item, do as follows:
getAspects().add(newItem);
Objects of the following type(s) are allowed in the list
Aspect
Gets the value of the contents property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contents property.
For example, to add a new item, do as follows:
getContents().add(newItem);
Objects of the following type(s) are allowed in the list
Content
Gets the value of the identity property.
ObjectIdentity
Gets the value of the permissions property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the permissions property.
For example, to add a new item, do as follows:
getPermissions().add(newItem);
Objects of the following type(s) are allowed in the list
Permission
Gets the value of the properties property.
PropertySet
Gets the value of the relationships property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relationships property.
For example, to add a new item, do as follows:
getRelationships().add(newItem);
Objects of the following type(s) are allowed in the list
Relationship
Gets the value of the transientId property.
Gets the value of the type property.
Sets the value of the identity property.
| value | Allowed object is
ObjectIdentity
|
|---|
Sets the value of the properties property.
| value | Allowed object is
PropertySet
|
|---|
Sets the value of the transientId property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|