public class RefundTicketOrder extends Object implements Serializable
Java class for refundTicketOrder complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoClose |
protected String |
externalReference |
protected Long |
orderId |
protected OrderType |
orderType |
protected Long |
pointOfSalesId |
protected String |
refundReason |
protected Integer |
requestId |
protected List<TicketInfo> |
ticketInfos |
| Constructor and Description |
|---|
RefundTicketOrder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalReference()
Gets the value of the externalReference property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
OrderType |
getOrderType()
Gets the value of the orderType property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
String |
getRefundReason()
Gets the value of the refundReason property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
List<TicketInfo> |
getTicketInfos()
Gets the value of the ticketInfos property.
|
Boolean |
isAutoClose()
Gets the value of the autoClose property.
|
void |
setAutoClose(Boolean value)
Sets the value of the autoClose property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setOrderType(OrderType value)
Sets the value of the orderType property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
void |
setRefundReason(String value)
Sets the value of the refundReason property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long pointOfSalesId
protected OrderType orderType
protected Long orderId
protected String externalReference
protected List<TicketInfo> ticketInfos
protected Boolean autoClose
protected String refundReason
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic Long getPointOfSalesId()
Longpublic void setPointOfSalesId(Long value)
value - allowed object is
Longpublic OrderType getOrderType()
OrderTypepublic void setOrderType(OrderType value)
value - allowed object is
OrderTypepublic Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic String getExternalReference()
Stringpublic void setExternalReference(String value)
value - allowed object is
Stringpublic List<TicketInfo> getTicketInfos()
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 ticketInfos property.
For example, to add a new item, do as follows:
getTicketInfos().add(newItem);
Objects of the following type(s) are allowed in the list
TicketInfo
public Boolean isAutoClose()
Booleanpublic void setAutoClose(Boolean value)
value - allowed object is
Booleanpublic String getRefundReason()
StringCopyright © 2021. All rights reserved.