public class

SalesOrderCreditmemoData

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.SalesOrderCreditmemoData

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private Double adjustment_negative
private Double adjustment_positive
private OrderItemIdQty[] qtys
private Double shipping_amount
private static TypeDesc typeDesc
Public Constructors
SalesOrderCreditmemoData()
SalesOrderCreditmemoData(OrderItemIdQty[] qtys, Double shipping_amount, Double adjustment_positive, Double adjustment_negative)
Public Methods
synchronized boolean equals(Object obj)
Double getAdjustment_negative()
Gets the adjustment_negative value for this SalesOrderCreditmemoData.
Double getAdjustment_positive()
Gets the adjustment_positive value for this SalesOrderCreditmemoData.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
OrderItemIdQty[] getQtys()
Gets the qtys value for this SalesOrderCreditmemoData.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
Double getShipping_amount()
Gets the shipping_amount value for this SalesOrderCreditmemoData.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setAdjustment_negative(Double adjustment_negative)
Sets the adjustment_negative value for this SalesOrderCreditmemoData.
void setAdjustment_positive(Double adjustment_positive)
Sets the adjustment_positive value for this SalesOrderCreditmemoData.
void setQtys(OrderItemIdQty[] qtys)
Sets the qtys value for this SalesOrderCreditmemoData.
void setShipping_amount(Double shipping_amount)
Sets the shipping_amount value for this SalesOrderCreditmemoData.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private Double adjustment_negative

private Double adjustment_positive

private OrderItemIdQty[] qtys

private Double shipping_amount

private static TypeDesc typeDesc

Public Constructors

public SalesOrderCreditmemoData ()

public SalesOrderCreditmemoData (OrderItemIdQty[] qtys, Double shipping_amount, Double adjustment_positive, Double adjustment_negative)

Parameters
qtys
shipping_amount
adjustment_positive
adjustment_negative

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public Double getAdjustment_negative ()

Gets the adjustment_negative value for this SalesOrderCreditmemoData.

Returns
  • adjustment_negative

public Double getAdjustment_positive ()

Gets the adjustment_positive value for this SalesOrderCreditmemoData.

Returns
  • adjustment_positive

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public OrderItemIdQty[] getQtys ()

Gets the qtys value for this SalesOrderCreditmemoData.

Returns
  • qtys

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public Double getShipping_amount ()

Gets the shipping_amount value for this SalesOrderCreditmemoData.

Returns
  • shipping_amount

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setAdjustment_negative (Double adjustment_negative)

Sets the adjustment_negative value for this SalesOrderCreditmemoData.

Parameters
adjustment_negative

public void setAdjustment_positive (Double adjustment_positive)

Sets the adjustment_positive value for this SalesOrderCreditmemoData.

Parameters
adjustment_positive

public void setQtys (OrderItemIdQty[] qtys)

Sets the qtys value for this SalesOrderCreditmemoData.

Parameters
qtys

public void setShipping_amount (Double shipping_amount)

Sets the shipping_amount value for this SalesOrderCreditmemoData.

Parameters
shipping_amount