public class SaleItemRebateType extends Object
Java class for SaleItemRebateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleItemRebateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UnitOfMeasure" type="{}UnitOfMeasureTypeCode" minOccurs="0"/>
<element name="Quantity" type="{}QuantityType" minOccurs="0"/>
<element name="RebateLabel" type="{}RebateLabelType" minOccurs="0"/>
</sequence>
<attribute name="ItemID" use="required" type="{}ItemIDType" />
<attribute name="ProductCode" use="required" type="{}ProductCodeType" />
<attribute name="EanUpc" type="{}EanUpcType" />
<attribute name="ItemAmount" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
eanUpc |
protected BigDecimal |
itemAmount |
protected BigInteger |
itemID |
protected String |
productCode |
protected BigDecimal |
quantity |
protected String |
rebateLabel |
protected String |
unitOfMeasure |
| Constructor and Description |
|---|
SaleItemRebateType() |
| 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.
|
String |
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(String value)
Sets the value of the unitOfMeasure property.
|
protected String unitOfMeasure
protected BigDecimal quantity
protected String rebateLabel
protected BigInteger itemID
protected String productCode
protected String eanUpc
protected BigDecimal itemAmount
public String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(String value)
value - allowed object is
Stringpublic 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 © 2018. All rights reserved.