Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddToItemDescriptionRequestType

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

public class AddToItemDescriptionRequestType
extends AbstractRequestType
implements Serializable

Appends a horizontal rule, then a message about what time the addition was made by the seller, and then the seller-specified text.

See Also:
Serialized Form

Constructor Summary
AddToItemDescriptionRequestType()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this AddToItemDescriptionRequestType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 ItemIDType getItemID()
          Gets the itemID value for this AddToItemDescriptionRequestType.
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 setDescription(String description)
          Sets the description value for this AddToItemDescriptionRequestType.
 void setItemID(ItemIDType itemID)
          Sets the itemID value for this AddToItemDescriptionRequestType.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
get_any, getBotBlock, getDetailLevel, getDetailLevel, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getVersion, getWarningLevel, set_any, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddToItemDescriptionRequestType

public AddToItemDescriptionRequestType()
Method Detail

getItemID

public ItemIDType getItemID()
Gets the itemID value for this AddToItemDescriptionRequestType.

Returns:
itemID Type that represents the unique identifier for a single item listing.

setItemID

public void setItemID(ItemIDType itemID)
Sets the itemID value for this AddToItemDescriptionRequestType.

Parameters:
itemID - Type that represents the unique identifier for a single item listing.

getDescription

public String getDescription()
Gets the description value for this AddToItemDescriptionRequestType.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this AddToItemDescriptionRequestType.

Parameters:
description -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRequestType

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.