public class GetStatusRet
extends java.lang.Object
getStatus
, it's a JavaBean to allow
its creation by the JAX-WS APIRequestListenerInterface
,
InfoKey
Constructor and Description |
---|
GetStatusRet()
Constructs an empty GetStatusRet object
|
GetStatusRet(InfoKey retCode,
InfoKey status,
InfoKey result)
Constructs a GetStatusRet object
|
Modifier and Type | Method and Description |
---|---|
InfoKey |
getResult()
get the result for this GetStatusRet object
|
InfoKey |
getRetCode()
get the information object for this GetStatusRet object
|
InfoKey |
getStatus()
get the status for this GetStatusRet object
|
void |
setResult(InfoKey result)
set the result for this GetStatusRet object
|
void |
setRetCode(InfoKey retCode)
set the information object for this GetStatusRet object
|
void |
setStatus(InfoKey status)
set the status for this GetStatusRet object
|
public InfoKey getRetCode()
public void setRetCode(InfoKey retCode)
retCode
- the new information object for this GetStatusRet objectpublic InfoKey getStatus()
public void setStatus(InfoKey status)
status
- the new status for this GetStatusRet objectpublic InfoKey getResult()
public void setResult(InfoKey result)
result
- the new result for this GetStatusRet object