public class QueryVoucher 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="voucherNumber" type="{http://www.tirplus.net/model/voucher-1}VoucherNumberType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
voucherNumber |
| Constructor and Description |
|---|
QueryVoucher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVoucherNumber()
Gets the value of the voucherNumber property.
|
void |
setVoucherNumber(String value)
Sets the value of the voucherNumber property.
|
protected String voucherNumber
Copyright © 2017. All rights reserved.