com.ibm.was.wssample.sei.echo
Class EchoStringResponse

java.lang.Object
  extended by com.ibm.was.wssample.sei.echo.EchoStringResponse

public class EchoStringResponse
extends java.lang.Object

Java class for echoStringResponse element declaration.

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

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


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

Field Detail

echoResponse

protected java.lang.String echoResponse
Constructor Detail

EchoStringResponse

public EchoStringResponse()
Method Detail

getEchoResponse

public java.lang.String getEchoResponse()
Gets the value of the echoResponse property.

Returns:
possible object is String

setEchoResponse

public void setEchoResponse(java.lang.String value)
Sets the value of the echoResponse property.

Parameters:
value - allowed object is String