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()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public Long getPointOfSalesId()
Long
public void setPointOfSalesId(Long value)
value
- allowed object is
Long
public OrderType getOrderType()
OrderType
public void setOrderType(OrderType value)
value
- allowed object is
OrderType
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public String getExternalReference()
String
public void setExternalReference(String value)
value
- allowed object is
String
public 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()
Boolean
public void setAutoClose(Boolean value)
value
- allowed object is
Boolean
public String getRefundReason()
String
Copyright © 2021. All rights reserved.