public class

Cluster

extends Grouping
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.Grouping
     ↳ com.emc.documentum.fs.datamodel.core.query.Cluster

Class Overview

Java class for Cluster complex type.

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

 <complexType name="Cluster">
   <complexContent>
     <extension base="{http://query.core.datamodel.fs.documentum.emc.com/}Grouping">
       <sequence>
         <element name="clusterValues" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ClusterObjectsIdentities" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentitySet" minOccurs="0"/>
       </sequence>
       <attribute name="clusterSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ObjectIdentitySet clusterObjectsIdentities
protected int clusterSize
protected List<String> clusterValues
Public Constructors
Cluster()
Public Methods
ObjectIdentitySet getClusterObjectsIdentities()
Gets the value of the clusterObjectsIdentities property.
int getClusterSize()
Gets the value of the clusterSize property.
List<String> getClusterValues()
Gets the value of the clusterValues property.
void setClusterObjectsIdentities(ObjectIdentitySet value)
Sets the value of the clusterObjectsIdentities property.
void setClusterSize(int value)
Sets the value of the clusterSize property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ObjectIdentitySet clusterObjectsIdentities

protected int clusterSize

protected List<String> clusterValues

Public Constructors

public Cluster ()

Public Methods

public ObjectIdentitySet getClusterObjectsIdentities ()

Gets the value of the clusterObjectsIdentities property.

Returns

public int getClusterSize ()

Gets the value of the clusterSize property.

public List<String> getClusterValues ()

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

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

    getClusterValues().add(newItem);
 

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

public void setClusterObjectsIdentities (ObjectIdentitySet value)

Sets the value of the clusterObjectsIdentities property.

Parameters
value Allowed object is ObjectIdentitySet

public void setClusterSize (int value)

Sets the value of the clusterSize property.

Parameters
value