public static class TransactionResponse.EmvResponse 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="tlvData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tags" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tag" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}emvTag" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TransactionResponse.EmvResponse.Tags
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected TransactionResponse.EmvResponse.Tags |
tags |
protected String |
tlvData |
Constructor and Description |
---|
EmvResponse() |
Modifier and Type | Method and Description |
---|---|
TransactionResponse.EmvResponse.Tags |
getTags()
Gets the value of the tags property.
|
String |
getTlvData()
Gets the value of the tlvData property.
|
void |
setTags(TransactionResponse.EmvResponse.Tags value)
Sets the value of the tags property.
|
void |
setTlvData(String value)
Sets the value of the tlvData property.
|
protected String tlvData
protected TransactionResponse.EmvResponse.Tags tags
public String getTlvData()
String
public void setTlvData(String value)
value
- allowed object is
String
public TransactionResponse.EmvResponse.Tags getTags()
TransactionResponse.EmvResponse.Tags
public void setTags(TransactionResponse.EmvResponse.Tags value)
value
- allowed object is
TransactionResponse.EmvResponse.Tags
Copyright © 2021. All rights reserved.