public class SalesOrderCreditmemoData extends Object implements Serializable
| Constructor and Description |
|---|
SalesOrderCreditmemoData() |
SalesOrderCreditmemoData(OrderItemIdQty[] qtys,
Double shipping_amount,
Double adjustment_positive,
Double adjustment_negative) |
| Modifier and Type | Method and Description |
|---|---|
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 org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
OrderItemIdQty[] |
getQtys()
Gets the qtys value for this SalesOrderCreditmemoData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Double |
getShipping_amount()
Gets the shipping_amount value for this SalesOrderCreditmemoData.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
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.
|
public SalesOrderCreditmemoData()
public SalesOrderCreditmemoData(OrderItemIdQty[] qtys, Double shipping_amount, Double adjustment_positive, Double adjustment_negative)
public OrderItemIdQty[] getQtys()
public void setQtys(OrderItemIdQty[] qtys)
qtys - public Double getShipping_amount()
public void setShipping_amount(Double shipping_amount)
shipping_amount - public Double getAdjustment_positive()
public void setAdjustment_positive(Double adjustment_positive)
adjustment_positive - public Double getAdjustment_negative()
public void setAdjustment_negative(Double adjustment_negative)
adjustment_negative - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.