public class CashHandlingDeviceType extends Object
Java class for CashHandlingDeviceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashHandlingDeviceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CoinsOrBills" type="{}CoinsOrBillsType" maxOccurs="unbounded"/>
</sequence>
<attribute name="CashHandlingOKFlag" use="required" type="{}CashHandlingOKFlagType" />
<attribute name="Currency" use="required" type="{}ISOCurrency3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cashHandlingOKFlag |
protected List<CoinsOrBillsType> |
coinsOrBills |
protected String |
currency |
| Constructor and Description |
|---|
CashHandlingDeviceType() |
| Modifier and Type | Method and Description |
|---|---|
List<CoinsOrBillsType> |
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<CoinsOrBillsType> coinsOrBills
protected boolean cashHandlingOKFlag
protected String currency
public List<CoinsOrBillsType> 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
CoinsOrBillsType
public boolean isCashHandlingOKFlag()
public void setCashHandlingOKFlag(boolean value)
public String getCurrency()
StringCopyright © 2018. All rights reserved.