|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Data part of a XINS call result.
Method Summary | |
DataElement |
getDataElement()
Returns the optional extra data. |
String |
getErrorCode()
Returns the error code. |
PropertyReader |
getParameters()
Gets all parameters. |
Method Detail |
public String getErrorCode()
null
is returned the call was
successful and thus no error code was returned. Otherwise the call was
unsuccessful.
This method will never return an empty string, so if the result is
not null
, then it is safe to assume the length of the
string is at least 1 character.
null
if the call was
successful.public PropertyReader getParameters()
PropertyReader
with all parameters, or null
if
there are none.public DataElement getDataElement()
DataElement
,
or null
.
DataElement
, can be
null
;
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |