Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddMemberMessagesAAQToBidderResponseContainerType

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

public class AddMemberMessagesAAQToBidderResponseContainerType
extends Object
implements Serializable

This type is used by the AddMemberMessagesAAQToBidderResponseContainer container. A AddMemberMessagesAAQToBidderResponseContainer container is returned for each message that was sent from the seller to the bidders/potential buyers through a separate AddMemberMessagesAAQToBidderRequestContainer. The Ack value in each AddMemberMessagesAAQToBidderResponseContainer container indicates whether or not each message sent through the call was successful or not, and an AddMemberMessagesAAQToBidderResponseContainer is matched up to the corresponding AddMemberMessagesAAQToBidderRequestContainer through the CorrelationID value.

Java class for AddMemberMessagesAAQToBidderResponseContainerType complex type.

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

 <complexType name="AddMemberMessagesAAQToBidderResponseContainerType">
   <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="Ack" type="{urn:ebay:apis:eBLBaseComponents}AckCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AckCodeType ack
           
protected  String correlationID
           
 
Constructor Summary
AddMemberMessagesAAQToBidderResponseContainerType()
           
 
Method Summary
 AckCodeType getAck()
          Gets the value of the ack property.
 String getCorrelationID()
          Gets the value of the correlationID property.
 void setAck(AckCodeType value)
          Sets the value of the ack property.
 void setCorrelationID(String value)
          Sets the value of the correlationID 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

ack

protected AckCodeType ack
Constructor Detail

AddMemberMessagesAAQToBidderResponseContainerType

public AddMemberMessagesAAQToBidderResponseContainerType()
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

getAck

public AckCodeType getAck()
Gets the value of the ack property.

Returns:
possible object is AckCodeType

setAck

public void setAck(AckCodeType value)
Sets the value of the ack property.

Parameters:
value - allowed object is AckCodeType

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.