public class SaleItem extends Object
Java class for SaleItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleItem">
<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="UnitPrice" type="{}SimpleAmountType" minOccurs="0"/>
<element name="TaxCode" type="{}TaxCode" minOccurs="0"/>
<element name="SaleChannel" type="{}SaleChannel" minOccurs="0"/>
<element name="ProductLabel" type="{}ProductLabel" minOccurs="0"/>
<element name="AdditionalProductInfo" type="{}AdditionalProductInfo" 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" use="required" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalProductInfo
The Additional product info.
|
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 String |
productLabel
The Product label.
|
protected BigDecimal |
quantity
The Quantity.
|
protected String |
saleChannel
The Sale channel.
|
protected String |
taxCode
The Tax code.
|
protected UnitOfMeasureType |
unitOfMeasure
The Unit of measure.
|
protected BigDecimal |
unitPrice
The Unit price.
|
| Constructor and Description |
|---|
SaleItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalProductInfo()
Gets the value of the additionalProductInfo property.
|
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.
|
String |
getProductLabel()
Gets the value of the productLabel property.
|
BigDecimal |
getQuantity()
Gets the value of the quantity property.
|
String |
getSaleChannel()
Gets the value of the saleChannel property.
|
String |
getTaxCode()
Gets the value of the taxCode property.
|
UnitOfMeasureType |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
BigDecimal |
getUnitPrice()
Gets the value of the unitPrice property.
|
void |
setAdditionalProductInfo(String value)
Sets the value of the additionalProductInfo 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 |
setProductLabel(String value)
Sets the value of the productLabel property.
|
void |
setQuantity(BigDecimal value)
Sets the value of the quantity property.
|
void |
setSaleChannel(String value)
Sets the value of the saleChannel property.
|
void |
setTaxCode(String value)
Sets the value of the taxCode property.
|
void |
setUnitOfMeasure(UnitOfMeasureType value)
Sets the value of the unitOfMeasure property.
|
void |
setUnitPrice(BigDecimal value)
Sets the value of the unitPrice property.
|
protected UnitOfMeasureType unitOfMeasure
protected BigDecimal quantity
protected BigDecimal unitPrice
protected String taxCode
protected String saleChannel
protected String productLabel
protected String additionalProductInfo
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 BigDecimal getUnitPrice()
BigDecimalpublic void setUnitPrice(BigDecimal value)
value - allowed object is BigDecimalpublic String getTaxCode()
Stringpublic void setTaxCode(String value)
value - allowed object is Stringpublic String getSaleChannel()
Stringpublic void setSaleChannel(String value)
value - allowed object is Stringpublic String getProductLabel()
Stringpublic void setProductLabel(String value)
value - allowed object is Stringpublic String getAdditionalProductInfo()
Stringpublic void setAdditionalProductInfo(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.