sc.symmetricbinding
Class SendResponse

java.lang.Object
  extended by sc.symmetricbinding.SendResponse

public class SendResponse
extends java.lang.Object

Java class for sendResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="sendResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="request" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String request
           
 
Constructor Summary
SendResponse()
           
 
Method Summary
 java.lang.String getRequest()
          Gets the value of the request property.
 void setRequest(java.lang.String value)
          Sets the value of the request property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

protected java.lang.String request
Constructor Detail

SendResponse

public SendResponse()
Method Detail

getRequest

public java.lang.String getRequest()
Gets the value of the request property.

Returns:
possible object is String

setRequest

public void setRequest(java.lang.String value)
Sets the value of the request property.

Parameters:
value - allowed object is String