public class

StringArrayProperty

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.StringArrayProperty

Class Overview

Java class for StringArrayProperty complex type.

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

 <complexType name="StringArrayProperty">
   <complexContent>
     <extension base="{http://properties.core.datamodel.fs.documentum.emc.com/}ArrayProperty">
       <sequence>
         <element name="Values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<String> 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
StringArrayProperty()
Public Methods
List<String> 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<String> values

Public Constructors

public StringArrayProperty ()

Public Methods

public List<String> 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 String