| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.query.GroupingStrategy | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.FacetDefinition | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attributes | |||||||||||
| facetSort | |||||||||||
| groupBy | |||||||||||
| maxFacetValues | |||||||||||
| name | |||||||||||
| properties | |||||||||||
| subFacetDefinition | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributes property.
| |||||||||||
Gets the value of the facetSort property.
| |||||||||||
Gets the value of the groupBy property.
| |||||||||||
Gets the value of the maxFacetValues property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the properties property.
| |||||||||||
Gets the value of the subFacetDefinition property.
| |||||||||||
Sets the value of the facetSort property.
| |||||||||||
Sets the value of the groupBy property.
| |||||||||||
Sets the value of the maxFacetValues property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the properties property.
| |||||||||||
Sets the value of the subFacetDefinition property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the facetSort property.
FacetSort
Gets the value of the groupBy property.
Gets the value of the maxFacetValues property.
Gets the value of the name property.
Gets the value of the properties property.
PropertySet
Gets the value of the subFacetDefinition property.
FacetDefinition
Sets the value of the facetSort property.
| value | Allowed object is
FacetSort
|
|---|
Sets the value of the groupBy property.
| value | Allowed object is String |
|---|
Sets the value of the maxFacetValues property.
| value |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the properties property.
| value | Allowed object is
PropertySet
|
|---|
Sets the value of the subFacetDefinition property.
| value | Allowed object is
FacetDefinition
|
|---|