public class SaleItemType extends Object
Java class for SaleItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleItemType">
<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="UnitPrice" type="{}SimpleAmountType" minOccurs="0"/>
<element name="TaxCode" type="{}TaxCodeType" minOccurs="0"/>
<element name="SaleChannel" type="{}SaleChannelType" minOccurs="0"/>
<element name="ProductLabel" type="{}ProductLabelType" minOccurs="0"/>
<element name="AdditionalProductInfo" type="{}AdditionalProductInfoType" 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" use="required" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalProductInfo |
protected String |
eanUpc |
protected BigDecimal |
itemAmount |
protected BigInteger |
itemID |
protected String |
productCode |
protected String |
productLabel |
protected BigDecimal |
quantity |
protected String |
saleChannel |
protected String |
taxCode |
protected String |
unitOfMeasure |
protected BigDecimal |
unitPrice |
| Constructor and Description |
|---|
SaleItemType() |
| 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.
|
String |
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(String value)
Sets the value of the unitOfMeasure property.
|
void |
setUnitPrice(BigDecimal value)
Sets the value of the unitPrice property.
|
protected String 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 String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(String value)
value - allowed object is
Stringpublic 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 © 2018. All rights reserved.