Class CashHandlingDevice


  • public class CashHandlingDevice
    extends Object
    Definition: Status of cash handling device. -- Usage: Indicate the status and the remaining coins and bill in a cash handling device.

    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>
     
    • Field Detail

      • cashHandlingOKFlag

        protected boolean cashHandlingOKFlag
        The Cash handling ok flag.
      • currency

        protected String currency
        The Currency.
    • Constructor Detail

      • CashHandlingDevice

        public CashHandlingDevice()
    • Method Detail

      • getCoinsOrBills

        public List<CoinsOrBills> getCoinsOrBills()
        Gets the value of the coinsOrBills property.

        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

        Returns:
        the coins or bills
      • isCashHandlingOKFlag

        public boolean isCashHandlingOKFlag()
        Gets the value of the cashHandlingOKFlag property.
        Returns:
        the boolean
      • setCashHandlingOKFlag

        public void setCashHandlingOKFlag​(boolean value)
        Sets the value of the cashHandlingOKFlag property.
        Parameters:
        value - the value
      • getCurrency

        public String getCurrency()
        Gets the value of the currency property.
        Returns:
        possible object is String
      • setCurrency

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