|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Transaction.Shipments.Shipment
public static class Transaction.Shipments.Shipment
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Condition" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="DeliveryMethod" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ShipmentItems" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TransactionItemId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Packages" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Package" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TrackingNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CarrierName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
Transaction.Shipments.Shipment.Packages
Java class for anonymous complex type. |
static class |
Transaction.Shipments.Shipment.ShipmentItems
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.lang.String |
condition
|
protected java.lang.String |
deliveryMethod
|
protected Transaction.Shipments.Shipment.Packages |
packages
|
protected Transaction.Shipments.Shipment.ShipmentItems |
shipmentItems
|
Constructor Summary | |
---|---|
Transaction.Shipments.Shipment()
|
Method Summary | |
---|---|
java.lang.String |
getCondition()
Gets the value of the condition property. |
java.lang.String |
getDeliveryMethod()
Gets the value of the deliveryMethod property. |
Transaction.Shipments.Shipment.Packages |
getPackages()
Gets the value of the packages property. |
Transaction.Shipments.Shipment.ShipmentItems |
getShipmentItems()
Gets the value of the shipmentItems property. |
void |
setCondition(java.lang.String value)
Sets the value of the condition property. |
void |
setDeliveryMethod(java.lang.String value)
Sets the value of the deliveryMethod property. |
void |
setPackages(Transaction.Shipments.Shipment.Packages value)
Sets the value of the packages property. |
void |
setShipmentItems(Transaction.Shipments.Shipment.ShipmentItems value)
Sets the value of the shipmentItems property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String condition
protected java.lang.String deliveryMethod
protected Transaction.Shipments.Shipment.ShipmentItems shipmentItems
protected Transaction.Shipments.Shipment.Packages packages
Constructor Detail |
---|
public Transaction.Shipments.Shipment()
Method Detail |
---|
public java.lang.String getCondition()
String
public void setCondition(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDeliveryMethod()
String
public void setDeliveryMethod(java.lang.String value)
value
- allowed object is
String
public Transaction.Shipments.Shipment.ShipmentItems getShipmentItems()
Transaction.Shipments.Shipment.ShipmentItems
public void setShipmentItems(Transaction.Shipments.Shipment.ShipmentItems value)
value
- allowed object is
Transaction.Shipments.Shipment.ShipmentItems
public Transaction.Shipments.Shipment.Packages getPackages()
Transaction.Shipments.Shipment.Packages
public void setPackages(Transaction.Shipments.Shipment.Packages value)
value
- allowed object is
Transaction.Shipments.Shipment.Packages
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |