public class

ObjectContentSet

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

Class Overview

Java class for ObjectContentSet complex type.

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

 <complexType name="ObjectContentSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Identity" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentity" minOccurs="0"/>
         <element name="Contents" type="{http://content.core.datamodel.fs.documentum.emc.com/}Content" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<Content> contents
protected ObjectIdentity identity
Public Constructors
ObjectContentSet()
Public Methods
List<Content> getContents()
Gets the value of the contents property.
ObjectIdentity getIdentity()
Gets the value of the identity property.
void setIdentity(ObjectIdentity value)
Sets the value of the identity property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Content> contents

protected ObjectIdentity identity

Public Constructors

public ObjectContentSet ()

Public Methods

public List<Content> getContents ()

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

public ObjectIdentity getIdentity ()

Gets the value of the identity property.

Returns

public void setIdentity (ObjectIdentity value)

Sets the value of the identity property.

Parameters
value Allowed object is ObjectIdentity