Project 4

com.amazon.soap.AWSECommerceService
Class TransactionShipmentsShipment

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.TransactionShipmentsShipment
All Implemented Interfaces:
java.io.Serializable

public class TransactionShipmentsShipment
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String condition
           
private  java.lang.String deliveryMethod
           
private  TransactionShipmentsShipmentPackagesPackage[] packages
           
private  java.lang.String[] shipmentItems
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
TransactionShipmentsShipment()
           
TransactionShipmentsShipment(java.lang.String condition, java.lang.String deliveryMethod, java.lang.String[] shipmentItems, TransactionShipmentsShipmentPackagesPackage[] packages)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCondition()
          Gets the condition value for this TransactionShipmentsShipment.
 java.lang.String getDeliveryMethod()
          Gets the deliveryMethod value for this TransactionShipmentsShipment.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 TransactionShipmentsShipmentPackagesPackage[] getPackages()
          Gets the packages value for this TransactionShipmentsShipment.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String[] getShipmentItems()
          Gets the shipmentItems value for this TransactionShipmentsShipment.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCondition(java.lang.String condition)
          Sets the condition value for this TransactionShipmentsShipment.
 void setDeliveryMethod(java.lang.String deliveryMethod)
          Sets the deliveryMethod value for this TransactionShipmentsShipment.
 void setPackages(TransactionShipmentsShipmentPackagesPackage[] packages)
          Sets the packages value for this TransactionShipmentsShipment.
 void setShipmentItems(java.lang.String[] shipmentItems)
          Sets the shipmentItems value for this TransactionShipmentsShipment.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

condition

private java.lang.String condition

deliveryMethod

private java.lang.String deliveryMethod

packages

private TransactionShipmentsShipmentPackagesPackage[] packages

shipmentItems

private java.lang.String[] shipmentItems

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

TransactionShipmentsShipment

public TransactionShipmentsShipment()

TransactionShipmentsShipment

public TransactionShipmentsShipment(java.lang.String condition,
                                    java.lang.String deliveryMethod,
                                    java.lang.String[] shipmentItems,
                                    TransactionShipmentsShipmentPackagesPackage[] packages)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getCondition

public java.lang.String getCondition()
Gets the condition value for this TransactionShipmentsShipment.

Returns:
condition

getDeliveryMethod

public java.lang.String getDeliveryMethod()
Gets the deliveryMethod value for this TransactionShipmentsShipment.

Returns:
deliveryMethod

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getPackages

public TransactionShipmentsShipmentPackagesPackage[] getPackages()
Gets the packages value for this TransactionShipmentsShipment.

Returns:
packages

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getShipmentItems

public java.lang.String[] getShipmentItems()
Gets the shipmentItems value for this TransactionShipmentsShipment.

Returns:
shipmentItems

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setCondition

public void setCondition(java.lang.String condition)
Sets the condition value for this TransactionShipmentsShipment.

Parameters:
condition -

setDeliveryMethod

public void setDeliveryMethod(java.lang.String deliveryMethod)
Sets the deliveryMethod value for this TransactionShipmentsShipment.

Parameters:
deliveryMethod -

setPackages

public void setPackages(TransactionShipmentsShipmentPackagesPackage[] packages)
Sets the packages value for this TransactionShipmentsShipment.

Parameters:
packages -

setShipmentItems

public void setShipmentItems(java.lang.String[] shipmentItems)
Sets the shipmentItems value for this TransactionShipmentsShipment.

Parameters:
shipmentItems -

Project 4