Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddItemFromSellingManagerTemplateResponseType

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

public class AddItemFromSellingManagerTemplateResponseType
extends AbstractResponseType
implements Serializable

Returns values indicating information for a new listing.

See Also:
Serialized Form

Constructor Summary
AddItemFromSellingManagerTemplateResponseType()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCategory2ID()
          Gets the category2ID value for this AddItemFromSellingManagerTemplateResponseType.
 String getCategoryID()
          Gets the categoryID value for this AddItemFromSellingManagerTemplateResponseType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Calendar getEndTime()
          Gets the endTime value for this AddItemFromSellingManagerTemplateResponseType.
 FeesType getFees()
          Gets the fees value for this AddItemFromSellingManagerTemplateResponseType.
 ItemIDType getItemID()
          Gets the itemID value for this AddItemFromSellingManagerTemplateResponseType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Calendar getStartTime()
          Gets the startTime value for this AddItemFromSellingManagerTemplateResponseType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCategory2ID(String category2ID)
          Sets the category2ID value for this AddItemFromSellingManagerTemplateResponseType.
 void setCategoryID(String categoryID)
          Sets the categoryID value for this AddItemFromSellingManagerTemplateResponseType.
 void setEndTime(Calendar endTime)
          Sets the endTime value for this AddItemFromSellingManagerTemplateResponseType.
 void setFees(FeesType fees)
          Sets the fees value for this AddItemFromSellingManagerTemplateResponseType.
 void setItemID(ItemIDType itemID)
          Sets the itemID value for this AddItemFromSellingManagerTemplateResponseType.
 void setStartTime(Calendar startTime)
          Sets the startTime value for this AddItemFromSellingManagerTemplateResponseType.
 
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

AddItemFromSellingManagerTemplateResponseType

public AddItemFromSellingManagerTemplateResponseType()
Method Detail

getItemID

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

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 AddItemFromSellingManagerTemplateResponseType.

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

getStartTime

public Calendar getStartTime()
Gets the startTime value for this AddItemFromSellingManagerTemplateResponseType.

Returns:
startTime

setStartTime

public void setStartTime(Calendar startTime)
Sets the startTime value for this AddItemFromSellingManagerTemplateResponseType.

Parameters:
startTime -

getEndTime

public Calendar getEndTime()
Gets the endTime value for this AddItemFromSellingManagerTemplateResponseType.

Returns:
endTime

setEndTime

public void setEndTime(Calendar endTime)
Sets the endTime value for this AddItemFromSellingManagerTemplateResponseType.

Parameters:
endTime -

getFees

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

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 AddItemFromSellingManagerTemplateResponseType.

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.

getCategoryID

public String getCategoryID()
Gets the categoryID value for this AddItemFromSellingManagerTemplateResponseType.

Returns:
categoryID

setCategoryID

public void setCategoryID(String categoryID)
Sets the categoryID value for this AddItemFromSellingManagerTemplateResponseType.

Parameters:
categoryID -

getCategory2ID

public String getCategory2ID()
Gets the category2ID value for this AddItemFromSellingManagerTemplateResponseType.

Returns:
category2ID

setCategory2ID

public void setCategory2ID(String category2ID)
Sets the category2ID value for this AddItemFromSellingManagerTemplateResponseType.

Parameters:
category2ID -

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.