Package net.authorize.api.contract.v1
Class TransactionDetailsType.EmvDetails.Tag
- java.lang.Object
-
- net.authorize.api.contract.v1.TransactionDetailsType.EmvDetails.Tag
-
- Enclosing class:
- TransactionDetailsType.EmvDetails
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>
-
-
Constructor Summary
Constructors Constructor Description Tag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetData()Gets the value of the data property.StringgetTagId()Gets the value of the tagId property.voidsetData(String value)Sets the value of the data property.voidsetTagId(String value)Sets the value of the tagId property.
-
-
-
Method Detail
-
getTagId
public String getTagId()
Gets the value of the tagId property.- Returns:
- possible object is
String
-
setTagId
public void setTagId(String value)
Sets the value of the tagId property.- Parameters:
value- allowed object isString
-
getData
public String getData()
Gets the value of the data property.- Returns:
- possible object is
String
-
-