public class MessageReferenceType extends Object
Java class for MessageReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="MessageCategory" type="{}MessageCategoryTypeCode" />
<attribute name="ServiceID" type="{}ServiceIDType" />
<attribute name="DeviceID" type="{}DeviceIDType" />
<attribute name="SaleID" type="{}SaleIDType" />
<attribute name="POIID" type="{}POIIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceID |
protected String |
messageCategory |
protected String |
poiid |
protected String |
saleID |
protected String |
serviceID |
| Constructor and Description |
|---|
MessageReferenceType() |
| 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 |
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(String 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 String messageCategory
protected String serviceID
protected String deviceID
protected String saleID
protected String poiid
public String getMessageCategory()
Stringpublic void setMessageCategory(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.