Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ReviseSellingManagerTemplateRequestType

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

public class ReviseSellingManagerTemplateRequestType
extends AbstractRequestType
implements java.io.Serializable

Revises a Selling Manager template. This call is subject to change without notice; the deprecation process is inapplicable to this call. The user must have a Selling Manager Pro subscription to use this call.

Java class for ReviseSellingManagerTemplateRequestType complex type.

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

 <complexType name="ReviseSellingManagerTemplateRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="SaleTemplateID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="ProductID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="SaleTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Item" type="{urn:ebay:apis:eBLBaseComponents}ItemType" minOccurs="0"/>
         <element name="DeletedField" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="VerifyOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.String> deletedField
           
protected  ItemType item
           
protected  java.lang.Long productID
           
protected  java.lang.Long saleTemplateID
           
protected  java.lang.String saleTemplateName
           
protected  java.lang.Boolean verifyOnly
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
ReviseSellingManagerTemplateRequestType()
           
 
Method Summary
protected  java.util.List<java.lang.String> _getDeletedField()
           
 java.lang.String[] getDeletedField()
           
 java.lang.String getDeletedField(int idx)
           
 int getDeletedFieldLength()
           
 ItemType getItem()
          Gets the value of the item property.
 java.lang.Long getProductID()
          Gets the value of the productID property.
 java.lang.Long getSaleTemplateID()
          Gets the value of the saleTemplateID property.
 java.lang.String getSaleTemplateName()
          Gets the value of the saleTemplateName property.
 java.lang.Boolean isVerifyOnly()
          Gets the value of the verifyOnly property.
 java.lang.String setDeletedField(int idx, java.lang.String value)
           
 void setDeletedField(java.lang.String[] values)
           
 void setItem(ItemType value)
          Sets the value of the item property.
 void setProductID(java.lang.Long value)
          Sets the value of the productID property.
 void setSaleTemplateID(java.lang.Long value)
          Sets the value of the saleTemplateID property.
 void setSaleTemplateName(java.lang.String value)
          Sets the value of the saleTemplateName property.
 void setVerifyOnly(java.lang.Boolean value)
          Sets the value of the verifyOnly 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

saleTemplateID

protected java.lang.Long saleTemplateID

productID

protected java.lang.Long productID

saleTemplateName

protected java.lang.String saleTemplateName

item

protected ItemType item

deletedField

protected java.util.List<java.lang.String> deletedField

verifyOnly

protected java.lang.Boolean verifyOnly
Constructor Detail

ReviseSellingManagerTemplateRequestType

public ReviseSellingManagerTemplateRequestType()
Method Detail

getSaleTemplateID

public java.lang.Long getSaleTemplateID()
Gets the value of the saleTemplateID property.

Returns:
possible object is Long

setSaleTemplateID

public void setSaleTemplateID(java.lang.Long value)
Sets the value of the saleTemplateID property.

Parameters:
value - allowed object is Long

getProductID

public java.lang.Long getProductID()
Gets the value of the productID property.

Returns:
possible object is Long

setProductID

public void setProductID(java.lang.Long value)
Sets the value of the productID property.

Parameters:
value - allowed object is Long

getSaleTemplateName

public java.lang.String getSaleTemplateName()
Gets the value of the saleTemplateName property.

Returns:
possible object is String

setSaleTemplateName

public void setSaleTemplateName(java.lang.String value)
Sets the value of the saleTemplateName property.

Parameters:
value - allowed object is String

getItem

public ItemType getItem()
Gets the value of the item property.

Returns:
possible object is ItemType

setItem

public void setItem(ItemType value)
Sets the value of the item property.

Parameters:
value - allowed object is ItemType

getDeletedField

public java.lang.String[] getDeletedField()
Returns:
array of String

getDeletedField

public java.lang.String getDeletedField(int idx)
Returns:
one of String

getDeletedFieldLength

public int getDeletedFieldLength()

setDeletedField

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

_getDeletedField

protected java.util.List<java.lang.String> _getDeletedField()

setDeletedField

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

isVerifyOnly

public java.lang.Boolean isVerifyOnly()
Gets the value of the verifyOnly property.

Returns:
possible object is Boolean

setVerifyOnly

public void setVerifyOnly(java.lang.Boolean value)
Sets the value of the verifyOnly property.

Parameters:
value - allowed object is Boolean

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.