Package net.authorize.api.contract.v1
Class TransactionResponse.EmvResponse
- java.lang.Object
-
- net.authorize.api.contract.v1.TransactionResponse.EmvResponse
-
- Enclosing class:
- TransactionResponse
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransactionResponse.EmvResponse.TagsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TransactionResponse.EmvResponse.Tagstagsprotected StringtlvData
-
Constructor Summary
Constructors Constructor Description EmvResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactionResponse.EmvResponse.TagsgetTags()Gets the value of the tags property.StringgetTlvData()Gets the value of the tlvData property.voidsetTags(TransactionResponse.EmvResponse.Tags value)Sets the value of the tags property.voidsetTlvData(String value)Sets the value of the tlvData property.
-
-
-
Field Detail
-
tlvData
protected String tlvData
-
tags
protected TransactionResponse.EmvResponse.Tags tags
-
-
Method Detail
-
getTlvData
public String getTlvData()
Gets the value of the tlvData property.- Returns:
- possible object is
String
-
setTlvData
public void setTlvData(String value)
Sets the value of the tlvData property.- Parameters:
value- allowed object isString
-
getTags
public TransactionResponse.EmvResponse.Tags getTags()
Gets the value of the tags property.- Returns:
- possible object is
TransactionResponse.EmvResponse.Tags
-
setTags
public void setTags(TransactionResponse.EmvResponse.Tags value)
Sets the value of the tags property.- Parameters:
value- allowed object isTransactionResponse.EmvResponse.Tags
-
-