Package com.adyen.model.nexo
Class POISystemData
- java.lang.Object
-
- com.adyen.model.nexo.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendardateTimeThe Date time.protected POISoftwarepoiSoftwareThe Poi software.protected POIStatuspoiStatusThe Poi status.protected POITerminalDatapoiTerminalDataThe Poi terminal data.
-
Constructor Summary
Constructors Constructor Description POISystemData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetDateTime()Gets the value of the dateTime property.POISoftwaregetPOISoftware()Gets the value of the poiSoftware property.POIStatusgetPOIStatus()Gets the value of the poiStatus property.POITerminalDatagetPOITerminalData()Gets the value of the poiTerminalData property.voidsetDateTime(XMLGregorianCalendar value)Sets the value of the dateTime property.voidsetPOISoftware(POISoftware value)Sets the value of the poiSoftware property.voidsetPOIStatus(POIStatus value)Sets the value of the poiStatus property.voidsetPOITerminalData(POITerminalData value)Sets the value of the poiTerminalData property.
-
-
-
Field Detail
-
dateTime
protected XMLGregorianCalendar dateTime
The Date time.
-
poiSoftware
protected POISoftware poiSoftware
The Poi software.
-
poiTerminalData
protected POITerminalData poiTerminalData
The Poi terminal data.
-
poiStatus
protected POIStatus poiStatus
The Poi status.
-
-
Method Detail
-
getDateTime
public XMLGregorianCalendar getDateTime()
Gets the value of the dateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateTime
public void setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
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 isPOISoftware
-
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 isPOITerminalData
-
getPOIStatus
public POIStatus getPOIStatus()
Gets the value of the poiStatus property.- Returns:
- possible object is
POIStatus
-
-