Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ReviseSellingManagerProductRequestType

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

public class ReviseSellingManagerProductRequestType
extends AbstractRequestType
implements Serializable

Revises a Selling Manager product.

This call is subject to change without notice; the deprecation process is inapplicable to this call.

Java class for ReviseSellingManagerProductRequestType complex type.

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

 <complexType name="ReviseSellingManagerProductRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="SellingManagerProductDetails" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerProductDetailsType" minOccurs="0"/>
         <element name="SellingManagerFolderDetails" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerFolderDetailsType" minOccurs="0"/>
         <element name="DeletedField" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SellingManagerProductSpecifics" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerProductSpecificsType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<String> deletedField
           
protected  SellingManagerFolderDetailsType sellingManagerFolderDetails
           
protected  SellingManagerProductDetailsType sellingManagerProductDetails
           
protected  SellingManagerProductSpecificsType sellingManagerProductSpecifics
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
ReviseSellingManagerProductRequestType()
           
 
Method Summary
protected  List<String> _getDeletedField()
           
 String[] getDeletedField()
           
 String getDeletedField(int idx)
           
 int getDeletedFieldLength()
           
 SellingManagerFolderDetailsType getSellingManagerFolderDetails()
          Gets the value of the sellingManagerFolderDetails property.
 SellingManagerProductDetailsType getSellingManagerProductDetails()
          Gets the value of the sellingManagerProductDetails property.
 SellingManagerProductSpecificsType getSellingManagerProductSpecifics()
          Gets the value of the sellingManagerProductSpecifics property.
 String setDeletedField(int idx, String value)
           
 void setDeletedField(String[] values)
           
 void setSellingManagerFolderDetails(SellingManagerFolderDetailsType value)
          Sets the value of the sellingManagerFolderDetails property.
 void setSellingManagerProductDetails(SellingManagerProductDetailsType value)
          Sets the value of the sellingManagerProductDetails property.
 void setSellingManagerProductSpecifics(SellingManagerProductSpecificsType value)
          Sets the value of the sellingManagerProductSpecifics property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sellingManagerProductDetails

protected SellingManagerProductDetailsType sellingManagerProductDetails

sellingManagerFolderDetails

protected SellingManagerFolderDetailsType sellingManagerFolderDetails

deletedField

protected List<String> deletedField

sellingManagerProductSpecifics

protected SellingManagerProductSpecificsType sellingManagerProductSpecifics
Constructor Detail

ReviseSellingManagerProductRequestType

public ReviseSellingManagerProductRequestType()
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

getSellingManagerFolderDetails

public SellingManagerFolderDetailsType getSellingManagerFolderDetails()
Gets the value of the sellingManagerFolderDetails property.

Returns:
possible object is SellingManagerFolderDetailsType

setSellingManagerFolderDetails

public void setSellingManagerFolderDetails(SellingManagerFolderDetailsType value)
Sets the value of the sellingManagerFolderDetails property.

Parameters:
value - allowed object is SellingManagerFolderDetailsType

getDeletedField

public String[] getDeletedField()
Returns:
array of String

getDeletedField

public String getDeletedField(int idx)
Returns:
one of String

getDeletedFieldLength

public int getDeletedFieldLength()

setDeletedField

public void setDeletedField(String[] values)
Parameters:
values - allowed objects are String

_getDeletedField

protected List<String> _getDeletedField()

setDeletedField

public String setDeletedField(int idx,
                              String value)
Parameters:
value - allowed object is String

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

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.