public class

ClusterTree

extends GroupingTree
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.GroupingTree
     ↳ com.emc.documentum.fs.datamodel.core.query.ClusterTree

Class Overview

Java class for ClusterTree complex type.

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

 <complexType name="ClusterTree">
   <complexContent>
     <extension base="{http://query.core.datamodel.fs.documentum.emc.com/}GroupingTree">
       <sequence>
         <element name="Clusters" type="{http://query.core.datamodel.fs.documentum.emc.com/}Cluster" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Strategy" type="{http://query.core.datamodel.fs.documentum.emc.com/}ClusteringStrategy" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<Cluster> clusters
protected ClusteringStrategy strategy
Public Constructors
ClusterTree()
Public Methods
List<Cluster> getClusters()
Gets the value of the clusters property.
ClusteringStrategy getStrategy()
Gets the value of the strategy property.
void setStrategy(ClusteringStrategy value)
Sets the value of the strategy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Cluster> clusters

protected ClusteringStrategy strategy

Public Constructors

public ClusterTree ()

Public Methods

public List<Cluster> getClusters ()

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

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

    getClusters().add(newItem);
 

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

public ClusteringStrategy getStrategy ()

Gets the value of the strategy property.

Returns

public void setStrategy (ClusteringStrategy value)

Sets the value of the strategy property.

Parameters
value Allowed object is ClusteringStrategy