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()
ContactSummaryData
public void setBuyingContactInfo(ContactSummaryData value)
value
- allowed object is
ContactSummaryData
public 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()
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 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()
Long
public void setNumberOfMovements(Long value)
value
- allowed object is
Long
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public String getOrderOriginator()
String
public void setOrderOriginator(String value)
value
- allowed object is
String
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 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()
String
public void setReferenceDate(Date 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 getTotalAmount()
Long
Copyright © 2021. All rights reserved.