Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddSellingManagerTemplateResponseType

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

public class AddSellingManagerTemplateResponseType
extends AbstractResponseType
implements Serializable

Returns values indicating template information for a newly-exported item.

See Also:
Serialized Form

Constructor Summary
AddSellingManagerTemplateResponseType()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getCategory2ID()
          Gets the category2ID value for this AddSellingManagerTemplateResponseType.
 Long getCategoryID()
          Gets the categoryID value for this AddSellingManagerTemplateResponseType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 FeesType getFees()
          Gets the fees value for this AddSellingManagerTemplateResponseType.
 Long getSaleTemplateGroupID()
          Gets the saleTemplateGroupID value for this AddSellingManagerTemplateResponseType.
 Long getSaleTemplateID()
          Gets the saleTemplateID value for this AddSellingManagerTemplateResponseType.
 String getSaleTemplateName()
          Gets the saleTemplateName value for this AddSellingManagerTemplateResponseType.
 SellingManagerProductDetailsType getSellingManagerProductDetails()
          Gets the sellingManagerProductDetails value for this AddSellingManagerTemplateResponseType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCategory2ID(Long category2ID)
          Sets the category2ID value for this AddSellingManagerTemplateResponseType.
 void setCategoryID(Long categoryID)
          Sets the categoryID value for this AddSellingManagerTemplateResponseType.
 void setFees(FeesType fees)
          Sets the fees value for this AddSellingManagerTemplateResponseType.
 void setSaleTemplateGroupID(Long saleTemplateGroupID)
          Sets the saleTemplateGroupID value for this AddSellingManagerTemplateResponseType.
 void setSaleTemplateID(Long saleTemplateID)
          Sets the saleTemplateID value for this AddSellingManagerTemplateResponseType.
 void setSaleTemplateName(String saleTemplateName)
          Sets the saleTemplateName value for this AddSellingManagerTemplateResponseType.
 void setSellingManagerProductDetails(SellingManagerProductDetailsType sellingManagerProductDetails)
          Sets the sellingManagerProductDetails value for this AddSellingManagerTemplateResponseType.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
get_any, getAck, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, set_any, setAck, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddSellingManagerTemplateResponseType

public AddSellingManagerTemplateResponseType()
Method Detail

getCategoryID

public Long getCategoryID()
Gets the categoryID value for this AddSellingManagerTemplateResponseType.

Returns:
categoryID

setCategoryID

public void setCategoryID(Long categoryID)
Sets the categoryID value for this AddSellingManagerTemplateResponseType.

Parameters:
categoryID -

getCategory2ID

public Long getCategory2ID()
Gets the category2ID value for this AddSellingManagerTemplateResponseType.

Returns:
category2ID

setCategory2ID

public void setCategory2ID(Long category2ID)
Sets the category2ID value for this AddSellingManagerTemplateResponseType.

Parameters:
category2ID -

getSaleTemplateID

public Long getSaleTemplateID()
Gets the saleTemplateID value for this AddSellingManagerTemplateResponseType.

Returns:
saleTemplateID

setSaleTemplateID

public void setSaleTemplateID(Long saleTemplateID)
Sets the saleTemplateID value for this AddSellingManagerTemplateResponseType.

Parameters:
saleTemplateID -

getSaleTemplateGroupID

public Long getSaleTemplateGroupID()
Gets the saleTemplateGroupID value for this AddSellingManagerTemplateResponseType.

Returns:
saleTemplateGroupID

setSaleTemplateGroupID

public void setSaleTemplateGroupID(Long saleTemplateGroupID)
Sets the saleTemplateGroupID value for this AddSellingManagerTemplateResponseType.

Parameters:
saleTemplateGroupID -

getSaleTemplateName

public String getSaleTemplateName()
Gets the saleTemplateName value for this AddSellingManagerTemplateResponseType.

Returns:
saleTemplateName

setSaleTemplateName

public void setSaleTemplateName(String saleTemplateName)
Sets the saleTemplateName value for this AddSellingManagerTemplateResponseType.

Parameters:
saleTemplateName -

getSellingManagerProductDetails

public SellingManagerProductDetailsType getSellingManagerProductDetails()
Gets the sellingManagerProductDetails value for this AddSellingManagerTemplateResponseType.

Returns:
sellingManagerProductDetails Returned if the user is a Selling Manager user. Defines product information for Selling Manager users.

setSellingManagerProductDetails

public void setSellingManagerProductDetails(SellingManagerProductDetailsType sellingManagerProductDetails)
Sets the sellingManagerProductDetails value for this AddSellingManagerTemplateResponseType.

Parameters:
sellingManagerProductDetails - Returned if the user is a Selling Manager user. Defines product information for Selling Manager users.

getFees

public FeesType getFees()
Gets the fees value for this AddSellingManagerTemplateResponseType.

Returns:
fees Identifies a set of one or more fees that a member pays to eBay (or an eBay company). Instances of this type can hold one or more fees.

setFees

public void setFees(FeesType fees)
Sets the fees value for this AddSellingManagerTemplateResponseType.

Parameters:
fees - Identifies a set of one or more fees that a member pays to eBay (or an eBay company). Instances of this type can hold one or more fees.

equals

public boolean equals(Object obj)
Overrides:
equals in class AbstractResponseType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractResponseType

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


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-2006 eBay Inc. All rights reserved.