|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.search.query.webservice.wssclient.FacetNode
public class FacetNode
Java class for facetNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="facetNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="childrenDisplayNames" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="childrenDocCounts" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="childrenNames" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="docCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="hasChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="properties" type="{http://search.oracle.com/Query}property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FacetNode() |
|
| Method Summary | |
|---|---|
List |
getChildrenDisplayNames()Gets the value of the childrenDisplayNames property. |
List |
getChildrenDocCounts()Gets the value of the childrenDocCounts property. |
List |
getChildrenNames()Gets the value of the childrenNames property. |
String |
getDisplayName()Gets the display name of the facet node. |
Integer |
getDocCount()Gets the document count of this facet node. |
String |
getName()Gets the name of the facet node. |
String |
getPath()Gets the path of this facet node. |
List |
getProperties()Gets the value of the properties property. |
Boolean |
isHasChildren()Does this facet node has any children. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FacetNode()
| Method Detail |
|---|
public List getChildrenDisplayNames()
public List getChildrenDocCounts()
public List getChildrenNames()
Stringpublic String getDisplayName()
Stringpublic Integer getDocCount()
public Boolean isHasChildren()
public String getName()
public String getPath()
Stringpublic List getProperties()
Property
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||