public class SaleTerminalData extends Object
Java class for SaleTerminalData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleTerminalData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SaleCapabilities" type="{}SaleCapabilities" minOccurs="0"/>
<element name="SaleProfile" type="{}SaleProfile" minOccurs="0"/>
</sequence>
<attribute name="TerminalEnvironment" type="{}TerminalEnvironmentType" />
<attribute name="TotalsGroupID" type="{}TotalsGroupID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SaleCapabilitiesType> |
saleCapabilities
The Sale capabilities.
|
protected SaleProfile |
saleProfile
The Sale profile.
|
protected TerminalEnvironmentType |
terminalEnvironment
The Terminal environment.
|
protected String |
totalsGroupID
The Totals group id.
|
| Constructor and Description |
|---|
SaleTerminalData() |
| Modifier and Type | Method and Description |
|---|---|
List<SaleCapabilitiesType> |
getSaleCapabilities()
Gets the value of the saleCapabilities property.
|
SaleProfile |
getSaleProfile()
Gets the value of the saleProfile property.
|
TerminalEnvironmentType |
getTerminalEnvironment()
Gets the value of the terminalEnvironment property.
|
String |
getTotalsGroupID()
Gets the value of the totalsGroupID property.
|
void |
setSaleProfile(SaleProfile value)
Sets the value of the saleProfile property.
|
void |
setTerminalEnvironment(TerminalEnvironmentType value)
Sets the value of the terminalEnvironment property.
|
void |
setTotalsGroupID(String value)
Sets the value of the totalsGroupID property.
|
protected List<SaleCapabilitiesType> saleCapabilities
protected SaleProfile saleProfile
protected TerminalEnvironmentType terminalEnvironment
protected String totalsGroupID
public List<SaleCapabilitiesType> 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
SaleCapabilitiesType
public SaleProfile getSaleProfile()
SaleProfilepublic void setSaleProfile(SaleProfile value)
value - allowed object is SaleProfilepublic TerminalEnvironmentType getTerminalEnvironment()
TerminalEnvironmentTypepublic void setTerminalEnvironment(TerminalEnvironmentType value)
value - allowed object is TerminalEnvironmentTypepublic String getTotalsGroupID()
StringCopyright © 2022. All rights reserved.