public class

FacetDefinition

extends GroupingStrategy
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.GroupingStrategy
     ↳ com.emc.documentum.fs.datamodel.core.query.FacetDefinition

Class Overview

Java class for FacetDefinition complex type.

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

 <complexType name="FacetDefinition">
   <complexContent>
     <extension base="{http://query.core.datamodel.fs.documentum.emc.com/}GroupingStrategy">
       <sequence>
         <element name="attributes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="facetSort" type="{http://query.core.datamodel.fs.documentum.emc.com/}FacetSort" minOccurs="0"/>
         <element name="properties" type="{http://properties.core.datamodel.fs.documentum.emc.com/}PropertySet" minOccurs="0"/>
         <element name="subFacetDefinition" type="{http://query.core.datamodel.fs.documentum.emc.com/}FacetDefinition" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="groupBy" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maxFacetValues" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<String> attributes
protected FacetSort facetSort
protected String groupBy
protected int maxFacetValues
protected String name
protected PropertySet properties
protected FacetDefinition subFacetDefinition
Public Constructors
FacetDefinition()
Public Methods
List<String> getAttributes()
Gets the value of the attributes property.
FacetSort getFacetSort()
Gets the value of the facetSort property.
String getGroupBy()
Gets the value of the groupBy property.
int getMaxFacetValues()
Gets the value of the maxFacetValues property.
String getName()
Gets the value of the name property.
PropertySet getProperties()
Gets the value of the properties property.
FacetDefinition getSubFacetDefinition()
Gets the value of the subFacetDefinition property.
void setFacetSort(FacetSort value)
Sets the value of the facetSort property.
void setGroupBy(String value)
Sets the value of the groupBy property.
void setMaxFacetValues(int value)
Sets the value of the maxFacetValues property.
void setName(String value)
Sets the value of the name property.
void setProperties(PropertySet value)
Sets the value of the properties property.
void setSubFacetDefinition(FacetDefinition value)
Sets the value of the subFacetDefinition property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<String> attributes

protected FacetSort facetSort

protected String groupBy

protected int maxFacetValues

protected String name

protected PropertySet properties

protected FacetDefinition subFacetDefinition

Public Constructors

public FacetDefinition ()

Public Methods

public List<String> getAttributes ()

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

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

    getAttributes().add(newItem);
 

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

public FacetSort getFacetSort ()

Gets the value of the facetSort property.

Returns

public String getGroupBy ()

Gets the value of the groupBy property.

Returns
  • possible object is String

public int getMaxFacetValues ()

Gets the value of the maxFacetValues property.

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public PropertySet getProperties ()

Gets the value of the properties property.

Returns

public FacetDefinition getSubFacetDefinition ()

Gets the value of the subFacetDefinition property.

Returns

public void setFacetSort (FacetSort value)

Sets the value of the facetSort property.

Parameters
value Allowed object is FacetSort

public void setGroupBy (String value)

Sets the value of the groupBy property.

Parameters
value Allowed object is String

public void setMaxFacetValues (int value)

Sets the value of the maxFacetValues property.

Parameters
value

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setProperties (PropertySet value)

Sets the value of the properties property.

Parameters
value Allowed object is PropertySet

public void setSubFacetDefinition (FacetDefinition value)

Sets the value of the subFacetDefinition property.

Parameters
value Allowed object is FacetDefinition