com.ibm.was.wssample.sei.echo
Class EchoStringResponse
java.lang.Object
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>
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 |
echoResponse
protected java.lang.String echoResponse
EchoStringResponse
public EchoStringResponse()
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