| java.lang.Object | |
| ↳ | com.amazonaws.fba_outbound.doc._2007_08_02.FulfillmentShipmentPackage |
Represents a single package in a shipment. The package id uniquely identifies the package within the shipment. The CarrierCode identifies the carrier who will deliver the shipment to the end recipient. The TrackingNumber, if provided, may be used to obtain tracking and delivery information about the package from the carrier.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| __equalsCalc | |||||||||||
| __hashCodeCalc | |||||||||||
| carrierCode | |||||||||||
| estimatedArrivalDateTime | |||||||||||
| packageNumber | |||||||||||
| trackingNumber | |||||||||||
| typeDesc | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the carrierCode value for this FulfillmentShipmentPackage.
| |||||||||||
Get Custom Deserializer
| |||||||||||
Gets the estimatedArrivalDateTime value for this FulfillmentShipmentPackage.
| |||||||||||
Gets the packageNumber value for this FulfillmentShipmentPackage.
| |||||||||||
Get Custom Serializer
| |||||||||||
Gets the trackingNumber value for this FulfillmentShipmentPackage.
| |||||||||||
Return type metadata object
| |||||||||||
Sets the carrierCode value for this FulfillmentShipmentPackage.
| |||||||||||
Sets the estimatedArrivalDateTime value for this FulfillmentShipmentPackage.
| |||||||||||
Sets the packageNumber value for this FulfillmentShipmentPackage.
| |||||||||||
Sets the trackingNumber value for this FulfillmentShipmentPackage.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| packageNumber | |
|---|---|
| carrierCode | |
| trackingNumber | |
| estimatedArrivalDateTime |
| obj |
|---|
Gets the carrierCode value for this FulfillmentShipmentPackage.
Get Custom Deserializer
| mechType | |
|---|---|
| _javaType | |
| _xmlType |
Gets the estimatedArrivalDateTime value for this FulfillmentShipmentPackage.
Gets the packageNumber value for this FulfillmentShipmentPackage.
Get Custom Serializer
| mechType | |
|---|---|
| _javaType | |
| _xmlType |
Gets the trackingNumber value for this FulfillmentShipmentPackage.
Return type metadata object
Sets the carrierCode value for this FulfillmentShipmentPackage.
| carrierCode |
|---|
Sets the estimatedArrivalDateTime value for this FulfillmentShipmentPackage.
| estimatedArrivalDateTime |
|---|
Sets the packageNumber value for this FulfillmentShipmentPackage.
| packageNumber |
|---|
Sets the trackingNumber value for this FulfillmentShipmentPackage.
| trackingNumber |
|---|