public class CashHandlingDevice extends Object
Java class for CashHandlingDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashHandlingDevice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CoinsOrBills" type="{}CoinsOrBills" maxOccurs="unbounded"/>
</sequence>
<attribute name="CashHandlingOKFlag" use="required" type="{}CashHandlingOKFlag" />
<attribute name="Currency" use="required" type="{}ISOCurrency3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cashHandlingOKFlag
The Cash handling ok flag.
|
protected List<CoinsOrBills> |
coinsOrBills
The Coins or bills.
|
protected String |
currency
The Currency.
|
| Constructor and Description |
|---|
CashHandlingDevice() |
| Modifier and Type | Method and Description |
|---|---|
List<CoinsOrBills> |
getCoinsOrBills()
Gets the value of the coinsOrBills property.
|
String |
getCurrency()
Gets the value of the currency property.
|
boolean |
isCashHandlingOKFlag()
Gets the value of the cashHandlingOKFlag property.
|
void |
setCashHandlingOKFlag(boolean value)
Sets the value of the cashHandlingOKFlag property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
protected List<CoinsOrBills> coinsOrBills
protected boolean cashHandlingOKFlag
protected String currency
public List<CoinsOrBills> getCoinsOrBills()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the coinsOrBills property.
For example, to add a new item, do as follows:
getCoinsOrBills().add(newItem);
Objects of the following type(s) are allowed in the list
CoinsOrBills
public boolean isCashHandlingOKFlag()
public void setCashHandlingOKFlag(boolean value)
value - the valuepublic String getCurrency()
StringCopyright © 2022. All rights reserved.