BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.uddi.client.structures.response
Class Response

java.lang.Object
  extended byweblogic.uddi.client.structures.response.Response
Direct Known Subclasses:
AuthToken, ListResponse

public abstract class Response
extends Object

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
protected  String generic
           
protected  String operator
           
 
Constructor Summary
Response()
           
 
Method Summary
 String getGeneric()
          Gets the value of the generic string.
 String getOperator()
          Gets the value of the operator.
 void setGeneric(String value)
          sets the value of the generic.
 void setOperator(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 String generic

operator

protected String operator
Constructor Detail

Response

public Response()
Method Detail

getGeneric

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

Returns:
the current value of the generic string.

getOperator

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

Returns:
the current value of the operator.

setGeneric

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

Parameters:
value - value of the generic.

setOperator

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

Parameters:
value - the new value of the operator.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.