public static class TransactionDetailsType.EmvDetails.Tag 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="tagId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
data |
protected String |
tagId |
| Constructor and Description |
|---|
TransactionDetailsType.EmvDetails.Tag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Gets the value of the data property.
|
String |
getTagId()
Gets the value of the tagId property.
|
void |
setData(String value)
Sets the value of the data property.
|
void |
setTagId(String value)
Sets the value of the tagId property.
|
public TransactionDetailsType.EmvDetails.Tag()
public String getTagId()
Stringpublic void setTagId(String value)
value - allowed object is
Stringpublic String getData()
StringCopyright © 2016. All Rights Reserved.