|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.ErrInfo
public class ErrInfo
Corresponds to UDDI v2.0 'errInfo' element.
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 |
---|
public ErrInfo()
Method Detail |
---|
public java.lang.String getErrInfoText()
public void setErrInfoText(java.lang.String errInfoText)
errInfoText
- the text of the ErrInfo.public java.lang.String getErrCode()
public void setErrCode(java.lang.String errCode)
errCode
- the error code of the ErrInfo.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |