public abstract class

ArrayProperty

extends Property
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.properties.Property
     ↳ com.emc.documentum.fs.datamodel.core.properties.ArrayProperty
Known Direct Subclasses

Class Overview

Java class for ArrayProperty complex type.

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

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

Summary

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

Fields

protected List<ValueAction> valueActions

Public Constructors

public ArrayProperty ()

Public Methods

public List<ValueAction> getValueActions ()

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

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

    getValueActions().add(newItem);
 

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