public class GetOrderDetailsResponse extends Object implements Serializable
Java class for getOrderDetailsResponse complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected OrderDetailResult |
orderDetailResult |
| Constructor and Description |
|---|
GetOrderDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
OrderDetailResult |
getOrderDetailResult()
Gets the value of the orderDetailResult property.
|
void |
setOrderDetailResult(OrderDetailResult value)
Sets the value of the orderDetailResult property.
|
protected OrderDetailResult orderDetailResult
public OrderDetailResult getOrderDetailResult()
OrderDetailResultpublic void setOrderDetailResult(OrderDetailResult value)
value - allowed object is
OrderDetailResultCopyright © 2021. All rights reserved.