|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-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.SCElement
public class SCElement
SCElement encapsulates suggested content.
| Constructor Summary | |
|---|---|
SCElement(oracle.search.query.webservice.proxy.SCElement scElem) |
|
| Method Summary | |
|---|---|
Byte[] |
getContent()Returns the suggested content for this provider. |
String |
getName()Returns the provider name for this suggested content element. |
void |
setContent(Byte[] content)Sets the suggested content for this provider. |
void |
setName(String name)Sets the provider name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCElement(oracle.search.query.webservice.proxy.SCElement scElem)
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the provider namepublic Byte[] getContent()
public void setContent(Byte[] content)
content - the suggested content
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||