public class GetAccountStatement
extends java.lang.Object
Java class for getAccountStatement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getAccountStatement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="arg0" type="{http://jadex.webservice.examples.ws.banking/}request" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetAccountStatement() |
| Modifier and Type | Method and Description |
|---|---|
Request |
getArg0()
Gets the value of the arg0 property.
|
void |
setArg0(Request value)
Sets the value of the arg0 property.
|
protected Request arg0