public class

DateArrayProperty

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

Class Overview

Java class for DateArrayProperty complex type.

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

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

Summary

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

Public Constructors

public DateArrayProperty ()

Public Methods

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