org.openmobilealliance.schema.sti.v1_0
Class ReturnResult

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.ReturnResult
All Implemented Interfaces:
java.io.Serializable

public class ReturnResult
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

ReturnResult

public ReturnResult()
Method Detail

getReturnCode

public int getReturnCode()
Gets the value of the returnCode property.


setReturnCode

public void setReturnCode(int value)
Sets the value of the returnCode property.


isSetReturnCode

public boolean isSetReturnCode()

getReturnString

public java.lang.String getReturnString()
Gets the value of the returnString property.

Returns:
possible object is String

setReturnString

public void setReturnString(java.lang.String value)
Sets the value of the returnString property.

Parameters:
value - allowed object is String

isSetReturnString

public boolean isSetReturnString()