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="status" type="{http://www.tirplus.net/model/voucher-1}RegistrationStatusType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RegistrationStatusType |
status |
| Constructor and Description |
|---|
QueryVoucherResponse() |
| Modifier and Type | Method and Description |
|---|---|
RegistrationStatusType |
getStatus()
Gets the value of the status property.
|
void |
setStatus(RegistrationStatusType value)
Sets the value of the status property.
|
protected RegistrationStatusType status
public RegistrationStatusType getStatus()
RegistrationStatusTypepublic void setStatus(RegistrationStatusType value)
value - allowed object is
RegistrationStatusTypeCopyright © 2017. All rights reserved.