public class SayHi extends Object
Java class for sayHi complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sayHi">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SayHi() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets the value of the text property.
|
void |
setText(String value)
Sets the value of the text property.
|
protected String text
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.