Package com.adyen.model.nexo
Class MessageReference
- java.lang.Object
-
- com.adyen.model.nexo.MessageReference
-
public class MessageReference extends Object
Definition: Identification of a previous POI transaction. -- Usage: To abort a transaction in progress or to request the status of a transaction from which no response has been received. It identifies the messageType header of the messageType request to abort or request the status. The Abort or TransactionStatusJava class for MessageReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageReference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="MessageCategory" type="{}MessageCategoryType" /> <attribute name="ServiceID" type="{}ServiceID" /> <attribute name="DeviceID" type="{}DeviceID" /> <attribute name="SaleID" type="{}SaleID" /> <attribute name="POIID" type="{}POIID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdeviceIDThe Device id.protected MessageCategoryTypemessageCategoryThe Message category.protected StringpoiidThe Poiid.protected StringsaleIDThe Sale id.protected StringserviceIDThe Service id.
-
Constructor Summary
Constructors Constructor Description MessageReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceID()Gets the value of the deviceID property.MessageCategoryTypegetMessageCategory()Gets the value of the messageCategory property.StringgetPOIID()Gets the value of the poiid property.StringgetSaleID()Gets the value of the saleID property.StringgetServiceID()Gets the value of the serviceID property.voidsetDeviceID(String value)Sets the value of the deviceID property.voidsetMessageCategory(MessageCategoryType value)Sets the value of the messageCategory property.voidsetPOIID(String value)Sets the value of the poiid property.voidsetSaleID(String value)Sets the value of the saleID property.voidsetServiceID(String value)Sets the value of the serviceID property.
-
-
-
Field Detail
-
messageCategory
protected MessageCategoryType messageCategory
The Message category.
-
serviceID
protected String serviceID
The Service id.
-
deviceID
protected String deviceID
The Device id.
-
saleID
protected String saleID
The Sale id.
-
poiid
protected String poiid
The Poiid.
-
-
Method Detail
-
getMessageCategory
public MessageCategoryType getMessageCategory()
Gets the value of the messageCategory property.- Returns:
- possible object is
MessageCategoryType
-
setMessageCategory
public void setMessageCategory(MessageCategoryType value)
Sets the value of the messageCategory property.- Parameters:
value- allowed object isMessageCategoryType
-
getServiceID
public String getServiceID()
Gets the value of the serviceID property.- Returns:
- possible object is
String
-
setServiceID
public void setServiceID(String value)
Sets the value of the serviceID property.- Parameters:
value- allowed object isString
-
getDeviceID
public String getDeviceID()
Gets the value of the deviceID property.- Returns:
- possible object is
String
-
setDeviceID
public void setDeviceID(String value)
Sets the value of the deviceID property.- Parameters:
value- allowed object isString
-
getSaleID
public String getSaleID()
Gets the value of the saleID property.- Returns:
- possible object is
String
-
setSaleID
public void setSaleID(String value)
Sets the value of the saleID property.- Parameters:
value- allowed object isString
-
getPOIID
public String getPOIID()
Gets the value of the poiid property.- Returns:
- possible object is
String
-
-