|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.ProductInfoType
public class ProductInfoType
This type is deprecated.
Java class for ProductInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AverageStartPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="AverageSoldPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProductState" type="{urn:ebay:apis:eBLBaseComponents}ProductStateCodeType" minOccurs="0"/> </sequence> <attribute name="productInfoID" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AmountType |
averageSoldPrice
|
protected AmountType |
averageStartPrice
|
protected String |
productInfoID
|
protected ProductStateCodeType |
productState
|
protected String |
title
|
Constructor Summary | |
---|---|
ProductInfoType()
|
Method Summary | |
---|---|
AmountType |
getAverageSoldPrice()
Gets the value of the averageSoldPrice property. |
AmountType |
getAverageStartPrice()
Gets the value of the averageStartPrice property. |
String |
getProductInfoID()
Gets the value of the productInfoID property. |
ProductStateCodeType |
getProductState()
Gets the value of the productState property. |
String |
getTitle()
Gets the value of the title property. |
void |
setAverageSoldPrice(AmountType value)
Sets the value of the averageSoldPrice property. |
void |
setAverageStartPrice(AmountType value)
Sets the value of the averageStartPrice property. |
void |
setProductInfoID(String value)
Sets the value of the productInfoID property. |
void |
setProductState(ProductStateCodeType value)
Sets the value of the productState property. |
void |
setTitle(String value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AmountType averageStartPrice
protected AmountType averageSoldPrice
protected String title
protected ProductStateCodeType productState
protected String productInfoID
Constructor Detail |
---|
public ProductInfoType()
Method Detail |
---|
public AmountType getAverageStartPrice()
AmountType
public void setAverageStartPrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getAverageSoldPrice()
AmountType
public void setAverageSoldPrice(AmountType value)
value
- allowed object is
AmountType
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public ProductStateCodeType getProductState()
ProductStateCodeType
public void setProductState(ProductStateCodeType value)
value
- allowed object is
ProductStateCodeType
public String getProductInfoID()
String
public void setProductInfoID(String value)
value
- allowed object is
String
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.