IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class ErrInfo

java.lang.Object
  extended by com.ibm.uddi.datatypes.ErrInfo
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 'errInfo' element.

See Also:
Serialized Form

Constructor Summary
ErrInfo()
          Deprecated.  
 
Method Summary
 java.lang.String getErrCode()
          Deprecated. Returns the error code of the ErrInfo.
 java.lang.String getErrInfoText()
          Deprecated. Returns the text of the ErrInfo.
 void setErrCode(java.lang.String errCode)
          Deprecated. Sets the error code of the ErrInfo.
 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

public ErrInfo()
Deprecated. 
Method Detail

getErrInfoText

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

Returns:
the text of the ErrInfo.

setErrInfoText

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

Parameters:
errInfoText - the text of the ErrInfo.

getErrCode

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

Returns:
the error code of the ErrInfo.

setErrCode

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

Parameters:
errCode - the error code of the ErrInfo.

IBM WebSphere Application ServerTM
Release 8