public class TotalFilterType extends Object
Java class for TotalFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalFilterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="POIID" type="{}POIIDType" />
<attribute name="SaleID" type="{}SaleIDType" />
<attribute name="OperatorID" type="{}OperatorIDType" />
<attribute name="ShiftNumber" type="{}ShiftNumberType" />
<attribute name="TotalsGroupID" type="{}TotalsGroupIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operatorID |
protected String |
poiid |
protected String |
saleID |
protected String |
shiftNumber |
protected String |
totalsGroupID |
| Constructor and Description |
|---|
TotalFilterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperatorID()
Gets the value of the operatorID property.
|
String |
getPOIID()
Gets the value of the poiid property.
|
String |
getSaleID()
Gets the value of the saleID property.
|
String |
getShiftNumber()
Gets the value of the shiftNumber property.
|
String |
getTotalsGroupID()
Gets the value of the totalsGroupID property.
|
void |
setOperatorID(String value)
Sets the value of the operatorID property.
|
void |
setPOIID(String value)
Sets the value of the poiid property.
|
void |
setSaleID(String value)
Sets the value of the saleID property.
|
void |
setShiftNumber(String value)
Sets the value of the shiftNumber property.
|
void |
setTotalsGroupID(String value)
Sets the value of the totalsGroupID property.
|
protected String poiid
protected String saleID
protected String operatorID
protected String shiftNumber
protected String totalsGroupID
public String getPOIID()
Stringpublic void setPOIID(String value)
value - allowed object is
Stringpublic String getSaleID()
Stringpublic void setSaleID(String value)
value - allowed object is
Stringpublic String getOperatorID()
Stringpublic void setOperatorID(String value)
value - allowed object is
Stringpublic String getShiftNumber()
Stringpublic void setShiftNumber(String value)
value - allowed object is
Stringpublic String getTotalsGroupID()
StringCopyright © 2018. All rights reserved.