Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


oracle.search.query.webservice.wssclient
Class FacetNode

java.lang.Object
  extended by oracle.search.query.webservice.wssclient.FacetNode


public class FacetNode
extends Object

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

FacetNode

public FacetNode()

Method Detail

getChildrenDisplayNames

public List getChildrenDisplayNames()
Gets the value of the childrenDisplayNames property.
Returns:
a list of the names of the children of this node.

getChildrenDocCounts

public List getChildrenDocCounts()
Gets the value of the childrenDocCounts property.
Returns:
the Integer list of document count for the children of this node.

getChildrenNames

public List getChildrenNames()
Gets the value of the childrenNames property.
Returns:
the list of children name in String

getDisplayName

public String getDisplayName()
Gets the display name of the facet node.
Returns:
the name in String

getDocCount

public Integer getDocCount()
Gets the document count of this facet node.
Returns:
document count

isHasChildren

public Boolean isHasChildren()
Does this facet node has any children.
Returns:
true if this node has children, false otherwise.

getName

public String getName()
Gets the name of the facet node.
Returns:
facet node name

getPath

public String getPath()
Gets the path of this facet node.
Returns:
path possible object is String

getProperties

public List getProperties()
Gets the value of the properties property.
Returns:
a list of Property

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.