public class OrderDetailsData extends AbstractRealTimeDto implements Serializable
Java class for orderDetailsData complex type.
The following schema fragment specifies the expected content contained within this class.
| Constructor and Description |
|---|
OrderDetailsData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactReference()
Gets the value of the contactReference property.
|
Date |
getCreationDateTime()
Gets the value of the creationDateTime property.
|
Date |
getExpirationDate()
Gets the value of the expirationDate property.
|
String |
getExternalReference()
Gets the value of the externalReference property.
|
String |
getExternalRemark()
Gets the value of the externalRemark property.
|
List<ContiguityData> |
getGeneratedContiguities()
Gets the value of the generatedContiguities property.
|
List<MovementData> |
getMovementDatas()
Gets the value of the movementDatas property.
|
List<MovementTicketData> |
getMovementTicketDatas()
Gets the value of the movementTicketDatas property.
|
Long |
getNumberTickets()
Gets the value of the numberTickets property.
|
List<OperationData> |
getOperationDatas()
Gets the value of the operationDatas property.
|
Long |
getOptionAmount()
Gets the value of the optionAmount property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
List<InstallmentData> |
getOrderInstallmentsToCreate()
Gets the value of the orderInstallmentsToCreate property.
|
OrderOriginator |
getOrderOriginator()
Gets the value of the orderOriginator property.
|
OrderOriginData |
getOrderOriginData()
Gets the value of the orderOriginData property.
|
String |
getOrderSecretId()
Gets the value of the orderSecretId property.
|
OrderState |
getOrderState()
Gets the value of the orderState property.
|
OrderType |
getOrderType()
Gets the value of the orderType property.
|
Long |
getPreSaleAmount()
Gets the value of the preSaleAmount property.
|
String |
getPromotionalCode()
Gets the value of the promotionalCode property.
|
Date |
getReferenceDate()
Gets the value of the referenceDate property.
|
Long |
getReservationAmount()
Gets the value of the reservationAmount property.
|
Long |
getSaleAmount()
Gets the value of the saleAmount property.
|
String |
getSalesChannelCode()
Gets the value of the salesChannelCode property.
|
ExternalName |
getSalesChannelName()
Gets the value of the salesChannelName property.
|
SalesChannelTypeEnum |
getSalesChannelType()
Gets the value of the salesChannelType property.
|
Long |
getWaitingAccountBalanceAmount()
Gets the value of the waitingAccountBalanceAmount property.
|
void |
setContactReference(String value)
Sets the value of the contactReference property.
|
void |
setCreationDateTime(Date value)
Sets the value of the creationDateTime property.
|
void |
setExpirationDate(Date value)
Sets the value of the expirationDate property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setExternalRemark(String value)
Sets the value of the externalRemark property.
|
void |
setNumberTickets(Long value)
Sets the value of the numberTickets property.
|
void |
setOptionAmount(Long value)
Sets the value of the optionAmount property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setOrderOriginator(OrderOriginator value)
Sets the value of the orderOriginator property.
|
void |
setOrderOriginData(OrderOriginData value)
Sets the value of the orderOriginData property.
|
void |
setOrderSecretId(String value)
Sets the value of the orderSecretId property.
|
void |
setOrderState(OrderState value)
Sets the value of the orderState property.
|
void |
setOrderType(OrderType value)
Sets the value of the orderType property.
|
void |
setPreSaleAmount(Long value)
Sets the value of the preSaleAmount property.
|
void |
setPromotionalCode(String value)
Sets the value of the promotionalCode property.
|
void |
setReferenceDate(Date value)
Sets the value of the referenceDate property.
|
void |
setReservationAmount(Long value)
Sets the value of the reservationAmount property.
|
void |
setSaleAmount(Long value)
Sets the value of the saleAmount property.
|
void |
setSalesChannelCode(String value)
Sets the value of the salesChannelCode property.
|
void |
setSalesChannelName(ExternalName value)
Sets the value of the salesChannelName property.
|
void |
setSalesChannelType(SalesChannelTypeEnum value)
Sets the value of the salesChannelType property.
|
void |
setWaitingAccountBalanceAmount(Long value)
Sets the value of the waitingAccountBalanceAmount property.
|
protected String contactReference
protected Date creationDateTime
protected Date expirationDate
protected String externalReference
protected String externalRemark
protected List<ContiguityData> generatedContiguities
protected List<MovementData> movementDatas
protected List<MovementTicketData> movementTicketDatas
protected Long numberTickets
protected List<OperationData> operationDatas
protected Long optionAmount
protected Long orderId
protected List<InstallmentData> orderInstallmentsToCreate
protected OrderOriginData orderOriginData
protected OrderOriginator orderOriginator
protected String orderSecretId
protected OrderState orderState
protected OrderType orderType
protected Long preSaleAmount
protected String promotionalCode
protected Date referenceDate
protected Long reservationAmount
protected Long saleAmount
protected String salesChannelCode
protected ExternalName salesChannelName
protected SalesChannelTypeEnum salesChannelType
protected Long waitingAccountBalanceAmount
public String getContactReference()
Stringpublic void setContactReference(String value)
value - allowed object is
Stringpublic Date getCreationDateTime()
Stringpublic void setCreationDateTime(Date value)
value - allowed object is
Stringpublic Date getExpirationDate()
Stringpublic void setExpirationDate(Date value)
value - allowed object is
Stringpublic String getExternalReference()
Stringpublic void setExternalReference(String value)
value - allowed object is
Stringpublic String getExternalRemark()
Stringpublic void setExternalRemark(String value)
value - allowed object is
Stringpublic List<ContiguityData> getGeneratedContiguities()
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 generatedContiguities property.
For example, to add a new item, do as follows:
getGeneratedContiguities().add(newItem);
Objects of the following type(s) are allowed in the list
ContiguityData
public List<MovementData> getMovementDatas()
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 movementDatas property.
For example, to add a new item, do as follows:
getMovementDatas().add(newItem);
Objects of the following type(s) are allowed in the list
MovementData
public List<MovementTicketData> getMovementTicketDatas()
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 movementTicketDatas property.
For example, to add a new item, do as follows:
getMovementTicketDatas().add(newItem);
Objects of the following type(s) are allowed in the list
MovementTicketData
public Long getNumberTickets()
Longpublic void setNumberTickets(Long value)
value - allowed object is
Longpublic List<OperationData> getOperationDatas()
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 operationDatas property.
For example, to add a new item, do as follows:
getOperationDatas().add(newItem);
Objects of the following type(s) are allowed in the list
OperationData
public Long getOptionAmount()
Longpublic void setOptionAmount(Long value)
value - allowed object is
Longpublic Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic List<InstallmentData> getOrderInstallmentsToCreate()
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 orderInstallmentsToCreate property.
For example, to add a new item, do as follows:
getOrderInstallmentsToCreate().add(newItem);
Objects of the following type(s) are allowed in the list
InstallmentData
public OrderOriginData getOrderOriginData()
OrderOriginDatapublic void setOrderOriginData(OrderOriginData value)
value - allowed object is
OrderOriginDatapublic OrderOriginator getOrderOriginator()
OrderOriginatorpublic void setOrderOriginator(OrderOriginator value)
value - allowed object is
OrderOriginatorpublic String getOrderSecretId()
Stringpublic void setOrderSecretId(String value)
value - allowed object is
Stringpublic OrderState getOrderState()
OrderStatepublic void setOrderState(OrderState value)
value - allowed object is
OrderStatepublic OrderType getOrderType()
OrderTypepublic void setOrderType(OrderType value)
value - allowed object is
OrderTypepublic Long getPreSaleAmount()
Longpublic void setPreSaleAmount(Long value)
value - allowed object is
Longpublic String getPromotionalCode()
Stringpublic void setPromotionalCode(String value)
value - allowed object is
Stringpublic Date getReferenceDate()
Stringpublic void setReferenceDate(Date value)
value - allowed object is
Stringpublic Long getReservationAmount()
Longpublic void setReservationAmount(Long value)
value - allowed object is
Longpublic Long getSaleAmount()
Longpublic void setSaleAmount(Long value)
value - allowed object is
Longpublic String getSalesChannelCode()
Stringpublic void setSalesChannelCode(String value)
value - allowed object is
Stringpublic ExternalName getSalesChannelName()
ExternalNamepublic void setSalesChannelName(ExternalName value)
value - allowed object is
ExternalNamepublic SalesChannelTypeEnum getSalesChannelType()
SalesChannelTypeEnumpublic void setSalesChannelType(SalesChannelTypeEnum value)
value - allowed object is
SalesChannelTypeEnumpublic Long getWaitingAccountBalanceAmount()
LongCopyright © 2021. All rights reserved.