|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmobilealliance.schema.sti.v1_0.ReturnResult
public class ReturnResult
This complex type contains result details: - returnCode: Contains the specific result code (see possible values in "ReturnCodes"). - returnString: Contains the result message to add more details about the result code.
Java class for ReturnResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReturnResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="returnCode" type="{http://www.openmobilealliance.org/schema/sti/v1_0}ReturnCodes"/> <element name="returnString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ReturnResult()
|
Method Summary | |
---|---|
int |
getReturnCode()
Gets the value of the returnCode property. |
java.lang.String |
getReturnString()
Gets the value of the returnString property. |
boolean |
isSetReturnCode()
|
boolean |
isSetReturnString()
|
void |
setReturnCode(int value)
Sets the value of the returnCode property. |
void |
setReturnString(java.lang.String value)
Sets the value of the returnString property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReturnResult()
Method Detail |
---|
public int getReturnCode()
public void setReturnCode(int value)
public boolean isSetReturnCode()
public java.lang.String getReturnString()
String
public void setReturnString(java.lang.String value)
value
- allowed object is
String
public boolean isSetReturnString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |