public class CardAcquisitionResponseType extends Object
Java class for CardAcquisitionResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardAcquisitionResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}ResponseType"/>
<element name="SaleData" type="{}SaleDataType"/>
<element name="POIData" type="{}POIDataType"/>
<element name="PaymentBrand" type="{}PaymentBrandType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PaymentInstrumentData" type="{}PaymentInstrumentDataType" minOccurs="0"/>
<element name="LoyaltyAccount" type="{}LoyaltyAccountType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CustomerOrder" type="{}CustomerOrderType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomerOrderType> |
customerOrder |
protected List<LoyaltyAccountType> |
loyaltyAccount |
protected List<String> |
paymentBrand |
protected PaymentInstrumentDataType |
paymentInstrumentData |
protected POIDataType |
poiData |
protected ResponseType |
response |
protected SaleDataType |
saleData |
| Constructor and Description |
|---|
CardAcquisitionResponseType() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerOrderType> |
getCustomerOrder()
Gets the value of the customerOrder property.
|
List<LoyaltyAccountType> |
getLoyaltyAccount()
Gets the value of the loyaltyAccount property.
|
List<String> |
getPaymentBrand()
Gets the value of the paymentBrand property.
|
PaymentInstrumentDataType |
getPaymentInstrumentData()
Gets the value of the paymentInstrumentData property.
|
POIDataType |
getPOIData()
Gets the value of the poiData property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
SaleDataType |
getSaleData()
Gets the value of the saleData property.
|
void |
setPaymentInstrumentData(PaymentInstrumentDataType value)
Sets the value of the paymentInstrumentData property.
|
void |
setPOIData(POIDataType value)
Sets the value of the poiData property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
void |
setSaleData(SaleDataType value)
Sets the value of the saleData property.
|
protected ResponseType response
protected SaleDataType saleData
protected POIDataType poiData
protected PaymentInstrumentDataType paymentInstrumentData
protected List<LoyaltyAccountType> loyaltyAccount
protected List<CustomerOrderType> customerOrder
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic SaleDataType getSaleData()
SaleDataTypepublic void setSaleData(SaleDataType value)
value - allowed object is
SaleDataTypepublic POIDataType getPOIData()
POIDataTypepublic void setPOIData(POIDataType value)
value - allowed object is
POIDataTypepublic List<String> getPaymentBrand()
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 paymentBrand property.
For example, to add a new item, do as follows:
getPaymentBrand().add(newItem);
Objects of the following type(s) are allowed in the list
String
public PaymentInstrumentDataType getPaymentInstrumentData()
PaymentInstrumentDataTypepublic void setPaymentInstrumentData(PaymentInstrumentDataType value)
value - allowed object is
PaymentInstrumentDataTypepublic List<LoyaltyAccountType> getLoyaltyAccount()
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 loyaltyAccount property.
For example, to add a new item, do as follows:
getLoyaltyAccount().add(newItem);
Objects of the following type(s) are allowed in the list
LoyaltyAccountType
public List<CustomerOrderType> getCustomerOrder()
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 customerOrder property.
For example, to add a new item, do as follows:
getCustomerOrder().add(newItem);
Objects of the following type(s) are allowed in the list
CustomerOrderType
Copyright © 2018. All rights reserved.