cgl.axis.services.uddi.uddi_schema
Class Result

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.Result
All Implemented Interfaces:
java.io.Serializable

public class Result
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Result()
           
Result(ErrInfo errInfo, int errno, KeyType keyType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ErrInfo getErrInfo()
          Gets the errInfo value for this Result.
 int getErrno()
          Gets the errno value for this Result.
 KeyType getKeyType()
          Gets the keyType value for this Result.
 int hashCode()
           
 void setErrInfo(ErrInfo errInfo)
          Sets the errInfo value for this Result.
 void setErrno(int errno)
          Sets the errno value for this Result.
 void setKeyType(KeyType keyType)
          Sets the keyType value for this Result.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()

Result

public Result(ErrInfo errInfo,
              int errno,
              KeyType keyType)
Method Detail

getErrInfo

public ErrInfo getErrInfo()
Gets the errInfo value for this Result.

Returns:
errInfo

setErrInfo

public void setErrInfo(ErrInfo errInfo)
Sets the errInfo value for this Result.

Parameters:
errInfo -

getErrno

public int getErrno()
Gets the errno value for this Result.

Returns:
errno

setErrno

public void setErrno(int errno)
Sets the errno value for this Result.

Parameters:
errno -

getKeyType

public KeyType getKeyType()
Gets the keyType value for this Result.

Returns:
keyType

setKeyType

public void setKeyType(KeyType keyType)
Sets the keyType value for this Result.

Parameters:
keyType -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()