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="voucher" type="{http://www.tirplus.net/model/voucher-1}VoucherNumberType"/>
<element name="carnet" type="{http://www.iru.org/model/tir-carnet-1}TIRCarnetNumberType"/>
<element name="holder" type="{http://www.iru.org/model/tir-actor-1}HaulierIdType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
carnet |
protected String |
holder |
protected String |
voucher |
| Constructor and Description |
|---|
QueryVoucher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCarnet()
Gets the value of the carnet property.
|
String |
getHolder()
Gets the value of the holder property.
|
String |
getVoucher()
Gets the value of the voucher property.
|
void |
setCarnet(String value)
Sets the value of the carnet property.
|
void |
setHolder(String value)
Sets the value of the holder property.
|
void |
setVoucher(String value)
Sets the value of the voucher property.
|
protected String voucher
protected String carnet
protected String holder
public String getVoucher()
Stringpublic void setVoucher(String value)
value - allowed object is
Stringpublic String getCarnet()
Stringpublic void setCarnet(String value)
value - allowed object is
Stringpublic String getHolder()
StringCopyright © 2017. All rights reserved.