public class InvoiceItemType
extends java.lang.Object
Java class for InvoiceItemType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="InvoiceItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EAN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SKU" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReturnPolicyIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Price" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="ItemPrice" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="ItemCount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ItemCountUnit" type="{urn:ebay:apis:eBLBaseComponents}UnitOfMeasure" minOccurs="0"/>
         <element name="Discount" type="{urn:ebay:apis:eBLBaseComponents}DiscountType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Taxable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="TaxRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AdditionalFees" type="{urn:ebay:apis:eBLBaseComponents}AdditionalFeeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Reimbursable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="MPN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ISBN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PLU" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ModelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StyleNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<AdditionalFeeType> | 
additionalFees  | 
protected java.lang.String | 
description  | 
protected java.util.List<DiscountType> | 
discount  | 
protected java.lang.String | 
ean  | 
protected java.lang.String | 
isbn  | 
protected java.lang.Double | 
itemCount  | 
protected java.lang.String | 
itemCountUnit  | 
protected BasicAmountType | 
itemPrice  | 
protected java.lang.String | 
modelNumber  | 
protected java.lang.String | 
mpn  | 
protected java.lang.String | 
name  | 
protected java.lang.String | 
plu  | 
protected BasicAmountType | 
price  | 
protected java.lang.Boolean | 
reimbursable  | 
protected java.lang.String | 
returnPolicyIdentifier  | 
protected java.lang.String | 
sku  | 
protected java.lang.String | 
styleNumber  | 
protected java.lang.Boolean | 
taxable  | 
protected java.lang.Double | 
taxRate  | 
| Constructor and Description | 
|---|
InvoiceItemType()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<AdditionalFeeType> | 
getAdditionalFees()
Gets the value of the additionalFees property. 
 | 
java.lang.String | 
getDescription()
Gets the value of the description property. 
 | 
java.util.List<DiscountType> | 
getDiscount()
Gets the value of the discount property. 
 | 
java.lang.String | 
getEAN()
Gets the value of the ean property. 
 | 
java.lang.String | 
getISBN()
Gets the value of the isbn property. 
 | 
java.lang.Double | 
getItemCount()
Gets the value of the itemCount property. 
 | 
java.lang.String | 
getItemCountUnit()
Gets the value of the itemCountUnit property. 
 | 
BasicAmountType | 
getItemPrice()
Gets the value of the itemPrice property. 
 | 
java.lang.String | 
getModelNumber()
Gets the value of the modelNumber property. 
 | 
java.lang.String | 
getMPN()
Gets the value of the mpn property. 
 | 
java.lang.String | 
getName()
Gets the value of the name property. 
 | 
java.lang.String | 
getPLU()
Gets the value of the plu property. 
 | 
BasicAmountType | 
getPrice()
Gets the value of the price property. 
 | 
java.lang.String | 
getReturnPolicyIdentifier()
Gets the value of the returnPolicyIdentifier property. 
 | 
java.lang.String | 
getSKU()
Gets the value of the sku property. 
 | 
java.lang.String | 
getStyleNumber()
Gets the value of the styleNumber property. 
 | 
java.lang.Double | 
getTaxRate()
Gets the value of the taxRate property. 
 | 
java.lang.Boolean | 
isReimbursable()
Gets the value of the reimbursable property. 
 | 
java.lang.Boolean | 
isTaxable()
Gets the value of the taxable property. 
 | 
void | 
setDescription(java.lang.String value)
Sets the value of the description property. 
 | 
void | 
setEAN(java.lang.String value)
Sets the value of the ean property. 
 | 
void | 
setISBN(java.lang.String value)
Sets the value of the isbn property. 
 | 
void | 
setItemCount(java.lang.Double value)
Sets the value of the itemCount property. 
 | 
void | 
setItemCountUnit(java.lang.String value)
Sets the value of the itemCountUnit property. 
 | 
void | 
setItemPrice(BasicAmountType value)
Sets the value of the itemPrice property. 
 | 
void | 
setModelNumber(java.lang.String value)
Sets the value of the modelNumber property. 
 | 
void | 
setMPN(java.lang.String value)
Sets the value of the mpn property. 
 | 
void | 
setName(java.lang.String value)
Sets the value of the name property. 
 | 
void | 
setPLU(java.lang.String value)
Sets the value of the plu property. 
 | 
void | 
setPrice(BasicAmountType value)
Sets the value of the price property. 
 | 
void | 
setReimbursable(java.lang.Boolean value)
Sets the value of the reimbursable property. 
 | 
void | 
setReturnPolicyIdentifier(java.lang.String value)
Sets the value of the returnPolicyIdentifier property. 
 | 
void | 
setSKU(java.lang.String value)
Sets the value of the sku property. 
 | 
void | 
setStyleNumber(java.lang.String value)
Sets the value of the styleNumber property. 
 | 
void | 
setTaxable(java.lang.Boolean value)
Sets the value of the taxable property. 
 | 
void | 
setTaxRate(java.lang.Double value)
Sets the value of the taxRate property. 
 | 
protected java.lang.String name
protected java.lang.String description
protected java.lang.String ean
protected java.lang.String sku
protected java.lang.String returnPolicyIdentifier
protected BasicAmountType price
protected BasicAmountType itemPrice
protected java.lang.Double itemCount
protected java.lang.String itemCountUnit
protected java.util.List<DiscountType> discount
protected java.lang.Boolean taxable
protected java.lang.Double taxRate
protected java.util.List<AdditionalFeeType> additionalFees
protected java.lang.Boolean reimbursable
protected java.lang.String mpn
protected java.lang.String isbn
protected java.lang.String plu
protected java.lang.String modelNumber
protected java.lang.String styleNumber
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getEAN()
Stringpublic void setEAN(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getSKU()
Stringpublic void setSKU(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getReturnPolicyIdentifier()
Stringpublic void setReturnPolicyIdentifier(java.lang.String value)
value - the value
     allowed object is
     Stringpublic BasicAmountType getPrice()
BasicAmountTypepublic void setPrice(BasicAmountType value)
value - the value
     allowed object is
     BasicAmountTypepublic BasicAmountType getItemPrice()
BasicAmountTypepublic void setItemPrice(BasicAmountType value)
value - the value
     allowed object is
     BasicAmountTypepublic java.lang.Double getItemCount()
Doublepublic void setItemCount(java.lang.Double value)
value - the value
     allowed object is
     Doublepublic java.lang.String getItemCountUnit()
Stringpublic void setItemCountUnit(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.util.List<DiscountType> getDiscount()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the discount property.
 
For example, to add a new item, do as follows:
    getDiscount().add(newItem);
 
 
 Objects of the following type(s) are allowed in the list
 DiscountType
public java.lang.Boolean isTaxable()
Booleanpublic void setTaxable(java.lang.Boolean value)
value - the value
     allowed object is
     Booleanpublic java.lang.Double getTaxRate()
Doublepublic void setTaxRate(java.lang.Double value)
value - the value
     allowed object is
     Doublepublic java.util.List<AdditionalFeeType> getAdditionalFees()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the additionalFees property.
 
For example, to add a new item, do as follows:
    getAdditionalFees().add(newItem);
 
 
 Objects of the following type(s) are allowed in the list
 AdditionalFeeType
public java.lang.Boolean isReimbursable()
Booleanpublic void setReimbursable(java.lang.Boolean value)
value - the value
     allowed object is
     Booleanpublic java.lang.String getMPN()
Stringpublic void setMPN(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getISBN()
Stringpublic void setISBN(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getPLU()
Stringpublic void setPLU(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getModelNumber()
Stringpublic void setModelNumber(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getStyleNumber()
Stringpublic void setStyleNumber(java.lang.String value)
value - the value
     allowed object is
     StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.