Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerProductType

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

public class SellingManagerProductType
extends Object
implements Serializable

Describes a Selling Manager Product

Java class for SellingManagerProductType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SellingManagerProductType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SellingManagerProductDetails" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerProductDetailsType" minOccurs="0"/>
         <element name="SellingManagerTemplateDetailsArray" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerTemplateDetailsArrayType" minOccurs="0"/>
         <element name="SellingManagerProductInventoryStatus" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerProductInventoryStatusType" minOccurs="0"/>
         <element name="SellingManagerProductSpecifics" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerProductSpecificsType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  SellingManagerProductDetailsType sellingManagerProductDetails
           
protected  SellingManagerProductInventoryStatusType sellingManagerProductInventoryStatus
           
protected  SellingManagerProductSpecificsType sellingManagerProductSpecifics
           
protected  SellingManagerTemplateDetailsArrayType sellingManagerTemplateDetailsArray
           
 
Constructor Summary
SellingManagerProductType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 SellingManagerProductDetailsType getSellingManagerProductDetails()
          Gets the value of the sellingManagerProductDetails property.
 SellingManagerProductInventoryStatusType getSellingManagerProductInventoryStatus()
          Gets the value of the sellingManagerProductInventoryStatus property.
 SellingManagerProductSpecificsType getSellingManagerProductSpecifics()
          Gets the value of the sellingManagerProductSpecifics property.
 SellingManagerTemplateDetailsArrayType getSellingManagerTemplateDetailsArray()
          Gets the value of the sellingManagerTemplateDetailsArray property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setSellingManagerProductDetails(SellingManagerProductDetailsType value)
          Sets the value of the sellingManagerProductDetails property.
 void setSellingManagerProductInventoryStatus(SellingManagerProductInventoryStatusType value)
          Sets the value of the sellingManagerProductInventoryStatus property.
 void setSellingManagerProductSpecifics(SellingManagerProductSpecificsType value)
          Sets the value of the sellingManagerProductSpecifics property.
 void setSellingManagerTemplateDetailsArray(SellingManagerTemplateDetailsArrayType value)
          Sets the value of the sellingManagerTemplateDetailsArray property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sellingManagerProductDetails

protected SellingManagerProductDetailsType sellingManagerProductDetails

sellingManagerTemplateDetailsArray

protected SellingManagerTemplateDetailsArrayType sellingManagerTemplateDetailsArray

sellingManagerProductInventoryStatus

protected SellingManagerProductInventoryStatusType sellingManagerProductInventoryStatus

sellingManagerProductSpecifics

protected SellingManagerProductSpecificsType sellingManagerProductSpecifics

any

protected List<Object> any
Constructor Detail

SellingManagerProductType

public SellingManagerProductType()
Method Detail

getSellingManagerProductDetails

public SellingManagerProductDetailsType getSellingManagerProductDetails()
Gets the value of the sellingManagerProductDetails property.

Returns:
possible object is SellingManagerProductDetailsType

setSellingManagerProductDetails

public void setSellingManagerProductDetails(SellingManagerProductDetailsType value)
Sets the value of the sellingManagerProductDetails property.

Parameters:
value - allowed object is SellingManagerProductDetailsType

getSellingManagerTemplateDetailsArray

public SellingManagerTemplateDetailsArrayType getSellingManagerTemplateDetailsArray()
Gets the value of the sellingManagerTemplateDetailsArray property.

Returns:
possible object is SellingManagerTemplateDetailsArrayType

setSellingManagerTemplateDetailsArray

public void setSellingManagerTemplateDetailsArray(SellingManagerTemplateDetailsArrayType value)
Sets the value of the sellingManagerTemplateDetailsArray property.

Parameters:
value - allowed object is SellingManagerTemplateDetailsArrayType

getSellingManagerProductInventoryStatus

public SellingManagerProductInventoryStatusType getSellingManagerProductInventoryStatus()
Gets the value of the sellingManagerProductInventoryStatus property.

Returns:
possible object is SellingManagerProductInventoryStatusType

setSellingManagerProductInventoryStatus

public void setSellingManagerProductInventoryStatus(SellingManagerProductInventoryStatusType value)
Sets the value of the sellingManagerProductInventoryStatus property.

Parameters:
value - allowed object is SellingManagerProductInventoryStatusType

getSellingManagerProductSpecifics

public SellingManagerProductSpecificsType getSellingManagerProductSpecifics()
Gets the value of the sellingManagerProductSpecifics property.

Returns:
possible object is SellingManagerProductSpecificsType

setSellingManagerProductSpecifics

public void setSellingManagerProductSpecifics(SellingManagerProductSpecificsType value)
Sets the value of the sellingManagerProductSpecifics property.

Parameters:
value - allowed object is SellingManagerProductSpecificsType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

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.