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