|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AddMemberMessagesAAQToBidderResponseContainerType
public class AddMemberMessagesAAQToBidderResponseContainerType
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>
Field Summary | |
---|---|
protected AckCodeType |
ack
|
protected java.lang.String |
correlationID
|
Constructor Summary | |
---|---|
AddMemberMessagesAAQToBidderResponseContainerType()
|
Method Summary | |
---|---|
AckCodeType |
getAck()
Gets the value of the ack property. |
java.lang.String |
getCorrelationID()
Gets the value of the correlationID property. |
void |
setAck(AckCodeType value)
Sets the value of the ack property. |
void |
setCorrelationID(java.lang.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 |
---|
protected java.lang.String correlationID
protected AckCodeType ack
Constructor Detail |
---|
public AddMemberMessagesAAQToBidderResponseContainerType()
Method Detail |
---|
public java.lang.String getCorrelationID()
String
public void setCorrelationID(java.lang.String value)
value
- allowed object is
String
public AckCodeType getAck()
AckCodeType
public void setAck(AckCodeType value)
value
- allowed object is
AckCodeType
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.