mc.simpleapp.client
Class Hello
java.lang.Object
mc.simpleapp.client.Hello
public class Hello
- extends java.lang.Object
Java class for hello complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="hello">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sayHi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected java.lang.String |
sayHi
|
Constructor Summary |
Hello()
|
Method Summary |
java.lang.String |
getSayHi()
Gets the value of the sayHi property. |
void |
setSayHi(java.lang.String value)
Sets the value of the sayHi property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sayHi
protected java.lang.String sayHi
Hello
public Hello()
getSayHi
public java.lang.String getSayHi()
- Gets the value of the sayHi property.
- Returns:
- possible object is
String
setSayHi
public void setSayHi(java.lang.String value)
- Sets the value of the sayHi property.
- Parameters:
value
- allowed object is
String