Skip navigation links

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

E17597-02


oracle.search.admin.api.ws.client
Class AdminProperty

java.lang.Object
  extended by oracle.search.admin.api.ws.client.AdminProperty


public class AdminProperty
extends Object

A named property of a supplementary API class, such as ObjectKey and ObjectOutput.

NOTE: Not currently used.

The following schema fragment specifies the expected SOAP XML for this class:

 <complexType name="adminProperty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="propertyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="propertyValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Attachment, Credentials, ObjectKey, ObjectOutput, Status

Constructor Summary
AdminProperty()
           

 

Method Summary
 String getPropertyName()
          Returns the property name.
 String getPropertyValue()
          Returns the property value.
 void setPropertyName(String value)
          Sets the property name.
 void setPropertyValue(String value)
          Sets the property value.

 

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

 

Constructor Detail

AdminProperty

public AdminProperty()

Method Detail

getPropertyName

public String getPropertyName()
Returns the property name.
Returns:
The property name.

setPropertyName

public void setPropertyName(String value)
Sets the property name.
Parameters:
value - The property name.

getPropertyValue

public String getPropertyValue()
Returns the property value.
Returns:
The property value.

setPropertyValue

public void setPropertyValue(String value)
Sets the property value.
Parameters:
value - The property value.

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.