com.amazon.webservices.awsecommerceservice._2007_04_04
Class Transaction.Shipments.Shipment

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Transaction.Shipments.Shipment
Enclosing class:
Transaction.Shipments

public static class Transaction.Shipments.Shipment
extends java.lang.Object

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

condition

protected java.lang.String condition

deliveryMethod

protected java.lang.String deliveryMethod

shipmentItems

protected Transaction.Shipments.Shipment.ShipmentItems shipmentItems

packages

protected Transaction.Shipments.Shipment.Packages packages
Constructor Detail

Transaction.Shipments.Shipment

public Transaction.Shipments.Shipment()
Method Detail

getCondition

public java.lang.String getCondition()
Gets the value of the condition property.

Returns:
possible object is String

setCondition

public void setCondition(java.lang.String value)
Sets the value of the condition property.

Parameters:
value - allowed object is String

getDeliveryMethod

public java.lang.String getDeliveryMethod()
Gets the value of the deliveryMethod property.

Returns:
possible object is String

setDeliveryMethod

public void setDeliveryMethod(java.lang.String value)
Sets the value of the deliveryMethod property.

Parameters:
value - allowed object is String

getShipmentItems

public Transaction.Shipments.Shipment.ShipmentItems getShipmentItems()
Gets the value of the shipmentItems property.

Returns:
possible object is Transaction.Shipments.Shipment.ShipmentItems

setShipmentItems

public void setShipmentItems(Transaction.Shipments.Shipment.ShipmentItems value)
Sets the value of the shipmentItems property.

Parameters:
value - allowed object is Transaction.Shipments.Shipment.ShipmentItems

getPackages

public Transaction.Shipments.Shipment.Packages getPackages()
Gets the value of the packages property.

Returns:
possible object is Transaction.Shipments.Shipment.Packages

setPackages

public void setPackages(Transaction.Shipments.Shipment.Packages value)
Sets the value of the packages property.

Parameters:
value - allowed object is Transaction.Shipments.Shipment.Packages


Copyright © 2007 orange-cafe.de. All Rights Reserved.