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()
String
public void setContactReference(String value)
value
- allowed object is
String
public Date getCreationDateTime()
String
public void setCreationDateTime(Date value)
value
- allowed object is
String
public Date getExpirationDate()
String
public void setExpirationDate(Date value)
value
- allowed object is
String
public String getExternalReference()
String
public void setExternalReference(String value)
value
- allowed object is
String
public String getExternalRemark()
String
public void setExternalRemark(String value)
value
- allowed object is
String
public 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()
Long
public void setNumberTickets(Long value)
value
- allowed object is
Long
public 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()
Long
public void setOptionAmount(Long value)
value
- allowed object is
Long
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public 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()
OrderOriginData
public void setOrderOriginData(OrderOriginData value)
value
- allowed object is
OrderOriginData
public OrderOriginator getOrderOriginator()
OrderOriginator
public void setOrderOriginator(OrderOriginator value)
value
- allowed object is
OrderOriginator
public String getOrderSecretId()
String
public void setOrderSecretId(String value)
value
- allowed object is
String
public OrderState getOrderState()
OrderState
public void setOrderState(OrderState value)
value
- allowed object is
OrderState
public OrderType getOrderType()
OrderType
public void setOrderType(OrderType value)
value
- allowed object is
OrderType
public Long getPreSaleAmount()
Long
public void setPreSaleAmount(Long value)
value
- allowed object is
Long
public String getPromotionalCode()
String
public void setPromotionalCode(String value)
value
- allowed object is
String
public Date getReferenceDate()
String
public void setReferenceDate(Date value)
value
- allowed object is
String
public Long getReservationAmount()
Long
public void setReservationAmount(Long value)
value
- allowed object is
Long
public Long getSaleAmount()
Long
public void setSaleAmount(Long value)
value
- allowed object is
Long
public String getSalesChannelCode()
String
public void setSalesChannelCode(String value)
value
- allowed object is
String
public ExternalName getSalesChannelName()
ExternalName
public void setSalesChannelName(ExternalName value)
value
- allowed object is
ExternalName
public SalesChannelTypeEnum getSalesChannelType()
SalesChannelTypeEnum
public void setSalesChannelType(SalesChannelTypeEnum value)
value
- allowed object is
SalesChannelTypeEnum
public Long getWaitingAccountBalanceAmount()
Long
Copyright © 2021. All rights reserved.