public class POITerminalData extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<POICapabilitiesType> |
poiCapabilities
The Poi capabilities.
|
protected POIProfile |
poiProfile
The Poi profile.
|
protected String |
poiSerialNumber
The Poi serial number.
|
protected TerminalEnvironmentType |
terminalEnvironment
The Terminal environment.
|
| Constructor and Description |
|---|
POITerminalData() |
| Modifier and Type | Method and Description |
|---|---|
List<POICapabilitiesType> |
getPOICapabilities()
Gets the value of the poiCapabilities property.
|
POIProfile |
getPOIProfile()
Gets the value of the poiProfile property.
|
String |
getPOISerialNumber()
Gets the value of the poiSerialNumber property.
|
TerminalEnvironmentType |
getTerminalEnvironment()
Gets the value of the terminalEnvironment property.
|
void |
setPOIProfile(POIProfile value)
Sets the value of the poiProfile property.
|
void |
setPOISerialNumber(String value)
Sets the value of the poiSerialNumber property.
|
void |
setTerminalEnvironment(TerminalEnvironmentType value)
Sets the value of the terminalEnvironment property.
|
protected List<POICapabilitiesType> poiCapabilities
protected POIProfile poiProfile
protected TerminalEnvironmentType terminalEnvironment
protected String poiSerialNumber
public List<POICapabilitiesType> getPOICapabilities()
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 set method 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
public POIProfile getPOIProfile()
POIProfilepublic void setPOIProfile(POIProfile value)
value - allowed object is POIProfilepublic TerminalEnvironmentType getTerminalEnvironment()
TerminalEnvironmentTypepublic void setTerminalEnvironment(TerminalEnvironmentType value)
value - allowed object is TerminalEnvironmentTypepublic String getPOISerialNumber()
StringCopyright © 2022. All rights reserved.