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()
String
public void setName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getNumber()
String
public void setNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.math.BigInteger getQuantity()
BigInteger
public void setQuantity(java.math.BigInteger value)
value
- the value
allowed object is
BigInteger
public BasicAmountType getTax()
BasicAmountType
public void setTax(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getAmount()
BasicAmountType
public void setAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public EbayItemPaymentDetailsItemType getEbayItemPaymentDetailsItem()
EbayItemPaymentDetailsItemType
public void setEbayItemPaymentDetailsItem(EbayItemPaymentDetailsItemType value)
value
- the value
allowed object is
EbayItemPaymentDetailsItemType
public java.lang.String getPromoCode()
String
public void setPromoCode(java.lang.String value)
value
- the value
allowed object is
String
public ProductCategoryType getProductCategory()
ProductCategoryType
public void setProductCategory(ProductCategoryType value)
value
- the value
allowed object is
ProductCategoryType
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- the value
allowed object is
String
public MeasureType getItemWeight()
MeasureType
public void setItemWeight(MeasureType value)
value
- the value
allowed object is
MeasureType
public MeasureType getItemLength()
MeasureType
public void setItemLength(MeasureType value)
value
- the value
allowed object is
MeasureType
public MeasureType getItemWidth()
MeasureType
public void setItemWidth(MeasureType value)
value
- the value
allowed object is
MeasureType
public MeasureType getItemHeight()
MeasureType
public void setItemHeight(MeasureType value)
value
- the value
allowed object is
MeasureType
public java.lang.String getItemURL()
String
public void setItemURL(java.lang.String value)
value
- the value
allowed object is
String
public EnhancedItemDataType getEnhancedItemData()
EnhancedItemDataType
public void setEnhancedItemData(EnhancedItemDataType value)
value
- the value
allowed object is
EnhancedItemDataType
public ItemCategoryType getItemCategory()
ItemCategoryType
public void setItemCategory(ItemCategoryType value)
value
- the value
allowed object is
ItemCategoryType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.