public class POISystemData extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dateTime
The Date time.
|
protected POISoftware |
poiSoftware
The Poi software.
|
protected POIStatus |
poiStatus
The Poi status.
|
protected POITerminalData |
poiTerminalData
The Poi terminal data.
|
| Constructor and Description |
|---|
POISystemData() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property.
|
POISoftware |
getPOISoftware()
Gets the value of the poiSoftware property.
|
POIStatus |
getPOIStatus()
Gets the value of the poiStatus property.
|
POITerminalData |
getPOITerminalData()
Gets the value of the poiTerminalData property.
|
void |
setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
|
void |
setPOISoftware(POISoftware value)
Sets the value of the poiSoftware property.
|
void |
setPOIStatus(POIStatus value)
Sets the value of the poiStatus property.
|
void |
setPOITerminalData(POITerminalData value)
Sets the value of the poiTerminalData property.
|
protected XMLGregorianCalendar dateTime
protected POISoftware poiSoftware
protected POITerminalData poiTerminalData
protected POIStatus poiStatus
public XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic POISoftware getPOISoftware()
POISoftwarepublic void setPOISoftware(POISoftware value)
value - allowed object is POISoftwarepublic POITerminalData getPOITerminalData()
POITerminalDatapublic void setPOITerminalData(POITerminalData value)
value - allowed object is POITerminalDatapublic POIStatus getPOIStatus()
POIStatusCopyright © 2022. All rights reserved.