public class MessageHeaderType extends Object
Java class for MessageHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageHeaderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ProtocolVersion" type="{}ProtocolVersionType" />
<attribute name="MessageClass" use="required" type="{}MessageClassTypeCode" />
<attribute name="MessageCategory" use="required" type="{}MessageCategoryTypeCode" />
<attribute name="MessageType" use="required" type="{}MessageTypeTypeCode" />
<attribute name="ServiceID" type="{}ServiceIDType" />
<attribute name="DeviceID" type="{}DeviceIDType" />
<attribute name="SaleID" use="required" type="{}SaleIDType" />
<attribute name="POIID" use="required" type="{}POIIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceID |
protected String |
messageCategory |
protected String |
messageClass |
protected String |
messageType |
protected String |
poiid |
protected String |
protocolVersion |
protected String |
saleID |
protected String |
serviceID |
| Constructor and Description |
|---|
MessageHeaderType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceID()
Gets the value of the deviceID property.
|
String |
getMessageCategory()
Gets the value of the messageCategory property.
|
String |
getMessageClass()
Gets the value of the messageClass property.
|
String |
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(String value)
Sets the value of the messageCategory property.
|
void |
setMessageClass(String value)
Sets the value of the messageClass property.
|
void |
setMessageType(String 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 String messageClass
protected String messageCategory
protected String 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 String getMessageClass()
Stringpublic void setMessageClass(String value)
value - allowed object is
Stringpublic String getMessageCategory()
Stringpublic void setMessageCategory(String value)
value - allowed object is
Stringpublic String getMessageType()
Stringpublic void setMessageType(String value)
value - allowed object is
Stringpublic 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 © 2018. All rights reserved.