public class OrderSummaryData extends AbstractRealTimeDto implements Serializable
Java class for orderSummaryData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected ContactSummaryData |
buyingContactInfo |
protected List<ContactSummaryData> |
culturalContactsInfo |
protected Date |
expirationDate |
protected String |
externalReference |
protected List<Long> |
fileIds |
protected Long |
numberOfMovements |
protected Long |
orderId |
protected String |
orderOriginator |
protected String |
orderSecretId |
protected OrderState |
orderState |
protected OrderType |
orderType |
protected List<PaymentStatus> |
paymentStates |
protected Date |
referenceDate |
protected ExternalName |
salesChannelName |
protected SalesChannelTypeEnum |
salesChannelType |
protected Long |
totalAmount |
| Constructor and Description |
|---|
OrderSummaryData() |
| Modifier and Type | Method and Description |
|---|---|
ContactSummaryData |
getBuyingContactInfo()
Gets the value of the buyingContactInfo property.
|
List<ContactSummaryData> |
getCulturalContactsInfo()
Gets the value of the culturalContactsInfo property.
|
Date |
getExpirationDate()
Gets the value of the expirationDate property.
|
String |
getExternalReference()
Gets the value of the externalReference property.
|
List<Long> |
getFileIds()
Gets the value of the fileIds property.
|
Long |
getNumberOfMovements()
Gets the value of the numberOfMovements property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
String |
getOrderOriginator()
Gets the value of the orderOriginator 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.
|
List<PaymentStatus> |
getPaymentStates()
Gets the value of the paymentStates property.
|
Date |
getReferenceDate()
Gets the value of the referenceDate property.
|
ExternalName |
getSalesChannelName()
Gets the value of the salesChannelName property.
|
SalesChannelTypeEnum |
getSalesChannelType()
Gets the value of the salesChannelType property.
|
Long |
getTotalAmount()
Gets the value of the totalAmount property.
|
void |
setBuyingContactInfo(ContactSummaryData value)
Sets the value of the buyingContactInfo property.
|
void |
setExpirationDate(Date value)
Sets the value of the expirationDate property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setNumberOfMovements(Long value)
Sets the value of the numberOfMovements property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setOrderOriginator(String value)
Sets the value of the orderOriginator 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 |
setReferenceDate(Date value)
Sets the value of the referenceDate property.
|
void |
setSalesChannelName(ExternalName value)
Sets the value of the salesChannelName property.
|
void |
setSalesChannelType(SalesChannelTypeEnum value)
Sets the value of the salesChannelType property.
|
void |
setTotalAmount(Long value)
Sets the value of the totalAmount property.
|
protected ContactSummaryData buyingContactInfo
protected List<ContactSummaryData> culturalContactsInfo
protected Date expirationDate
protected String externalReference
protected Long numberOfMovements
protected Long orderId
protected String orderOriginator
protected String orderSecretId
protected OrderState orderState
protected OrderType orderType
protected List<PaymentStatus> paymentStates
protected Date referenceDate
protected ExternalName salesChannelName
protected SalesChannelTypeEnum salesChannelType
protected Long totalAmount
public ContactSummaryData getBuyingContactInfo()
ContactSummaryDatapublic void setBuyingContactInfo(ContactSummaryData value)
value - allowed object is
ContactSummaryDatapublic List<ContactSummaryData> getCulturalContactsInfo()
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 culturalContactsInfo property.
For example, to add a new item, do as follows:
getCulturalContactsInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ContactSummaryData
public Date getExpirationDate()
Stringpublic void setExpirationDate(Date value)
value - allowed object is
Stringpublic String getExternalReference()
Stringpublic void setExternalReference(String value)
value - allowed object is
Stringpublic List<Long> getFileIds()
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 fileIds property.
For example, to add a new item, do as follows:
getFileIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public Long getNumberOfMovements()
Longpublic void setNumberOfMovements(Long value)
value - allowed object is
Longpublic Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic String getOrderOriginator()
Stringpublic void setOrderOriginator(String value)
value - allowed object is
Stringpublic 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 List<PaymentStatus> getPaymentStates()
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 paymentStates property.
For example, to add a new item, do as follows:
getPaymentStates().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentStatus
public Date getReferenceDate()
Stringpublic void setReferenceDate(Date 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 getTotalAmount()
LongCopyright © 2021. All rights reserved.