public class PaymentDetailsItemType
extends java.lang.Object
Java class for PaymentDetailsItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentDetailsItemType">
<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="Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Tax" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="EbayItemPaymentDetailsItem" type="{urn:ebay:apis:eBLBaseComponents}EbayItemPaymentDetailsItemType" minOccurs="0"/>
<element name="PromoCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProductCategory" type="{urn:ebay:apis:eBLBaseComponents}ProductCategoryType" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ItemWeight" type="{urn:ebay:apis:CoreComponentTypes}MeasureType" minOccurs="0"/>
<element name="ItemLength" type="{urn:ebay:apis:CoreComponentTypes}MeasureType" minOccurs="0"/>
<element name="ItemWidth" type="{urn:ebay:apis:CoreComponentTypes}MeasureType" minOccurs="0"/>
<element name="ItemHeight" type="{urn:ebay:apis:CoreComponentTypes}MeasureType" minOccurs="0"/>
<element name="ItemURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EnhancedItemData" type="{urn:ebay:apis:EnhancedDataTypes}EnhancedItemDataType" minOccurs="0"/>
<element name="ItemCategory" type="{urn:ebay:apis:eBLBaseComponents}ItemCategoryType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
description |
protected EbayItemPaymentDetailsItemType |
ebayItemPaymentDetailsItem |
protected EnhancedItemDataType |
enhancedItemData |
protected ItemCategoryType |
itemCategory |
protected MeasureType |
itemHeight |
protected MeasureType |
itemLength |
protected java.lang.String |
itemURL |
protected MeasureType |
itemWeight |
protected MeasureType |
itemWidth |
protected java.lang.String |
name |
protected java.lang.String |
number |
protected ProductCategoryType |
productCategory |
protected java.lang.String |
promoCode |
protected java.math.BigInteger |
quantity |
protected BasicAmountType |
tax |
| Constructor and Description |
|---|
PaymentDetailsItemType() |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
EbayItemPaymentDetailsItemType |
getEbayItemPaymentDetailsItem()
Gets the value of the ebayItemPaymentDetailsItem property.
|
EnhancedItemDataType |
getEnhancedItemData()
Gets the value of the enhancedItemData property.
|
ItemCategoryType |
getItemCategory()
Gets the value of the itemCategory property.
|
MeasureType |
getItemHeight()
Gets the value of the itemHeight property.
|
MeasureType |
getItemLength()
Gets the value of the itemLength property.
|
java.lang.String |
getItemURL()
Gets the value of the itemURL property.
|
MeasureType |
getItemWeight()
Gets the value of the itemWeight property.
|
MeasureType |
getItemWidth()
Gets the value of the itemWidth property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNumber()
Gets the value of the number property.
|
ProductCategoryType |
getProductCategory()
Gets the value of the productCategory property.
|
java.lang.String |
getPromoCode()
Gets the value of the promoCode property.
|
java.math.BigInteger |
getQuantity()
Gets the value of the quantity property.
|
BasicAmountType |
getTax()
Gets the value of the tax property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setEbayItemPaymentDetailsItem(EbayItemPaymentDetailsItemType value)
Sets the value of the ebayItemPaymentDetailsItem property.
|
void |
setEnhancedItemData(EnhancedItemDataType value)
Sets the value of the enhancedItemData property.
|
void |
setItemCategory(ItemCategoryType value)
Sets the value of the itemCategory property.
|
void |
setItemHeight(MeasureType value)
Sets the value of the itemHeight property.
|
void |
setItemLength(MeasureType value)
Sets the value of the itemLength property.
|
void |
setItemURL(java.lang.String value)
Sets the value of the itemURL property.
|
void |
setItemWeight(MeasureType value)
Sets the value of the itemWeight property.
|
void |
setItemWidth(MeasureType value)
Sets the value of the itemWidth property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNumber(java.lang.String value)
Sets the value of the number property.
|
void |
setProductCategory(ProductCategoryType value)
Sets the value of the productCategory property.
|
void |
setPromoCode(java.lang.String value)
Sets the value of the promoCode property.
|
void |
setQuantity(java.math.BigInteger value)
Sets the value of the quantity property.
|
void |
setTax(BasicAmountType value)
Sets the value of the tax property.
|
protected java.lang.String name
protected java.lang.String number
protected java.math.BigInteger quantity
protected BasicAmountType tax
protected BasicAmountType amount
protected EbayItemPaymentDetailsItemType ebayItemPaymentDetailsItem
protected java.lang.String promoCode
protected ProductCategoryType productCategory
protected java.lang.String description
protected MeasureType itemWeight
protected MeasureType itemLength
protected MeasureType itemWidth
protected MeasureType itemHeight
protected java.lang.String itemURL
protected EnhancedItemDataType enhancedItemData
protected ItemCategoryType itemCategory
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getNumber()
Stringpublic void setNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.math.BigInteger getQuantity()
BigIntegerpublic void setQuantity(java.math.BigInteger value)
value - the value
allowed object is
BigIntegerpublic BasicAmountType getTax()
BasicAmountTypepublic void setTax(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getAmount()
BasicAmountTypepublic void setAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic EbayItemPaymentDetailsItemType getEbayItemPaymentDetailsItem()
EbayItemPaymentDetailsItemTypepublic void setEbayItemPaymentDetailsItem(EbayItemPaymentDetailsItemType value)
value - the value
allowed object is
EbayItemPaymentDetailsItemTypepublic java.lang.String getPromoCode()
Stringpublic void setPromoCode(java.lang.String value)
value - the value
allowed object is
Stringpublic ProductCategoryType getProductCategory()
ProductCategoryTypepublic void setProductCategory(ProductCategoryType value)
value - the value
allowed object is
ProductCategoryTypepublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - the value
allowed object is
Stringpublic MeasureType getItemWeight()
MeasureTypepublic void setItemWeight(MeasureType value)
value - the value
allowed object is
MeasureTypepublic MeasureType getItemLength()
MeasureTypepublic void setItemLength(MeasureType value)
value - the value
allowed object is
MeasureTypepublic MeasureType getItemWidth()
MeasureTypepublic void setItemWidth(MeasureType value)
value - the value
allowed object is
MeasureTypepublic MeasureType getItemHeight()
MeasureTypepublic void setItemHeight(MeasureType value)
value - the value
allowed object is
MeasureTypepublic java.lang.String getItemURL()
Stringpublic void setItemURL(java.lang.String value)
value - the value
allowed object is
Stringpublic EnhancedItemDataType getEnhancedItemData()
EnhancedItemDataTypepublic void setEnhancedItemData(EnhancedItemDataType value)
value - the value
allowed object is
EnhancedItemDataTypepublic ItemCategoryType getItemCategory()
ItemCategoryTypepublic void setItemCategory(ItemCategoryType value)
value - the value
allowed object is
ItemCategoryTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.