Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddMemberMessageRTQRequestType

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

public class AddMemberMessageRTQRequestType
extends AbstractRequestType
implements Serializable

Enables a seller to reply to a question about an active item listing.

See Also:
Serialized Form

Constructor Summary
AddMemberMessageRTQRequestType()
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 ItemIDType getItemID()
          Gets the itemID value for this AddMemberMessageRTQRequestType.
 MemberMessageType getMemberMessage()
          Gets the memberMessage value for this AddMemberMessageRTQRequestType.
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 setItemID(ItemIDType itemID)
          Sets the itemID value for this AddMemberMessageRTQRequestType.
 void setMemberMessage(MemberMessageType memberMessage)
          Sets the memberMessage value for this AddMemberMessageRTQRequestType.
 
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

AddMemberMessageRTQRequestType

public AddMemberMessageRTQRequestType()
Method Detail

getItemID

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

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

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

getMemberMessage

public MemberMessageType getMemberMessage()
Gets the memberMessage value for this AddMemberMessageRTQRequestType.

Returns:
memberMessage Container for individual message information.

setMemberMessage

public void setMemberMessage(MemberMessageType memberMessage)
Sets the memberMessage value for this AddMemberMessageRTQRequestType.

Parameters:
memberMessage - Container for individual message information.

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.