public class MessageHeader extends Object
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceID
The Device id.
|
protected MessageCategoryType |
messageCategory
The Message category.
|
protected MessageClassType |
messageClass
The Message class.
|
protected MessageType |
messageType
The Message type.
|
protected String |
poiid
The Poiid.
|
protected String |
protocolVersion
The Protocol version.
|
protected String |
saleID
The Sale id.
|
protected String |
serviceID
The Service id.
|
| Constructor and Description |
|---|
MessageHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceID()
Gets the value of the deviceID property.
|
MessageCategoryType |
getMessageCategory()
Gets the value of the messageCategory property.
|
MessageClassType |
getMessageClass()
Gets the value of the messageClass property.
|
MessageType |
getMessageType()
Gets the value of the messageType property.
|
String |
getPOIID()
Gets the value of the poiid property.
|
String |
getProtocolVersion()
Gets the value of the protocolVersion property.
|
String |
getSaleID()
Gets the value of the saleID property.
|
String |
getServiceID()
Gets the value of the serviceID property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID property.
|
void |
setMessageCategory(MessageCategoryType value)
Sets the value of the messageCategory property.
|
void |
setMessageClass(MessageClassType value)
Sets the value of the messageClass property.
|
void |
setMessageType(MessageType value)
Sets the value of the messageType property.
|
void |
setPOIID(String value)
Sets the value of the poiid property.
|
void |
setProtocolVersion(String value)
Sets the value of the protocolVersion property.
|
void |
setSaleID(String value)
Sets the value of the saleID property.
|
void |
setServiceID(String value)
Sets the value of the serviceID property.
|
protected String protocolVersion
protected MessageClassType messageClass
protected MessageCategoryType messageCategory
protected MessageType messageType
protected String serviceID
protected String deviceID
protected String saleID
protected String poiid
public String getProtocolVersion()
Stringpublic void setProtocolVersion(String value)
value - allowed object is Stringpublic MessageClassType getMessageClass()
MessageClassTypepublic void setMessageClass(MessageClassType value)
value - allowed object is MessageClassTypepublic MessageCategoryType getMessageCategory()
MessageCategoryTypepublic void setMessageCategory(MessageCategoryType value)
value - allowed object is MessageCategoryTypepublic MessageType getMessageType()
MessageTypepublic void setMessageType(MessageType value)
value - allowed object is MessageTypepublic String getServiceID()
Stringpublic void setServiceID(String value)
value - allowed object is Stringpublic String getDeviceID()
Stringpublic void setDeviceID(String value)
value - allowed object is Stringpublic String getSaleID()
Stringpublic void setSaleID(String value)
value - allowed object is Stringpublic String getPOIID()
StringCopyright © 2022. All rights reserved.