Package com.adyen.model.nexo
Class TransactionIdentification
- java.lang.Object
-
- com.adyen.model.nexo.TransactionIdentification
-
public class TransactionIdentification extends Object
Definition: Identification of a transaction for the Sale System or the POI System.Java class for TransactionIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionIdentification"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="TransactionID" use="required" type="{}TransactionID" /> <attribute name="TimeStamp" use="required" type="{}TimeStamp" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendartimeStampThe Time stamp.protected StringtransactionIDThe Transaction id.
-
Constructor Summary
Constructors Constructor Description TransactionIdentification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetTimeStamp()Gets the value of the timeStamp property.StringgetTransactionID()Gets the value of the transactionID property.voidsetTimeStamp(XMLGregorianCalendar value)Sets the value of the timeStamp property.voidsetTransactionID(String value)Sets the value of the transactionID property.
-
-
-
Field Detail
-
transactionID
protected String transactionID
The Transaction id.
-
timeStamp
protected XMLGregorianCalendar timeStamp
The Time stamp.
-
-
Method Detail
-
getTransactionID
public String getTransactionID()
Gets the value of the transactionID property.- Returns:
- possible object is
String
-
setTransactionID
public void setTransactionID(String value)
Sets the value of the transactionID property.- Parameters:
value- allowed object isString
-
getTimeStamp
public XMLGregorianCalendar getTimeStamp()
Gets the value of the timeStamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimeStamp
public void setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-