public class

NumberArrayProperty

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

Class Overview

Java class for NumberArrayProperty complex type.

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

 <complexType name="NumberArrayProperty">
   <complexContent>
     <extension base="{http://properties.core.datamodel.fs.documentum.emc.com/}ArrayProperty">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="Short" type="{http://www.w3.org/2001/XMLSchema}short"/>
           <element name="Integer" type="{http://www.w3.org/2001/XMLSchema}int"/>
           <element name="Long" type="{http://www.w3.org/2001/XMLSchema}long"/>
           <element name="Double" type="{http://www.w3.org/2001/XMLSchema}double"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<Comparable> shortOrIntegerOrLong
[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
NumberArrayProperty()
Public Methods
List<Comparable> getShortOrIntegerOrLong()
Gets the value of the shortOrIntegerOrLong 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<Comparable> shortOrIntegerOrLong

Public Constructors

public NumberArrayProperty ()

Public Methods

public List<Comparable> getShortOrIntegerOrLong ()

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

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

    getShortOrIntegerOrLong().add(newItem);
 

Objects of the following type(s) are allowed in the list Integer Long Short Double