Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddMemberMessagesAAQToBidderRequestContainerType

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

public class AddMemberMessagesAAQToBidderRequestContainerType
extends Object
implements Serializable

This type is used by the AddMemberMessagesAAQToBidderRequestContainer container. An AddMemberMessagesAAQToBidderRequestContainer container is required for each bidder the seller is sending a message to. The seller can communicate with up to 10 bidders with one AddMemberMessagesAAQToBidder call.

Java class for AddMemberMessagesAAQToBidderRequestContainerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AddMemberMessagesAAQToBidderRequestContainerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CorrelationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MemberMessage" type="{urn:ebay:apis:eBLBaseComponents}MemberMessageType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String correlationID
           
protected  String itemID
           
protected  MemberMessageType memberMessage
           
 
Constructor Summary
AddMemberMessagesAAQToBidderRequestContainerType()
           
 
Method Summary
 String getCorrelationID()
          Gets the value of the correlationID property.
 String getItemID()
          Gets the value of the itemID property.
 MemberMessageType getMemberMessage()
          Gets the value of the memberMessage property.
 void setCorrelationID(String value)
          Sets the value of the correlationID property.
 void setItemID(String value)
          Sets the value of the itemID property.
 void setMemberMessage(MemberMessageType value)
          Sets the value of the memberMessage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

correlationID

protected String correlationID

itemID

protected String itemID

memberMessage

protected MemberMessageType memberMessage
Constructor Detail

AddMemberMessagesAAQToBidderRequestContainerType

public AddMemberMessagesAAQToBidderRequestContainerType()
Method Detail

getCorrelationID

public String getCorrelationID()
Gets the value of the correlationID property.

Returns:
possible object is String

setCorrelationID

public void setCorrelationID(String value)
Sets the value of the correlationID property.

Parameters:
value - allowed object is String

getItemID

public String getItemID()
Gets the value of the itemID property.

Returns:
possible object is String

setItemID

public void setItemID(String value)
Sets the value of the itemID property.

Parameters:
value - allowed object is String

getMemberMessage

public MemberMessageType getMemberMessage()
Gets the value of the memberMessage property.

Returns:
possible object is MemberMessageType

setMemberMessage

public void setMemberMessage(MemberMessageType value)
Sets the value of the memberMessage property.

Parameters:
value - allowed object is MemberMessageType

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