public class Callback
extends java.lang.Object
Java class for callback complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="callback"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="response" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
response |
protected java.lang.String |
responseCode |
protected java.lang.String |
userId |
Constructor and Description |
---|
Callback() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResponse()
Gets the value of the response property.
|
java.lang.String |
getResponseCode()
Gets the value of the responseCode property.
|
java.lang.String |
getUserId()
Gets the value of the userId property.
|
void |
setResponse(java.lang.String value)
Sets the value of the response property.
|
void |
setResponseCode(java.lang.String value)
Sets the value of the responseCode property.
|
void |
setUserId(java.lang.String value)
Sets the value of the userId property.
|
protected java.lang.String responseCode
protected java.lang.String userId
protected java.lang.String response
public java.lang.String getResponseCode()
String
public void setResponseCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserId()
String
public void setUserId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getResponse()
String
public void setResponse(java.lang.String value)
value
- allowed object is
String