Class TotalFilter


  • public class TotalFilter
    extends Object
    Definition: Filter to compute the totals. -- Usage: Used for the Get Totals, to request totals for a (or a combination of) particular value of the POI Terminal, Sale Terminal, Cashier, Shift or TotalsGroupID.

    Java class for TotalFilter complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TotalFilter">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="POIID" type="{}POIID" />
           <attribute name="SaleID" type="{}SaleID" />
           <attribute name="OperatorID" type="{}OperatorID" />
           <attribute name="ShiftNumber" type="{}ShiftNumber" />
           <attribute name="TotalsGroupID" type="{}TotalsGroupID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • poiid

        protected String poiid
        The Poiid.
      • saleID

        protected String saleID
        The Sale id.
      • operatorID

        protected String operatorID
        The Operator id.
      • shiftNumber

        protected String shiftNumber
        The Shift number.
      • totalsGroupID

        protected String totalsGroupID
        The Totals group id.
    • Constructor Detail

      • TotalFilter

        public TotalFilter()
    • Method Detail

      • getPOIID

        public String getPOIID()
        Gets the value of the poiid property.
        Returns:
        possible object is String
      • setPOIID

        public void setPOIID​(String value)
        Sets the value of the poiid property.
        Parameters:
        value - allowed object is String
      • getSaleID

        public String getSaleID()
        Gets the value of the saleID property.
        Returns:
        possible object is String
      • setSaleID

        public void setSaleID​(String value)
        Sets the value of the saleID property.
        Parameters:
        value - allowed object is String
      • getOperatorID

        public String getOperatorID()
        Gets the value of the operatorID property.
        Returns:
        possible object is String
      • setOperatorID

        public void setOperatorID​(String value)
        Sets the value of the operatorID property.
        Parameters:
        value - allowed object is String
      • getShiftNumber

        public String getShiftNumber()
        Gets the value of the shiftNumber property.
        Returns:
        possible object is String
      • setShiftNumber

        public void setShiftNumber​(String value)
        Sets the value of the shiftNumber property.
        Parameters:
        value - allowed object is String
      • getTotalsGroupID

        public String getTotalsGroupID()
        Gets the value of the totalsGroupID property.
        Returns:
        possible object is String
      • setTotalsGroupID

        public void setTotalsGroupID​(String value)
        Sets the value of the totalsGroupID property.
        Parameters:
        value - allowed object is String