public class

Facet

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

Class Overview

Java class for Facet complex type.

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

 <complexType name="Facet">
   <complexContent>
     <extension base="{http://query.core.datamodel.fs.documentum.emc.com/}GroupingTree">
       <sequence>
         <element name="values" type="{http://query.core.datamodel.fs.documentum.emc.com/}FacetValue" maxOccurs="unbounded" minOccurs="0"/>
         <element name="facetDefinition" type="{http://query.core.datamodel.fs.documentum.emc.com/}FacetDefinition" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected FacetDefinition facetDefinition
protected List<FacetValue> values
Public Constructors
Facet()
Public Methods
FacetDefinition getFacetDefinition()
Gets the value of the facetDefinition property.
List<FacetValue> getValues()
Gets the value of the values property.
void setFacetDefinition(FacetDefinition value)
Sets the value of the facetDefinition property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FacetDefinition facetDefinition

protected List<FacetValue> values

Public Constructors

public Facet ()

Public Methods

public FacetDefinition getFacetDefinition ()

Gets the value of the facetDefinition property.

Returns

public List<FacetValue> getValues ()

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

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

    getValues().add(newItem);
 

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

public void setFacetDefinition (FacetDefinition value)

Sets the value of the facetDefinition property.

Parameters
value Allowed object is FacetDefinition