public class RegisterVoucherResponseType extends Object
Java class for RegisterVoucherResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterVoucherResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<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 |
protected boolean |
success |
| Constructor and Description |
|---|
RegisterVoucherResponseType() |
| Modifier and Type | Method and Description |
|---|---|
RegistrationStatusType |
getStatus()
Gets the value of the status property.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setStatus(RegistrationStatusType value)
Sets the value of the status property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
protected boolean success
protected RegistrationStatusType status
public boolean isSuccess()
public void setSuccess(boolean value)
public RegistrationStatusType getStatus()
RegistrationStatusTypepublic void setStatus(RegistrationStatusType value)
value - allowed object is
RegistrationStatusTypeCopyright © 2017. All rights reserved.