public class OrderUpdateData extends AbstractRealTimeDto implements Serializable
Java class for orderUpdateData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Class and Description |
---|---|
static class |
OrderUpdateData.GeneratedContactQualities
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected OrderUpdateData.GeneratedContactQualities |
generatedContactQualities |
protected List<ContiguityData> |
generatedContiguities |
protected Long |
mainOperationId |
protected List<MovementData> |
movementDataUpdates |
protected List<OperationData> |
operationDataUpdates |
protected Long |
orderId |
protected String |
orderSecretId |
protected OrderOriginData |
origin |
protected List<Long> |
removeMovementIds |
protected List<Long> |
removeOperationIds |
Constructor and Description |
---|
OrderUpdateData() |
Modifier and Type | Method and Description |
---|---|
OrderUpdateData.GeneratedContactQualities |
getGeneratedContactQualities()
Gets the value of the generatedContactQualities property.
|
List<ContiguityData> |
getGeneratedContiguities()
Gets the value of the generatedContiguities property.
|
Long |
getMainOperationId()
Gets the value of the mainOperationId property.
|
List<MovementData> |
getMovementDataUpdates()
Gets the value of the movementDataUpdates property.
|
List<OperationData> |
getOperationDataUpdates()
Gets the value of the operationDataUpdates property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
String |
getOrderSecretId()
Gets the value of the orderSecretId property.
|
OrderOriginData |
getOrigin()
Gets the value of the origin property.
|
List<Long> |
getRemoveMovementIds()
Gets the value of the removeMovementIds property.
|
List<Long> |
getRemoveOperationIds()
Gets the value of the removeOperationIds property.
|
void |
setGeneratedContactQualities(OrderUpdateData.GeneratedContactQualities value)
Sets the value of the generatedContactQualities property.
|
void |
setMainOperationId(Long value)
Sets the value of the mainOperationId property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setOrderSecretId(String value)
Sets the value of the orderSecretId property.
|
void |
setOrigin(OrderOriginData value)
Sets the value of the origin property.
|
protected OrderUpdateData.GeneratedContactQualities generatedContactQualities
protected List<ContiguityData> generatedContiguities
protected Long mainOperationId
protected List<MovementData> movementDataUpdates
protected List<OperationData> operationDataUpdates
protected Long orderId
protected String orderSecretId
protected OrderOriginData origin
public OrderUpdateData.GeneratedContactQualities getGeneratedContactQualities()
OrderUpdateData.GeneratedContactQualities
public void setGeneratedContactQualities(OrderUpdateData.GeneratedContactQualities value)
value
- allowed object is
OrderUpdateData.GeneratedContactQualities
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 Long getMainOperationId()
Long
public void setMainOperationId(Long value)
value
- allowed object is
Long
public List<MovementData> getMovementDataUpdates()
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 movementDataUpdates property.
For example, to add a new item, do as follows:
getMovementDataUpdates().add(newItem);
Objects of the following type(s) are allowed in the list
MovementData
public List<OperationData> getOperationDataUpdates()
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 operationDataUpdates property.
For example, to add a new item, do as follows:
getOperationDataUpdates().add(newItem);
Objects of the following type(s) are allowed in the list
OperationData
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public String getOrderSecretId()
String
public void setOrderSecretId(String value)
value
- allowed object is
String
public OrderOriginData getOrigin()
OrderOriginData
public void setOrigin(OrderOriginData value)
value
- allowed object is
OrderOriginData
public List<Long> getRemoveMovementIds()
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 removeMovementIds property.
For example, to add a new item, do as follows:
getRemoveMovementIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getRemoveOperationIds()
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 removeOperationIds property.
For example, to add a new item, do as follows:
getRemoveOperationIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2021. All rights reserved.