BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.uddi.client.structures.response
Class Response

java.lang.Object
  |
  +--weblogic.uddi.client.structures.response.Response
Direct Known Subclasses:
AuthToken, ListResponse

public abstract class Response
extends java.lang.Object

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Field Summary
protected  java.lang.String generic
           
protected  java.lang.String operator
           
 
Constructor Summary
Response()
           
 
Method Summary
 java.lang.String getGeneric()
          Gets the value of the generic string.
 java.lang.String getOperator()
          Gets the value of the operator.
 void setGeneric(java.lang.String value)
          sets the value of the generic.
 void setOperator(java.lang.String value)
          Sets the value of the operator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generic

protected java.lang.String generic

operator

protected java.lang.String operator
Constructor Detail

Response

public Response()
Method Detail

getOperator

public java.lang.String getOperator()
Gets the value of the operator.

Returns:
the current value of the operator.

setOperator

public void setOperator(java.lang.String value)
Sets the value of the operator.

Parameters:
value - the new value of the operator.

getGeneric

public java.lang.String getGeneric()
Gets the value of the generic string.

Returns:
the current value of the generic string.

setGeneric

public void setGeneric(java.lang.String value)
sets the value of the generic.

Parameters:
value - value of the generic.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b