public class WSRQResponse 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="WSRQResult" type="{http://www.iru.org}ReconciliationResponse"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReconciliationResponse |
wsrqResult |
| Constructor and Description |
|---|
WSRQResponse() |
| Modifier and Type | Method and Description |
|---|---|
ReconciliationResponse |
getWSRQResult()
Gets the value of the wsrqResult property.
|
void |
setWSRQResult(ReconciliationResponse value)
Sets the value of the wsrqResult property.
|
protected ReconciliationResponse wsrqResult
public ReconciliationResponse getWSRQResult()
ReconciliationResponsepublic void setWSRQResult(ReconciliationResponse value)
value - allowed object is
ReconciliationResponseCopyright © 2017. All rights reserved.