public static class TransactionResponse.EmvResponse
extends java.lang.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 java.lang.String |
tlvData |
Constructor and Description |
---|
TransactionResponse.EmvResponse() |
Modifier and Type | Method and Description |
---|---|
TransactionResponse.EmvResponse.Tags |
getTags()
Gets the value of the tags property.
|
java.lang.String |
getTlvData()
Gets the value of the tlvData property.
|
void |
setTags(TransactionResponse.EmvResponse.Tags value)
Sets the value of the tags property.
|
void |
setTlvData(java.lang.String value)
Sets the value of the tlvData property.
|
protected java.lang.String tlvData
protected TransactionResponse.EmvResponse.Tags tags
public java.lang.String getTlvData()
String
public void setTlvData(java.lang.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 © 2018. All Rights Reserved.