public class WSRQ 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="su" type="{http://www.iru.org}ReconciliationQuery"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReconciliationQuery |
su |
| Constructor and Description |
|---|
WSRQ() |
| Modifier and Type | Method and Description |
|---|---|
ReconciliationQuery |
getSu()
Gets the value of the su property.
|
void |
setSu(ReconciliationQuery value)
Sets the value of the su property.
|
protected ReconciliationQuery su
public ReconciliationQuery getSu()
ReconciliationQuerypublic void setSu(ReconciliationQuery value)
value - allowed object is
ReconciliationQueryCopyright © 2017. All rights reserved.