Class POISystemData


  • public class POISystemData
    extends Object
    Definition: Information related to the POI System -- Usage: In the Login messageType response, the data structure contains information related to the POI System fixed for the session or defined as default value.

    Java class for POISystemData complex type.

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

     <complexType name="POISystemData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DateTime" type="{}DateTime"/>
             <element name="POISoftware" type="{}POISoftware"/>
             <element name="POITerminalData" type="{}POITerminalData" minOccurs="0"/>
             <element name="POIStatus" type="{}POIStatus" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • POISystemData

        public POISystemData()
    • Method Detail

      • getPOISoftware

        public POISoftware getPOISoftware()
        Gets the value of the poiSoftware property.
        Returns:
        possible object is POISoftware
      • setPOISoftware

        public void setPOISoftware​(POISoftware value)
        Sets the value of the poiSoftware property.
        Parameters:
        value - allowed object is POISoftware
      • getPOITerminalData

        public POITerminalData getPOITerminalData()
        Gets the value of the poiTerminalData property.
        Returns:
        possible object is POITerminalData
      • setPOITerminalData

        public void setPOITerminalData​(POITerminalData value)
        Sets the value of the poiTerminalData property.
        Parameters:
        value - allowed object is POITerminalData
      • getPOIStatus

        public POIStatus getPOIStatus()
        Gets the value of the poiStatus property.
        Returns:
        possible object is POIStatus
      • setPOIStatus

        public void setPOIStatus​(POIStatus value)
        Sets the value of the poiStatus property.
        Parameters:
        value - allowed object is POIStatus