public class RegisterVoucherResponse 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="response" type="{http://www.tirplus.net/services/VoucherService-1}RegisterVoucherResponseType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RegisterVoucherResponseType |
response |
| Constructor and Description |
|---|
RegisterVoucherResponse() |
| Modifier and Type | Method and Description |
|---|---|
RegisterVoucherResponseType |
getResponse()
Gets the value of the response property.
|
void |
setResponse(RegisterVoucherResponseType value)
Sets the value of the response property.
|
protected RegisterVoucherResponseType response
public RegisterVoucherResponseType getResponse()
RegisterVoucherResponseTypepublic void setResponse(RegisterVoucherResponseType value)
value - allowed object is
RegisterVoucherResponseTypeCopyright © 2017. All rights reserved.