public class SaleItemRebate extends Object
Java class for SaleItemRebate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleItemRebate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UnitOfMeasure" type="{}UnitOfMeasureType" minOccurs="0"/>
<element name="Quantity" type="{}Quantity" minOccurs="0"/>
<element name="RebateLabel" type="{}RebateLabel" minOccurs="0"/>
</sequence>
<attribute name="ItemID" use="required" type="{}ItemID" />
<attribute name="ProductCode" use="required" type="{}ProductCode" />
<attribute name="EanUpc" type="{}EanUpc" />
<attribute name="ItemAmount" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
eanUpc
The Ean upc.
|
protected BigDecimal |
itemAmount
The Item amount.
|
protected BigInteger |
itemID
The Item id.
|
protected String |
productCode
The Product code.
|
protected BigDecimal |
quantity
The Quantity.
|
protected String |
rebateLabel
The Rebate label.
|
protected UnitOfMeasureType |
unitOfMeasure
The Unit of measure.
|
| Constructor and Description |
|---|
SaleItemRebate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEanUpc()
Gets the value of the eanUpc property.
|
BigDecimal |
getItemAmount()
Gets the value of the itemAmount property.
|
BigInteger |
getItemID()
Gets the value of the itemID property.
|
String |
getProductCode()
Gets the value of the productCode property.
|
BigDecimal |
getQuantity()
Gets the value of the quantity property.
|
String |
getRebateLabel()
Gets the value of the rebateLabel property.
|
UnitOfMeasureType |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
void |
setEanUpc(String value)
Sets the value of the eanUpc property.
|
void |
setItemAmount(BigDecimal value)
Sets the value of the itemAmount property.
|
void |
setItemID(BigInteger value)
Sets the value of the itemID property.
|
void |
setProductCode(String value)
Sets the value of the productCode property.
|
void |
setQuantity(BigDecimal value)
Sets the value of the quantity property.
|
void |
setRebateLabel(String value)
Sets the value of the rebateLabel property.
|
void |
setUnitOfMeasure(UnitOfMeasureType value)
Sets the value of the unitOfMeasure property.
|
protected UnitOfMeasureType unitOfMeasure
protected BigDecimal quantity
protected String rebateLabel
protected BigInteger itemID
protected String productCode
protected String eanUpc
protected BigDecimal itemAmount
public UnitOfMeasureType getUnitOfMeasure()
UnitOfMeasureTypepublic void setUnitOfMeasure(UnitOfMeasureType value)
value - allowed object is UnitOfMeasureTypepublic BigDecimal getQuantity()
BigDecimalpublic void setQuantity(BigDecimal value)
value - allowed object is BigDecimalpublic String getRebateLabel()
Stringpublic void setRebateLabel(String value)
value - allowed object is Stringpublic BigInteger getItemID()
BigIntegerpublic void setItemID(BigInteger value)
value - allowed object is BigIntegerpublic String getProductCode()
Stringpublic void setProductCode(String value)
value - allowed object is Stringpublic String getEanUpc()
Stringpublic void setEanUpc(String value)
value - allowed object is Stringpublic BigDecimal getItemAmount()
BigDecimalpublic void setItemAmount(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2022. All rights reserved.