public class CreateOrUpdateOrderResponse extends Object implements Serializable
Java class for createOrUpdateOrderResponse complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected OrderUpdateResult |
orderUpdateResult |
Constructor and Description |
---|
CreateOrUpdateOrderResponse() |
Modifier and Type | Method and Description |
---|---|
OrderUpdateResult |
getOrderUpdateResult()
Gets the value of the orderUpdateResult property.
|
void |
setOrderUpdateResult(OrderUpdateResult value)
Sets the value of the orderUpdateResult property.
|
protected OrderUpdateResult orderUpdateResult
public OrderUpdateResult getOrderUpdateResult()
OrderUpdateResult
public void setOrderUpdateResult(OrderUpdateResult value)
value
- allowed object is
OrderUpdateResult
Copyright © 2021. All rights reserved.