public class CreatePaymentsAndCloseOrder extends Object implements Serializable
Java class for createPaymentsAndCloseOrder complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected CancellationInsuranceData |
cancellationInsuranceData |
protected String |
contactRemark |
protected boolean |
createToken |
protected String |
externalReference |
protected String |
externalRemark |
protected List<FileContactData> |
fileContacts |
protected FileData |
fileData |
protected boolean |
isConvertedReservation |
protected Long |
maxWaitingTime |
protected List<String> |
oneTimeCodes |
protected Long |
orderId |
protected OrderType |
orderType |
protected PaymentParameters |
paymentParams |
protected List<PaymentInfo> |
payments |
protected List<ContactData> |
purchasersInfo |
protected Integer |
requestId |
protected List<TicketData> |
tickets |
Constructor and Description |
---|
CreatePaymentsAndCloseOrder() |
Modifier and Type | Method and Description |
---|---|
CancellationInsuranceData |
getCancellationInsuranceData()
Gets the value of the cancellationInsuranceData property.
|
String |
getContactRemark()
Gets the value of the contactRemark property.
|
String |
getExternalReference()
Gets the value of the externalReference property.
|
String |
getExternalRemark()
Gets the value of the externalRemark property.
|
List<FileContactData> |
getFileContacts()
Gets the value of the fileContacts property.
|
FileData |
getFileData()
Gets the value of the fileData property.
|
Long |
getMaxWaitingTime()
Gets the value of the maxWaitingTime property.
|
List<String> |
getOneTimeCodes()
Gets the value of the oneTimeCodes property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
OrderType |
getOrderType()
Gets the value of the orderType property.
|
PaymentParameters |
getPaymentParams()
Gets the value of the paymentParams property.
|
List<PaymentInfo> |
getPayments()
Gets the value of the payments property.
|
List<ContactData> |
getPurchasersInfo()
Gets the value of the purchasersInfo property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
List<TicketData> |
getTickets()
Gets the value of the tickets property.
|
boolean |
isCreateToken()
Gets the value of the createToken property.
|
boolean |
isIsConvertedReservation()
Gets the value of the isConvertedReservation property.
|
void |
setCancellationInsuranceData(CancellationInsuranceData value)
Sets the value of the cancellationInsuranceData property.
|
void |
setContactRemark(String value)
Sets the value of the contactRemark property.
|
void |
setCreateToken(boolean value)
Sets the value of the createToken property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setExternalRemark(String value)
Sets the value of the externalRemark property.
|
void |
setFileData(FileData value)
Sets the value of the fileData property.
|
void |
setIsConvertedReservation(boolean value)
Sets the value of the isConvertedReservation property.
|
void |
setMaxWaitingTime(Long value)
Sets the value of the maxWaitingTime property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setOrderType(OrderType value)
Sets the value of the orderType property.
|
void |
setPaymentParams(PaymentParameters value)
Sets the value of the paymentParams property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long orderId
protected List<PaymentInfo> payments
protected PaymentParameters paymentParams
protected String externalReference
protected OrderType orderType
protected Long maxWaitingTime
protected List<ContactData> purchasersInfo
protected List<TicketData> tickets
protected String externalRemark
protected List<FileContactData> fileContacts
protected FileData fileData
protected CancellationInsuranceData cancellationInsuranceData
protected boolean isConvertedReservation
protected boolean createToken
protected String contactRemark
public Integer getRequestId()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public List<PaymentInfo> getPayments()
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 payments property.
For example, to add a new item, do as follows:
getPayments().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentInfo
public PaymentParameters getPaymentParams()
PaymentParameters
public void setPaymentParams(PaymentParameters value)
value
- allowed object is
PaymentParameters
public String getExternalReference()
String
public void setExternalReference(String value)
value
- allowed object is
String
public OrderType getOrderType()
OrderType
public void setOrderType(OrderType value)
value
- allowed object is
OrderType
public Long getMaxWaitingTime()
Long
public void setMaxWaitingTime(Long value)
value
- allowed object is
Long
public List<ContactData> getPurchasersInfo()
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 purchasersInfo property.
For example, to add a new item, do as follows:
getPurchasersInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ContactData
public List<TicketData> getTickets()
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 tickets property.
For example, to add a new item, do as follows:
getTickets().add(newItem);
Objects of the following type(s) are allowed in the list
TicketData
public String getExternalRemark()
String
public void setExternalRemark(String value)
value
- allowed object is
String
public List<FileContactData> getFileContacts()
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 fileContacts property.
For example, to add a new item, do as follows:
getFileContacts().add(newItem);
Objects of the following type(s) are allowed in the list
FileContactData
public List<String> getOneTimeCodes()
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 oneTimeCodes property.
For example, to add a new item, do as follows:
getOneTimeCodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public FileData getFileData()
FileData
public void setFileData(FileData value)
value
- allowed object is
FileData
public CancellationInsuranceData getCancellationInsuranceData()
CancellationInsuranceData
public void setCancellationInsuranceData(CancellationInsuranceData value)
value
- allowed object is
CancellationInsuranceData
public boolean isIsConvertedReservation()
public void setIsConvertedReservation(boolean value)
public boolean isCreateToken()
public void setCreateToken(boolean value)
public String getContactRemark()
String
Copyright © 2021. All rights reserved.