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
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 |
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
Result
public Result()
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.