Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ReviseSellingManagerTemplateResponseType

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

public class ReviseSellingManagerTemplateResponseType
extends AbstractResponseType
implements Serializable

Returns the template ID and the estimated fees for the revised listing.

Java class for ReviseSellingManagerTemplateResponseType complex type.

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

 <complexType name="ReviseSellingManagerTemplateResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="SaleTemplateID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="Fees" type="{urn:ebay:apis:eBLBaseComponents}FeesType" minOccurs="0"/>
         <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Category2ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="VerifyOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SaleTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SellingManagerProductDetails" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerProductDetailsType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String category2ID
           
protected  String categoryID
           
protected  FeesType fees
           
protected  Long saleTemplateID
           
protected  String saleTemplateName
           
protected  SellingManagerProductDetailsType sellingManagerProductDetails
           
protected  Boolean verifyOnly
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version
 
Constructor Summary
ReviseSellingManagerTemplateResponseType()
           
 
Method Summary
 String getCategory2ID()
          Gets the value of the category2ID property.
 String getCategoryID()
          Gets the value of the categoryID property.
 FeesType getFees()
          Gets the value of the fees property.
 Long getSaleTemplateID()
          Gets the value of the saleTemplateID property.
 String getSaleTemplateName()
          Gets the value of the saleTemplateName property.
 SellingManagerProductDetailsType getSellingManagerProductDetails()
          Gets the value of the sellingManagerProductDetails property.
 Boolean isVerifyOnly()
          Gets the value of the verifyOnly property.
 void setCategory2ID(String value)
          Sets the value of the category2ID property.
 void setCategoryID(String value)
          Sets the value of the categoryID property.
 void setFees(FeesType value)
          Sets the value of the fees property.
 void setSaleTemplateID(Long value)
          Sets the value of the saleTemplateID property.
 void setSaleTemplateName(String value)
          Sets the value of the saleTemplateName property.
 void setSellingManagerProductDetails(SellingManagerProductDetailsType value)
          Sets the value of the sellingManagerProductDetails property.
 void setVerifyOnly(Boolean value)
          Sets the value of the verifyOnly property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

saleTemplateID

protected Long saleTemplateID

fees

protected FeesType fees

categoryID

protected String categoryID

category2ID

protected String category2ID

verifyOnly

protected Boolean verifyOnly

saleTemplateName

protected String saleTemplateName

sellingManagerProductDetails

protected SellingManagerProductDetailsType sellingManagerProductDetails
Constructor Detail

ReviseSellingManagerTemplateResponseType

public ReviseSellingManagerTemplateResponseType()
Method Detail

getSaleTemplateID

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

Returns:
possible object is Long

setSaleTemplateID

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

Parameters:
value - allowed object is Long

getFees

public FeesType getFees()
Gets the value of the fees property.

Returns:
possible object is FeesType

setFees

public void setFees(FeesType value)
Sets the value of the fees property.

Parameters:
value - allowed object is FeesType

getCategoryID

public String getCategoryID()
Gets the value of the categoryID property.

Returns:
possible object is String

setCategoryID

public void setCategoryID(String value)
Sets the value of the categoryID property.

Parameters:
value - allowed object is String

getCategory2ID

public String getCategory2ID()
Gets the value of the category2ID property.

Returns:
possible object is String

setCategory2ID

public void setCategory2ID(String value)
Sets the value of the category2ID property.

Parameters:
value - allowed object is String

isVerifyOnly

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

Returns:
possible object is Boolean

setVerifyOnly

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

Parameters:
value - allowed object is Boolean

getSaleTemplateName

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

Returns:
possible object is String

setSaleTemplateName

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

Parameters:
value - allowed object is String

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

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.