Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ProductInfoType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.ProductInfoType
All Implemented Interfaces:
Serializable

public class ProductInfoType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

averageStartPrice

protected AmountType averageStartPrice

averageSoldPrice

protected AmountType averageSoldPrice

title

protected String title

productState

protected ProductStateCodeType productState

productInfoID

protected String productInfoID
Constructor Detail

ProductInfoType

public ProductInfoType()
Method Detail

getAverageStartPrice

public AmountType getAverageStartPrice()
Gets the value of the averageStartPrice property.

Returns:
possible object is AmountType

setAverageStartPrice

public void setAverageStartPrice(AmountType value)
Sets the value of the averageStartPrice property.

Parameters:
value - allowed object is AmountType

getAverageSoldPrice

public AmountType getAverageSoldPrice()
Gets the value of the averageSoldPrice property.

Returns:
possible object is AmountType

setAverageSoldPrice

public void setAverageSoldPrice(AmountType value)
Sets the value of the averageSoldPrice property.

Parameters:
value - allowed object is AmountType

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getProductState

public ProductStateCodeType getProductState()
Gets the value of the productState property.

Returns:
possible object is ProductStateCodeType

setProductState

public void setProductState(ProductStateCodeType value)
Sets the value of the productState property.

Parameters:
value - allowed object is ProductStateCodeType

getProductInfoID

public String getProductInfoID()
Gets the value of the productInfoID property.

Returns:
possible object is String

setProductInfoID

public void setProductInfoID(String value)
Sets the value of the productInfoID property.

Parameters:
value - allowed object is String

Changes since
the last release

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.