|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.ErrInfo
Corresponds to UDDI v2.0 'errInfo' element.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_COPYRIGHT
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |