Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddMemberMessageAAQToPartnerRequestType

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

public class AddMemberMessageAAQToPartnerRequestType
extends AbstractRequestType
implements Serializable

Enables a buyer and seller in a transactional relationship to send messages to each other within 90 days of the creation of the transaction. The sale does not have to be ended to make this request.

See Also:
Serialized Form

Constructor Summary
AddMemberMessageAAQToPartnerRequestType()
           
 
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 AddMemberMessageAAQToPartnerRequestType.
 MemberMessageType getMemberMessage()
          Gets the memberMessage value for this AddMemberMessageAAQToPartnerRequestType.
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 AddMemberMessageAAQToPartnerRequestType.
 void setMemberMessage(MemberMessageType memberMessage)
          Sets the memberMessage value for this AddMemberMessageAAQToPartnerRequestType.
 
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

AddMemberMessageAAQToPartnerRequestType

public AddMemberMessageAAQToPartnerRequestType()
Method Detail

getItemID

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

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

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

getMemberMessage

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

Returns:
memberMessage Container for individual message information.

setMemberMessage

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

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.