|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.Result
Constructor Summary | |
Result()
|
|
Result(ErrInfo errInfo,
int errno,
KeyType keyType)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
ErrInfo |
getErrInfo()
Gets the errInfo value for this Result. |
int |
getErrno()
Gets the errno value for this Result. |
KeyType |
getKeyType()
Gets the keyType value for this Result. |
int |
hashCode()
|
void |
setErrInfo(ErrInfo errInfo)
Sets the errInfo value for this Result. |
void |
setErrno(int errno)
Sets the errno value for this Result. |
void |
setKeyType(KeyType keyType)
Sets the keyType value for this Result. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Result()
public Result(ErrInfo errInfo, int errno, KeyType keyType)
Method Detail |
public ErrInfo getErrInfo()
public void setErrInfo(ErrInfo errInfo)
errInfo
- public int getErrno()
public void setErrno(int errno)
errno
- public KeyType getKeyType()
public void setKeyType(KeyType keyType)
keyType
- public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |