Package com.adyen.model.nexo
Class POITerminalData
- java.lang.Object
-
- com.adyen.model.nexo.POITerminalData
-
public class POITerminalData extends Object
Definition: Information related to the software and hardware feature of the POI Terminal -- Usage: Allows in a session to identify the features of the POI Terminal attached to a Sale Terminal per a Login Request messageType.Java class for POITerminalData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POITerminalData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="POICapabilities" type="{}POICapabilities"/> <element name="POIProfile" type="{}POIProfile" minOccurs="0"/> </sequence> <attribute name="TerminalEnvironment" use="required" type="{}TerminalEnvironmentType" /> <attribute name="POISerialNumber" use="required" type="{}POISerialNumber" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<POICapabilitiesType>poiCapabilitiesThe Poi capabilities.protected POIProfilepoiProfileThe Poi profile.protected StringpoiSerialNumberThe Poi serial number.protected TerminalEnvironmentTypeterminalEnvironmentThe Terminal environment.
-
Constructor Summary
Constructors Constructor Description POITerminalData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<POICapabilitiesType>getPOICapabilities()Gets the value of the poiCapabilities property.POIProfilegetPOIProfile()Gets the value of the poiProfile property.StringgetPOISerialNumber()Gets the value of the poiSerialNumber property.TerminalEnvironmentTypegetTerminalEnvironment()Gets the value of the terminalEnvironment property.voidsetPOIProfile(POIProfile value)Sets the value of the poiProfile property.voidsetPOISerialNumber(String value)Sets the value of the poiSerialNumber property.voidsetTerminalEnvironment(TerminalEnvironmentType value)Sets the value of the terminalEnvironment property.
-
-
-
Field Detail
-
poiCapabilities
protected List<POICapabilitiesType> poiCapabilities
The Poi capabilities.
-
poiProfile
protected POIProfile poiProfile
The Poi profile.
-
terminalEnvironment
protected TerminalEnvironmentType terminalEnvironment
The Terminal environment.
-
poiSerialNumber
protected String poiSerialNumber
The Poi serial number.
-
-
Method Detail
-
getPOICapabilities
public List<POICapabilitiesType> getPOICapabilities()
Gets the value of the poiCapabilities 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
setmethod for the poiCapabilities property.For example, to add a new item, do as follows:
getPOICapabilities().add(newItem);Objects of the following type(s) are allowed in the list
POICapabilitiesType- Returns:
- the poi capabilities
-
getPOIProfile
public POIProfile getPOIProfile()
Gets the value of the poiProfile property.- Returns:
- possible object is
POIProfile
-
setPOIProfile
public void setPOIProfile(POIProfile value)
Sets the value of the poiProfile property.- Parameters:
value- allowed object isPOIProfile
-
getTerminalEnvironment
public TerminalEnvironmentType getTerminalEnvironment()
Gets the value of the terminalEnvironment property.- Returns:
- possible object is
TerminalEnvironmentType
-
setTerminalEnvironment
public void setTerminalEnvironment(TerminalEnvironmentType value)
Sets the value of the terminalEnvironment property.- Parameters:
value- allowed object isTerminalEnvironmentType
-
getPOISerialNumber
public String getPOISerialNumber()
Gets the value of the poiSerialNumber property.- Returns:
- possible object is
String
-
-