Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


oracle.search.query.webservice.client
Class SCElement

java.lang.Object
  extended by oracle.search.query.webservice.client.SCElement

All Implemented Interfaces:
Serializable

public class SCElement
extends Object
implements Serializable

SCElement encapsulates suggested content.

See Also:
Serialized Form

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

SCElement

public SCElement(oracle.search.query.webservice.proxy.SCElement scElem)

Method Detail

getName

public String getName()
Returns the provider name for this suggested content element.
Returns:
the provider name

setName

public void setName(String name)
Sets the provider name.
Parameters:
name - the provider name

getContent

public Byte[] getContent()
Returns the suggested content for this provider.
Returns:
the suggested content

setContent

public void setContent(Byte[] content)
Sets the suggested content for this provider.
Parameters:
content - the suggested content

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


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