|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.TransactionShipmentsShipment
public class TransactionShipmentsShipment
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 |
---|
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 Detail |
---|
public TransactionShipmentsShipment()
public TransactionShipmentsShipment(java.lang.String condition, java.lang.String deliveryMethod, java.lang.String[] shipmentItems, TransactionShipmentsShipmentPackagesPackage[] packages)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getCondition()
public java.lang.String getDeliveryMethod()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public TransactionShipmentsShipmentPackagesPackage[] getPackages()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String[] getShipmentItems()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setCondition(java.lang.String condition)
condition
- public void setDeliveryMethod(java.lang.String deliveryMethod)
deliveryMethod
- public void setPackages(TransactionShipmentsShipmentPackagesPackage[] packages)
packages
- public void setShipmentItems(java.lang.String[] shipmentItems)
shipmentItems
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |