public class SaleDataType extends Object
Java class for SaleDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SaleTransactionID" type="{}TransactionIdentificationType"/>
<element name="SaleTerminalData" type="{}SaleTerminalDataType" minOccurs="0"/>
<element name="SponsoredMerchant" type="{}SponsoredMerchantType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SaleToPOIData" type="{}SaleToPOIDataType" minOccurs="0"/>
<element name="SaleToAcquirerData" type="{}SaleToAcquirerDataType" minOccurs="0"/>
<element name="SaleToIssuerData" type="{}SaleToIssuerDataType" minOccurs="0"/>
</sequence>
<attribute name="OperatorID" type="{}OperatorIDType" />
<attribute name="OperatorLanguage" type="{}ISOLanguage2A" />
<attribute name="ShiftNumber" type="{}ShiftNumberType" />
<attribute name="SaleReferenceID" type="{}SaleReferenceIDType" />
<attribute name="TokenRequestedType" type="{}TokenRequestedTypeTypeCode" />
<attribute name="CustomerOrderID" type="{}CustomerOrderIDType" />
<attribute name="CustomerOrderReq" type="{}CustomerOrderReqType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerOrderID |
protected List<String> |
customerOrderReq |
protected String |
operatorID |
protected String |
operatorLanguage |
protected String |
saleReferenceID |
protected SaleTerminalDataType |
saleTerminalData |
protected String |
saleToAcquirerData |
protected SaleToIssuerDataType |
saleToIssuerData |
protected String |
saleToPOIData |
protected TransactionIdentificationType |
saleTransactionID |
protected String |
shiftNumber |
protected List<SponsoredMerchantType> |
sponsoredMerchant |
protected String |
tokenRequestedType |
| Constructor and Description |
|---|
SaleDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerOrderID()
Gets the value of the customerOrderID property.
|
List<String> |
getCustomerOrderReq()
Gets the value of the customerOrderReq property.
|
String |
getOperatorID()
Gets the value of the operatorID property.
|
String |
getOperatorLanguage()
Gets the value of the operatorLanguage property.
|
String |
getSaleReferenceID()
Gets the value of the saleReferenceID property.
|
SaleTerminalDataType |
getSaleTerminalData()
Gets the value of the saleTerminalData property.
|
String |
getSaleToAcquirerData()
Gets the value of the saleToAcquirerData property.
|
SaleToIssuerDataType |
getSaleToIssuerData()
Gets the value of the saleToIssuerData property.
|
String |
getSaleToPOIData()
Gets the value of the saleToPOIData property.
|
TransactionIdentificationType |
getSaleTransactionID()
Gets the value of the saleTransactionID property.
|
String |
getShiftNumber()
Gets the value of the shiftNumber property.
|
List<SponsoredMerchantType> |
getSponsoredMerchant()
Gets the value of the sponsoredMerchant property.
|
String |
getTokenRequestedType()
Gets the value of the tokenRequestedType property.
|
void |
setCustomerOrderID(String value)
Sets the value of the customerOrderID property.
|
void |
setOperatorID(String value)
Sets the value of the operatorID property.
|
void |
setOperatorLanguage(String value)
Sets the value of the operatorLanguage property.
|
void |
setSaleReferenceID(String value)
Sets the value of the saleReferenceID property.
|
void |
setSaleTerminalData(SaleTerminalDataType value)
Sets the value of the saleTerminalData property.
|
void |
setSaleToAcquirerData(String value)
Sets the value of the saleToAcquirerData property.
|
void |
setSaleToIssuerData(SaleToIssuerDataType value)
Sets the value of the saleToIssuerData property.
|
void |
setSaleToPOIData(String value)
Sets the value of the saleToPOIData property.
|
void |
setSaleTransactionID(TransactionIdentificationType value)
Sets the value of the saleTransactionID property.
|
void |
setShiftNumber(String value)
Sets the value of the shiftNumber property.
|
void |
setTokenRequestedType(String value)
Sets the value of the tokenRequestedType property.
|
protected TransactionIdentificationType saleTransactionID
protected SaleTerminalDataType saleTerminalData
protected List<SponsoredMerchantType> sponsoredMerchant
protected String saleToPOIData
protected String saleToAcquirerData
protected SaleToIssuerDataType saleToIssuerData
protected String operatorID
protected String operatorLanguage
protected String shiftNumber
protected String saleReferenceID
protected String tokenRequestedType
protected String customerOrderID
public TransactionIdentificationType getSaleTransactionID()
TransactionIdentificationTypepublic void setSaleTransactionID(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic SaleTerminalDataType getSaleTerminalData()
SaleTerminalDataTypepublic void setSaleTerminalData(SaleTerminalDataType value)
value - allowed object is
SaleTerminalDataTypepublic List<SponsoredMerchantType> getSponsoredMerchant()
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 sponsoredMerchant property.
For example, to add a new item, do as follows:
getSponsoredMerchant().add(newItem);
Objects of the following type(s) are allowed in the list
SponsoredMerchantType
public String getSaleToPOIData()
Stringpublic void setSaleToPOIData(String value)
value - allowed object is
Stringpublic String getSaleToAcquirerData()
Stringpublic void setSaleToAcquirerData(String value)
value - allowed object is
Stringpublic SaleToIssuerDataType getSaleToIssuerData()
SaleToIssuerDataTypepublic void setSaleToIssuerData(SaleToIssuerDataType value)
value - allowed object is
SaleToIssuerDataTypepublic String getOperatorID()
Stringpublic void setOperatorID(String value)
value - allowed object is
Stringpublic String getOperatorLanguage()
Stringpublic void setOperatorLanguage(String value)
value - allowed object is
Stringpublic String getShiftNumber()
Stringpublic void setShiftNumber(String value)
value - allowed object is
Stringpublic String getSaleReferenceID()
Stringpublic void setSaleReferenceID(String value)
value - allowed object is
Stringpublic String getTokenRequestedType()
Stringpublic void setTokenRequestedType(String value)
value - allowed object is
Stringpublic String getCustomerOrderID()
Stringpublic void setCustomerOrderID(String value)
value - allowed object is
Stringpublic List<String> getCustomerOrderReq()
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 customerOrderReq property.
For example, to add a new item, do as follows:
getCustomerOrderReq().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.