public class QueryVoucherResponse 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="result" type="{http://rts.iru.org/services/VoucherService-1}QueriedVoucherType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QueriedVoucherType |
result |
| Constructor and Description |
|---|
QueryVoucherResponse() |
| Modifier and Type | Method and Description |
|---|---|
QueriedVoucherType |
getResult()
Gets the value of the result property.
|
void |
setResult(QueriedVoucherType value)
Sets the value of the result property.
|
protected QueriedVoucherType result
public QueriedVoucherType getResult()
QueriedVoucherTypepublic void setResult(QueriedVoucherType value)
value - allowed object is
QueriedVoucherTypeCopyright © 2017. All rights reserved.