com.ibm.uddi.datatypes
Class Result

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.Result
All Implemented Interfaces:
java.io.Serializable

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

Corresponds to UDDI v2.0 'result' element.

See Also:
Serialized Form

Field Summary
static int E_accountLimitExceeded
           
static int E_assertionNotFound
           
static int E_authTokenExpired
           
static int E_authTokenRequired
           
static int E_busy
           
static int E_categorizationNotAllowed
           
static int E_fatalError
           
static int E_invalidCategory
           
static int E_invalidCompletionStatus
           
static int E_invalidKeyPassed
           
static int E_invalidProjection
           
static int E_invalidURLPassed
           
static int E_invalidValue
           
static int E_keyRetired
           
static int E_languageError
           
static int E_messageTooLarge
           
static int E_nameTooLong
           
static int E_operatorMismatch
           
static int E_publisherCancelled
           
static int E_requestDenied
           
static int E_secretUnknown
           
static int E_success
           
static int E_tooManyOptions
           
static int E_transferAborted
           
static int E_unknownUser
           
static int E_unrecognizedVersion
           
static int E_unsupported
           
static int E_userMismatch
           
static int E_valueNotAllowed
           
static java.lang.String java_copyright
           
 
Constructor Summary
Result()
           
 
Method Summary
static java.lang.String getErrCode(int errno)
          Returns the errCode corresponding to the specified errno.
 ErrInfo getErrInfo()
          Returns the ErrInfo of this Result.
 int getErrno()
          Returns the errno of this Result.
 java.lang.String getKeyType()
          Returns the keyType of this Result.
 void setErrInfo(ErrInfo errInfo)
          Sets the ErrInfo of this Result.
 void setErrno(int errno)
          Sets the errno of this Result.
 void setKeyType(java.lang.String keyType)
          Sets the keyType of this Result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright

E_success

public static final int E_success

E_nameTooLong

public static final int E_nameTooLong

E_tooManyOptions

public static final int E_tooManyOptions

E_unrecognizedVersion

public static final int E_unrecognizedVersion

E_unsupported

public static final int E_unsupported

E_languageError

public static final int E_languageError

E_authTokenExpired

public static final int E_authTokenExpired

E_authTokenRequired

public static final int E_authTokenRequired

E_operatorMismatch

public static final int E_operatorMismatch

E_userMismatch

public static final int E_userMismatch

E_unknownUser

public static final int E_unknownUser

E_accountLimitExceeded

public static final int E_accountLimitExceeded

E_invalidKeyPassed

public static final int E_invalidKeyPassed

E_invalidURLPassed

public static final int E_invalidURLPassed

E_keyRetired

public static final int E_keyRetired

E_busy

public static final int E_busy

E_fatalError

public static final int E_fatalError

E_invalidCategory

public static final int E_invalidCategory

E_categorizationNotAllowed

public static final int E_categorizationNotAllowed

E_invalidValue

public static final int E_invalidValue

E_valueNotAllowed

public static final int E_valueNotAllowed

E_invalidProjection

public static final int E_invalidProjection

E_assertionNotFound

public static final int E_assertionNotFound

E_invalidCompletionStatus

public static final int E_invalidCompletionStatus

E_messageTooLarge

public static final int E_messageTooLarge

E_transferAborted

public static final int E_transferAborted

E_requestDenied

public static final int E_requestDenied

E_publisherCancelled

public static final int E_publisherCancelled

E_secretUnknown

public static final int E_secretUnknown
Constructor Detail

Result

public Result()
Method Detail

getErrInfo

public ErrInfo getErrInfo()
Returns the ErrInfo of this Result.
Returns:
the ErrInfo of this Result.

setErrInfo

public void setErrInfo(ErrInfo errInfo)
Sets the ErrInfo of this Result.
Parameters:
errInfo - the ErrInfo of this Result.

getKeyType

public java.lang.String getKeyType()
Returns the keyType of this Result.
Returns:
the keyType of this Result.

setKeyType

public void setKeyType(java.lang.String keyType)
Sets the keyType of this Result.
Parameters:
keyType - the keyType of this Result.

getErrno

public int getErrno()
Returns the errno of this Result.
Returns:
the errno of this Result.

setErrno

public void setErrno(int errno)
Sets the errno of this Result.
Parameters:
errno - the errno of this Result.

getErrCode

public static java.lang.String getErrCode(int errno)
Returns the errCode corresponding to the specified errno.
Parameters:
errno - the errno to get the errCode of.
Returns:
the errCode corresponding to the specified errno.