com.ibm.uddi.datatypes

Class ErrInfo

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.ErrInfo
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class ErrInfo
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'errInfo' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
ErrInfo()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getErrCode()
Deprecated. Returns the error code of the ErrInfo.
  1. java.lang.String
getErrInfoText()
Deprecated. Returns the text of the ErrInfo.
  1. void
setErrCode(java.lang.String errCode)
Deprecated. Sets the error code of the ErrInfo.
  1. void
setErrInfoText(java.lang.String errInfoText)
Deprecated. Sets the text of the ErrInfo.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ErrInfo

  1. public ErrInfo()
Deprecated.

Method Detail

getErrInfoText

  1. public java.lang.String getErrInfoText( )
Deprecated.
Returns the text of the ErrInfo.
Returns:
the text of the ErrInfo.

setErrInfoText

  1. public void setErrInfoText(java.lang.String errInfoText)
Deprecated.
Sets the text of the ErrInfo.
Parameters:
errInfoText - the text of the ErrInfo.

getErrCode

  1. public java.lang.String getErrCode( )
Deprecated.
Returns the error code of the ErrInfo.
Returns:
the error code of the ErrInfo.

setErrCode

  1. public void setErrCode(java.lang.String errCode)
Deprecated.
Sets the error code of the ErrInfo.
Parameters:
errCode - the error code of the ErrInfo.