Package com.adyen.model.nexo
Class TotalFilter
- java.lang.Object
-
- com.adyen.model.nexo.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 Summary
Fields Modifier and Type Field Description protected StringoperatorIDThe Operator id.protected StringpoiidThe Poiid.protected StringsaleIDThe Sale id.protected StringshiftNumberThe Shift number.protected StringtotalsGroupIDThe Totals group id.
-
Constructor Summary
Constructors Constructor Description TotalFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperatorID()Gets the value of the operatorID property.StringgetPOIID()Gets the value of the poiid property.StringgetSaleID()Gets the value of the saleID property.StringgetShiftNumber()Gets the value of the shiftNumber property.StringgetTotalsGroupID()Gets the value of the totalsGroupID property.voidsetOperatorID(String value)Sets the value of the operatorID property.voidsetPOIID(String value)Sets the value of the poiid property.voidsetSaleID(String value)Sets the value of the saleID property.voidsetShiftNumber(String value)Sets the value of the shiftNumber property.voidsetTotalsGroupID(String value)Sets the value of the totalsGroupID property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getTotalsGroupID
public String getTotalsGroupID()
Gets the value of the totalsGroupID property.- Returns:
- possible object is
String
-
-