public class POITerminalDataType extends Object
Java class for POITerminalDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POITerminalDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="POICapabilities" type="{}POICapabilitiesType"/>
<element name="POIProfile" type="{}POIProfileType" minOccurs="0"/>
</sequence>
<attribute name="TerminalEnvironment" use="required" type="{}TerminalEnvironmentTypeCode" />
<attribute name="POISerialNumber" use="required" type="{}POISerialNumberType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
poiCapabilities |
protected POIProfileType |
poiProfile |
protected String |
poiSerialNumber |
protected String |
terminalEnvironment |
| Constructor and Description |
|---|
POITerminalDataType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPOICapabilities()
Gets the value of the poiCapabilities property.
|
POIProfileType |
getPOIProfile()
Gets the value of the poiProfile property.
|
String |
getPOISerialNumber()
Gets the value of the poiSerialNumber property.
|
String |
getTerminalEnvironment()
Gets the value of the terminalEnvironment property.
|
void |
setPOIProfile(POIProfileType value)
Sets the value of the poiProfile property.
|
void |
setPOISerialNumber(String value)
Sets the value of the poiSerialNumber property.
|
void |
setTerminalEnvironment(String value)
Sets the value of the terminalEnvironment property.
|
protected POIProfileType poiProfile
protected String terminalEnvironment
protected String poiSerialNumber
public List<String> 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
String
public POIProfileType getPOIProfile()
POIProfileTypepublic void setPOIProfile(POIProfileType value)
value - allowed object is
POIProfileTypepublic String getTerminalEnvironment()
Stringpublic void setTerminalEnvironment(String value)
value - allowed object is
Stringpublic String getPOISerialNumber()
StringCopyright © 2018. All rights reserved.