com.ibm.was.wssample.sei.echo
Class EchoStringInput
java.lang.Object
com.ibm.was.wssample.sei.echo.EchoStringInput
public class EchoStringInput
- extends java.lang.Object
Java class for echoStringInput element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="echoStringInput">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="echoInput" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
Field Summary |
protected java.lang.String |
echoInput
|
Method Summary |
java.lang.String |
getEchoInput()
Gets the value of the echoInput property. |
void |
setEchoInput(java.lang.String value)
Sets the value of the echoInput property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
echoInput
protected java.lang.String echoInput
EchoStringInput
public EchoStringInput()
getEchoInput
public java.lang.String getEchoInput()
- Gets the value of the echoInput property.
- Returns:
- possible object is
String
setEchoInput
public void setEchoInput(java.lang.String value)
- Sets the value of the echoInput property.
- Parameters:
value
- allowed object is
String