public class MessageReference extends Object
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceID
The Device id.
|
protected MessageCategoryType |
messageCategory
The Message category.
|
protected String |
poiid
The Poiid.
|
protected String |
saleID
The Sale id.
|
protected String |
serviceID
The Service id.
|
| Constructor and Description |
|---|
MessageReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceID()
Gets the value of the deviceID property.
|
MessageCategoryType |
getMessageCategory()
Gets the value of the messageCategory property.
|
String |
getPOIID()
Gets the value of the poiid 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 |
setPOIID(String value)
Sets the value of the poiid property.
|
void |
setSaleID(String value)
Sets the value of the saleID property.
|
void |
setServiceID(String value)
Sets the value of the serviceID property.
|
protected MessageCategoryType messageCategory
protected String serviceID
protected String deviceID
protected String saleID
protected String poiid
public MessageCategoryType getMessageCategory()
MessageCategoryTypepublic void setMessageCategory(MessageCategoryType value)
value - allowed object is MessageCategoryTypepublic 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.