|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.ReviseSellingManagerTemplateRequestType
public class ReviseSellingManagerTemplateRequestType
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>
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 |
---|
protected java.lang.Long saleTemplateID
protected java.lang.Long productID
protected java.lang.String saleTemplateName
protected ItemType item
protected java.util.List<java.lang.String> deletedField
protected java.lang.Boolean verifyOnly
Constructor Detail |
---|
public ReviseSellingManagerTemplateRequestType()
Method Detail |
---|
public java.lang.Long getSaleTemplateID()
Long
public void setSaleTemplateID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.Long getProductID()
Long
public void setProductID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.String getSaleTemplateName()
String
public void setSaleTemplateName(java.lang.String value)
value
- allowed object is
String
public ItemType getItem()
ItemType
public void setItem(ItemType value)
value
- allowed object is
ItemType
public java.lang.String[] getDeletedField()
String
public java.lang.String getDeletedField(int idx)
String
public int getDeletedFieldLength()
public void setDeletedField(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getDeletedField()
public java.lang.String setDeletedField(int idx, java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isVerifyOnly()
Boolean
public void setVerifyOnly(java.lang.Boolean value)
value
- allowed object is
Boolean
|
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.