public class

ObjectIdArrayProperty

extends ArrayProperty
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.properties.Property
     ↳ com.emc.documentum.fs.datamodel.core.properties.ArrayProperty
       ↳ com.emc.documentum.fs.datamodel.core.properties.ObjectIdArrayProperty

Class Overview

Java class for ObjectIdArrayProperty complex type.

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

 <complexType name="ObjectIdArrayProperty">
   <complexContent>
     <extension base="{http://properties.core.datamodel.fs.documentum.emc.com/}ArrayProperty">
       <sequence>
         <element name="Values" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectId" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<ObjectId> values
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.properties.ArrayProperty
From class com.emc.documentum.fs.datamodel.core.properties.Property
Public Constructors
ObjectIdArrayProperty()
Public Methods
List<ObjectId> getValues()
Gets the value of the values property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.properties.ArrayProperty
From class com.emc.documentum.fs.datamodel.core.properties.Property
From class java.lang.Object

Fields

protected List<ObjectId> values

Public Constructors

public ObjectIdArrayProperty ()

Public Methods

public List<ObjectId> getValues ()

Gets the value of the values 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 values property.

For example, to add a new item, do as follows:

    getValues().add(newItem);
 

Objects of the following type(s) are allowed in the list ObjectId