public class SaleTerminalDataType extends Object
Java class for SaleTerminalDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleTerminalDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SaleCapabilities" type="{}SaleCapabilitiesType" minOccurs="0"/>
<element name="SaleProfile" type="{}SaleProfileType" minOccurs="0"/>
</sequence>
<attribute name="TerminalEnvironment" type="{}TerminalEnvironmentTypeCode" />
<attribute name="TotalsGroupID" type="{}TotalsGroupIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
saleCapabilities |
protected SaleProfileType |
saleProfile |
protected String |
terminalEnvironment |
protected String |
totalsGroupID |
| Constructor and Description |
|---|
SaleTerminalDataType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSaleCapabilities()
Gets the value of the saleCapabilities property.
|
SaleProfileType |
getSaleProfile()
Gets the value of the saleProfile property.
|
String |
getTerminalEnvironment()
Gets the value of the terminalEnvironment property.
|
String |
getTotalsGroupID()
Gets the value of the totalsGroupID property.
|
void |
setSaleProfile(SaleProfileType value)
Sets the value of the saleProfile property.
|
void |
setTerminalEnvironment(String value)
Sets the value of the terminalEnvironment property.
|
void |
setTotalsGroupID(String value)
Sets the value of the totalsGroupID property.
|
protected SaleProfileType saleProfile
protected String terminalEnvironment
protected String totalsGroupID
public List<String> getSaleCapabilities()
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 saleCapabilities property.
For example, to add a new item, do as follows:
getSaleCapabilities().add(newItem);
Objects of the following type(s) are allowed in the list
String
public SaleProfileType getSaleProfile()
SaleProfileTypepublic void setSaleProfile(SaleProfileType value)
value - allowed object is
SaleProfileTypepublic String getTerminalEnvironment()
Stringpublic void setTerminalEnvironment(String value)
value - allowed object is
Stringpublic String getTotalsGroupID()
StringCopyright © 2018. All rights reserved.