| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.query.GroupingTree | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.ClusterTree | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| clusters | |||||||||||
| strategy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the clusters property.
| |||||||||||
Gets the value of the strategy property.
| |||||||||||
Sets the value of the strategy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the strategy property.
ClusteringStrategy
Sets the value of the strategy property.
| value | Allowed object is
ClusteringStrategy
|
|---|