|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.query.webservice.client.Node
Node encapsulates infosource node information.
Constructor Summary | |
Node() |
|
Node(java.lang.String id, java.lang.String fedId, java.lang.String name, java.lang.Integer docCount, java.lang.Boolean hasChildren, java.lang.String[] fullpath, java.lang.String[] fullpathIds) |
Method Summary | |
java.lang.Integer |
getDocCount() Returns the number of documents under the node. |
java.lang.String |
getFedId() Returns the ID of the federated instance. |
java.lang.String[] |
getFullpath() Returns an array of names of the nodes in the full path of the infosource node. |
java.lang.String[] |
getFullpathIds() Returns an array of infosource node IDs in the full path to the node. |
java.lang.Boolean |
getHasChildren() Returns a Boolean value indicating if the node has children. |
java.lang.String |
getId() Returns the ID of the infosource node. |
java.lang.String |
getName() Returns number of documents under the infosource node. |
void |
setDocCount(java.lang.Integer docCount) Sets the value indicating the number of documents under the node. |
void |
setFedId(java.lang.String fedId) Sets the federated instance ID of the infosource node. |
void |
setFullpath(java.lang.String[] fullpath) Sets the names of the nodes in the full path to the infosource node. |
void |
setFullpathIds(java.lang.String[] fullpathIds) Sets the IDs of the nodes in the full path to the infosource node. |
void |
setHasChildren(java.lang.Boolean hasChildren) Sets the Boolean value indicating if the node has children. |
void |
setId(java.lang.String id) Sets the ID of the infosource node. |
void |
setName(java.lang.String name) Sets the name of the infosource node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Node()
public Node(java.lang.String id, java.lang.String fedId, java.lang.String name, java.lang.Integer docCount, java.lang.Boolean hasChildren, java.lang.String[] fullpath, java.lang.String[] fullpathIds)
id
- ID of the infosource nodefedId
- ID of the federated instancename
- name of the infosource nodedocCount
- number of documents under the infosource nodehasChildren
- indicates if the node has any childrenfullpath
- full infosource path to the nodefullpathIds
- IDs of each node in the full path to the nodeMethod Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id
- ID of the infosource nodepublic java.lang.String getFedId()
public void setFedId(java.lang.String fedId)
fedId
- ID of the federated instance of the infosource nodepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- name of the infosource nodepublic java.lang.Integer getDocCount()
public void setDocCount(java.lang.Integer docCount)
docCount
- number of documents under the infosource nodepublic java.lang.Boolean getHasChildren()
public void setHasChildren(java.lang.Boolean hasChildren)
hasChildren
- Boolean value indicating if the node has childrenpublic java.lang.String[] getFullpath()
public void setFullpath(java.lang.String[] fullpath)
fullpath
- names of the nodes in the full path to the infosource nodepublic java.lang.String[] getFullpathIds()
public void setFullpathIds(java.lang.String[] fullpathIds)
fullpathIds
- IDs of nodes in the full path to the infosource node
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |