public class CreateOrUpdateOrderWithGranularity extends Object implements Serializable
Java class for createOrUpdateOrderWithGranularity complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<ChargeOperation> |
chargeOperations |
protected List<ComposedProductOperationCreationData> |
composedProductOperations |
protected String |
externalReference |
protected List<FileContactData> |
fileContacts |
protected Long |
fileId |
protected boolean |
isResumeAllOptionOperations |
protected boolean |
isResumeAllReservationOperations |
protected Long |
orderId |
protected OrderType |
orderType |
protected OrderUpdateGranularity |
orderUpdateGranularity |
protected OrderOriginData |
origin |
protected Long |
pointOfSalesId |
protected List<ContactData> |
purchasersInfo |
protected Integer |
requestId |
protected List<SimpleProductOperationCreationData> |
simpleProductOperations |
protected List<SingleEntryOperationAttributionData> |
singleEntryAttributionOperations |
protected List<TransportProductOperationCreationData> |
transportProductOperations |
Constructor and Description |
---|
CreateOrUpdateOrderWithGranularity() |
Modifier and Type | Method and Description |
---|---|
List<ChargeOperation> |
getChargeOperations()
Gets the value of the chargeOperations property.
|
List<ComposedProductOperationCreationData> |
getComposedProductOperations()
Gets the value of the composedProductOperations property.
|
String |
getExternalReference()
Gets the value of the externalReference property.
|
List<FileContactData> |
getFileContacts()
Gets the value of the fileContacts property.
|
Long |
getFileId()
Gets the value of the fileId property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
OrderType |
getOrderType()
Gets the value of the orderType property.
|
OrderUpdateGranularity |
getOrderUpdateGranularity()
Gets the value of the orderUpdateGranularity property.
|
OrderOriginData |
getOrigin()
Gets the value of the origin property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
List<ContactData> |
getPurchasersInfo()
Gets the value of the purchasersInfo property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
List<SimpleProductOperationCreationData> |
getSimpleProductOperations()
Gets the value of the simpleProductOperations property.
|
List<SingleEntryOperationAttributionData> |
getSingleEntryAttributionOperations()
Gets the value of the singleEntryAttributionOperations property.
|
List<TransportProductOperationCreationData> |
getTransportProductOperations()
Gets the value of the transportProductOperations property.
|
boolean |
isIsResumeAllOptionOperations()
Gets the value of the isResumeAllOptionOperations property.
|
boolean |
isIsResumeAllReservationOperations()
Gets the value of the isResumeAllReservationOperations property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setFileId(Long value)
Sets the value of the fileId property.
|
void |
setIsResumeAllOptionOperations(boolean value)
Sets the value of the isResumeAllOptionOperations property.
|
void |
setIsResumeAllReservationOperations(boolean value)
Sets the value of the isResumeAllReservationOperations property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setOrderType(OrderType value)
Sets the value of the orderType property.
|
void |
setOrderUpdateGranularity(OrderUpdateGranularity value)
Sets the value of the orderUpdateGranularity property.
|
void |
setOrigin(OrderOriginData value)
Sets the value of the origin property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long pointOfSalesId
protected Long orderId
protected Long fileId
protected OrderType orderType
protected List<ContactData> purchasersInfo
protected String externalReference
protected List<ComposedProductOperationCreationData> composedProductOperations
protected List<SingleEntryOperationAttributionData> singleEntryAttributionOperations
protected List<SimpleProductOperationCreationData> simpleProductOperations
protected List<TransportProductOperationCreationData> transportProductOperations
protected List<ChargeOperation> chargeOperations
protected OrderOriginData origin
protected List<FileContactData> fileContacts
protected boolean isResumeAllOptionOperations
protected boolean isResumeAllReservationOperations
protected OrderUpdateGranularity orderUpdateGranularity
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 Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public Long getFileId()
Long
public void setFileId(Long value)
value
- allowed object is
Long
public OrderType getOrderType()
OrderType
public void setOrderType(OrderType value)
value
- allowed object is
OrderType
public List<ContactData> getPurchasersInfo()
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 purchasersInfo property.
For example, to add a new item, do as follows:
getPurchasersInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ContactData
public String getExternalReference()
String
public void setExternalReference(String value)
value
- allowed object is
String
public List<ComposedProductOperationCreationData> getComposedProductOperations()
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 composedProductOperations property.
For example, to add a new item, do as follows:
getComposedProductOperations().add(newItem);
Objects of the following type(s) are allowed in the list
ComposedProductOperationCreationData
public List<SingleEntryOperationAttributionData> getSingleEntryAttributionOperations()
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 singleEntryAttributionOperations property.
For example, to add a new item, do as follows:
getSingleEntryAttributionOperations().add(newItem);
Objects of the following type(s) are allowed in the list
SingleEntryOperationAttributionData
public List<SimpleProductOperationCreationData> getSimpleProductOperations()
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 simpleProductOperations property.
For example, to add a new item, do as follows:
getSimpleProductOperations().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleProductOperationCreationData
public List<TransportProductOperationCreationData> getTransportProductOperations()
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 transportProductOperations property.
For example, to add a new item, do as follows:
getTransportProductOperations().add(newItem);
Objects of the following type(s) are allowed in the list
TransportProductOperationCreationData
public List<ChargeOperation> getChargeOperations()
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 chargeOperations property.
For example, to add a new item, do as follows:
getChargeOperations().add(newItem);
Objects of the following type(s) are allowed in the list
ChargeOperation
public OrderOriginData getOrigin()
OrderOriginData
public void setOrigin(OrderOriginData value)
value
- allowed object is
OrderOriginData
public List<FileContactData> getFileContacts()
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 fileContacts property.
For example, to add a new item, do as follows:
getFileContacts().add(newItem);
Objects of the following type(s) are allowed in the list
FileContactData
public boolean isIsResumeAllOptionOperations()
public void setIsResumeAllOptionOperations(boolean value)
public boolean isIsResumeAllReservationOperations()
public void setIsResumeAllReservationOperations(boolean value)
public OrderUpdateGranularity getOrderUpdateGranularity()
OrderUpdateGranularity
public void setOrderUpdateGranularity(OrderUpdateGranularity value)
value
- allowed object is
OrderUpdateGranularity
Copyright © 2021. All rights reserved.