public class

ClusteringProfile

extends Profile
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.profiles.Profile
     ↳ com.emc.documentum.fs.datamodel.core.profiles.ClusteringProfile

Class Overview

Java class for ClusteringProfile complex type.

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

 <complexType name="ClusteringProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
         <element name="ClusteringStrategies" type="{http://query.core.datamodel.fs.documentum.emc.com/}ClusteringStrategy" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<ClusteringStrategy> clusteringStrategies
Public Constructors
ClusteringProfile()
Public Methods
List<ClusteringStrategy> getClusteringStrategies()
Gets the value of the clusteringStrategies property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ClusteringStrategy> clusteringStrategies

Public Constructors

public ClusteringProfile ()

Public Methods

public List<ClusteringStrategy> getClusteringStrategies ()

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

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

    getClusteringStrategies().add(newItem);
 

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