public class RequestData extends Object
Java class for RequestData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RequestData() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Gets the value of the data property.
|
void |
setData(Object value)
Sets the value of the data property.
|
protected Object data
Copyright © 2016. All rights reserved.