public class QueriedVoucherType extends Object
Java class for QueriedVoucherType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueriedVoucherType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VoucherNumber" type="{http://www.tirplus.net/model/voucher-1}VoucherNumberType"/>
<element name="VoucherRegistrationStatus" type="{http://www.tirplus.net/model/voucher-1}RegistrationStatusType"/>
<element name="RegisteredTIRCarnet" type="{http://rts.iru.org/services/VoucherService-1}RegisteredTIRCarnetType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RegisteredTIRCarnetType |
registeredTIRCarnet |
protected String |
voucherNumber |
protected net.tirplus.model.voucher_1.RegistrationStatusType |
voucherRegistrationStatus |
| Constructor and Description |
|---|
QueriedVoucherType() |
| Modifier and Type | Method and Description |
|---|---|
RegisteredTIRCarnetType |
getRegisteredTIRCarnet()
Gets the value of the registeredTIRCarnet property.
|
String |
getVoucherNumber()
Gets the value of the voucherNumber property.
|
net.tirplus.model.voucher_1.RegistrationStatusType |
getVoucherRegistrationStatus()
Gets the value of the voucherRegistrationStatus property.
|
void |
setRegisteredTIRCarnet(RegisteredTIRCarnetType value)
Sets the value of the registeredTIRCarnet property.
|
void |
setVoucherNumber(String value)
Sets the value of the voucherNumber property.
|
void |
setVoucherRegistrationStatus(net.tirplus.model.voucher_1.RegistrationStatusType value)
Sets the value of the voucherRegistrationStatus property.
|
protected String voucherNumber
protected net.tirplus.model.voucher_1.RegistrationStatusType voucherRegistrationStatus
protected RegisteredTIRCarnetType registeredTIRCarnet
public String getVoucherNumber()
Stringpublic void setVoucherNumber(String value)
value - allowed object is
Stringpublic net.tirplus.model.voucher_1.RegistrationStatusType getVoucherRegistrationStatus()
RegistrationStatusTypepublic void setVoucherRegistrationStatus(net.tirplus.model.voucher_1.RegistrationStatusType value)
value - allowed object is
RegistrationStatusTypepublic RegisteredTIRCarnetType getRegisteredTIRCarnet()
RegisteredTIRCarnetTypepublic void setRegisteredTIRCarnet(RegisteredTIRCarnetType value)
value - allowed object is
RegisteredTIRCarnetTypeCopyright © 2017. All rights reserved.