public class POISystemDataType extends Object
Java class for POISystemDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POISystemDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DateTime" type="{}DateTimeType"/>
<element name="POISoftware" type="{}POISoftwareType"/>
<element name="POITerminalData" type="{}POITerminalDataType" minOccurs="0"/>
<element name="POIStatus" type="{}POIStatusType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dateTime |
protected POISoftwareType |
poiSoftware |
protected POIStatusType |
poiStatus |
protected POITerminalDataType |
poiTerminalData |
| Constructor and Description |
|---|
POISystemDataType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property.
|
POISoftwareType |
getPOISoftware()
Gets the value of the poiSoftware property.
|
POIStatusType |
getPOIStatus()
Gets the value of the poiStatus property.
|
POITerminalDataType |
getPOITerminalData()
Gets the value of the poiTerminalData property.
|
void |
setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
|
void |
setPOISoftware(POISoftwareType value)
Sets the value of the poiSoftware property.
|
void |
setPOIStatus(POIStatusType value)
Sets the value of the poiStatus property.
|
void |
setPOITerminalData(POITerminalDataType value)
Sets the value of the poiTerminalData property.
|
protected XMLGregorianCalendar dateTime
protected POISoftwareType poiSoftware
protected POITerminalDataType poiTerminalData
protected POIStatusType poiStatus
public XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic POISoftwareType getPOISoftware()
POISoftwareTypepublic void setPOISoftware(POISoftwareType value)
value - allowed object is
POISoftwareTypepublic POITerminalDataType getPOITerminalData()
POITerminalDataTypepublic void setPOITerminalData(POITerminalDataType value)
value - allowed object is
POITerminalDataTypepublic POIStatusType getPOIStatus()
POIStatusTypepublic void setPOIStatus(POIStatusType value)
value - allowed object is
POIStatusTypeCopyright © 2018. All rights reserved.