| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.query.Grouping | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.Cluster | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| clusterObjectsIdentities | |||||||||||
| clusterSize | |||||||||||
| clusterValues | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the clusterObjectsIdentities property.
| |||||||||||
Gets the value of the clusterSize property.
| |||||||||||
Gets the value of the clusterValues property.
| |||||||||||
Sets the value of the clusterObjectsIdentities property.
| |||||||||||
Sets the value of the clusterSize property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the clusterObjectsIdentities property.
ObjectIdentitySet
Gets the value of the clusterSize property.
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
Sets the value of the clusterObjectsIdentities property.
| value | Allowed object is
ObjectIdentitySet
|
|---|
Sets the value of the clusterSize property.
| value |
|---|