|
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.admin.api.ws.client.AdminProperty
public class AdminProperty
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>
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 |
|---|
public AdminProperty()
| Method Detail |
|---|
public String getPropertyName()
public void setPropertyName(String value)
value - The property name.public String getPropertyValue()
public void setPropertyValue(String value)
value - The property value.
|
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 | |||||||||