com.ibm.uddi.datatypes
Class ErrInfo
java.lang.Object
|
+--com.ibm.uddi.datatypes.ErrInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class ErrInfo
- extends java.lang.Object
- implements java.io.Serializable
Corresponds to UDDI v2.0 'errInfo' element.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getErrCode()
Returns the error code of the ErrInfo. |
java.lang.String |
getErrInfoText()
Returns the text of the ErrInfo. |
void |
setErrCode(java.lang.String errCode)
Sets the error code of the ErrInfo. |
void |
setErrInfoText(java.lang.String errInfoText)
Sets the text of the ErrInfo. |
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
ErrInfo
public ErrInfo()
getErrInfoText
public java.lang.String getErrInfoText()
- Returns the text of the ErrInfo.
- Returns:
- the text of the ErrInfo.
setErrInfoText
public void setErrInfoText(java.lang.String errInfoText)
- Sets the text of the ErrInfo.
- Parameters:
errInfoText
- the text of the ErrInfo.
getErrCode
public java.lang.String getErrCode()
- Returns the error code of the ErrInfo.
- Returns:
- the error code of the ErrInfo.
setErrCode
public void setErrCode(java.lang.String errCode)
- Sets the error code of the ErrInfo.
- Parameters:
errCode
- the error code of the ErrInfo.