@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public class Echo extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="request" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<String> |
request |
| Constructor and Description |
|---|
Echo() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
getRequest()
Gets the value of the request property.
|
void |
setRequest(JAXBElement<String> value)
Sets the value of the request property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") protected JAXBElement<String> request
@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public JAXBElement<String> getRequest()
JAXBElement<String>@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public void setRequest(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>Apache CXF