Package com.adyen.model.nexo
Class MessageHeader
- java.lang.Object
-
- com.adyen.model.nexo.MessageHeader
-
public class MessageHeader extends Object
Definition: Message header of the Sale to POI protocol messageType. -- Usage: It conveys Information related to the Sale to POI protocol managementJava class for MessageHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageHeader"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ProtocolVersion" type="{}ProtocolVersion" /> <attribute name="MessageClass" use="required" type="{}MessageClassType" /> <attribute name="MessageCategory" use="required" type="{}MessageCategoryType" /> <attribute name="Message" use="required" type="{}MessageType" /> <attribute name="ServiceID" type="{}ServiceID" /> <attribute name="DeviceID" type="{}DeviceID" /> <attribute name="SaleID" use="required" type="{}SaleID" /> <attribute name="POIID" use="required" type="{}POIID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdeviceIDThe Device id.protected MessageCategoryTypemessageCategoryThe Message category.protected MessageClassTypemessageClassThe Message class.protected MessageTypemessageTypeThe Message type.protected StringpoiidThe Poiid.protected StringprotocolVersionThe Protocol version.protected StringsaleIDThe Sale id.protected StringserviceIDThe Service id.
-
Constructor Summary
Constructors Constructor Description MessageHeader()
-
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.MessageClassTypegetMessageClass()Gets the value of the messageClass property.MessageTypegetMessageType()Gets the value of the messageType property.StringgetPOIID()Gets the value of the poiid property.StringgetProtocolVersion()Gets the value of the protocolVersion 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.voidsetMessageClass(MessageClassType value)Sets the value of the messageClass property.voidsetMessageType(MessageType value)Sets the value of the messageType property.voidsetPOIID(String value)Sets the value of the poiid property.voidsetProtocolVersion(String value)Sets the value of the protocolVersion property.voidsetSaleID(String value)Sets the value of the saleID property.voidsetServiceID(String value)Sets the value of the serviceID property.
-
-
-
Field Detail
-
protocolVersion
protected String protocolVersion
The Protocol version.
-
messageClass
protected MessageClassType messageClass
The Message class.
-
messageCategory
protected MessageCategoryType messageCategory
The Message category.
-
messageType
protected MessageType messageType
The Message type.
-
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
-
getProtocolVersion
public String getProtocolVersion()
Gets the value of the protocolVersion property.- Returns:
- possible object is
String
-
setProtocolVersion
public void setProtocolVersion(String value)
Sets the value of the protocolVersion property.- Parameters:
value- allowed object isString
-
getMessageClass
public MessageClassType getMessageClass()
Gets the value of the messageClass property.- Returns:
- possible object is
MessageClassType
-
setMessageClass
public void setMessageClass(MessageClassType value)
Sets the value of the messageClass property.- Parameters:
value- allowed object isMessageClassType
-
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
-
getMessageType
public MessageType getMessageType()
Gets the value of the messageType property.- Returns:
- possible object is
MessageType
-
setMessageType
public void setMessageType(MessageType value)
Sets the value of the messageType property.- Parameters:
value- allowed object isMessageType
-
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
-
-