public class GetShipmentsForOrderWithGranularity extends Object implements Serializable
Java class for getShipmentsForOrderWithGranularity complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected long |
orderId |
protected ShipmentDataGranularity |
shipmentDataGranularity |
Constructor and Description |
---|
GetShipmentsForOrderWithGranularity() |
Modifier and Type | Method and Description |
---|---|
long |
getOrderId()
Gets the value of the orderId property.
|
ShipmentDataGranularity |
getShipmentDataGranularity()
Gets the value of the shipmentDataGranularity property.
|
void |
setOrderId(long value)
Sets the value of the orderId property.
|
void |
setShipmentDataGranularity(ShipmentDataGranularity value)
Sets the value of the shipmentDataGranularity property.
|
protected long orderId
protected ShipmentDataGranularity shipmentDataGranularity
public long getOrderId()
public void setOrderId(long value)
public ShipmentDataGranularity getShipmentDataGranularity()
ShipmentDataGranularity
public void setShipmentDataGranularity(ShipmentDataGranularity value)
value
- allowed object is
ShipmentDataGranularity
Copyright © 2021. All rights reserved.