Skip navigation links

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

E17597-02


oracle.search.query.webservice.client
Class CustomAttribute

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

All Implemented Interfaces:
Serializable

public class CustomAttribute
extends Object
implements Serializable

CustomAttribute encapsulates name and value of the custom (user-defined) attribute. Name of the attribute is represented by actual name and type of the attribute in name_type format. For example: A string attribute foo will be represented as foo_STRING

See Also:
Serialized Form

Constructor Summary
CustomAttribute()
           
CustomAttribute(String name, String value)
           

 

Method Summary
 String getName()
          Returns the name of the the custom attribute.
 String getValue()
          Returns the value of the the custom attribute.
 void setName(String name)
          Sets the name of the the custom attribute.
 void setValue(String value)
          Sets the value of the the custom attribute.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CustomAttribute

public CustomAttribute(String name,
                       String value)
Parameters:
name - name of the custom attribute
value - value of the custom attribute

CustomAttribute

public CustomAttribute()

Method Detail

getName

public String getName()
Returns the name of the the custom attribute.

setName

public void setName(String name)
Sets the name of the the custom attribute.
Parameters:
name - name of the cutsom attribute

getValue

public String getValue()
Returns the value of the the custom attribute.

setValue

public void setValue(String value)
Sets the value of the the custom attribute.
Parameters:
value - value of the cutsom attribute

Skip navigation links

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

E17597-02


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