Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetAdFormatLeadsResponseType

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

public class GetAdFormatLeadsResponseType
extends AbstractResponseType
implements Serializable

Returns number of leads and contact and other information for each lead. One AdFormatLead node is returned for each lead.

Java class for GetAdFormatLeadsResponseType complex type.

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

 <complexType name="GetAdFormatLeadsResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="AdFormatLead" type="{urn:ebay:apis:eBLBaseComponents}AdFormatLeadType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AdFormatLeadCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<AdFormatLeadType> adFormatLead
           
protected  Integer adFormatLeadCount
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version
 
Constructor Summary
GetAdFormatLeadsResponseType()
           
 
Method Summary
protected  List<AdFormatLeadType> _getAdFormatLead()
           
 AdFormatLeadType[] getAdFormatLead()
           
 AdFormatLeadType getAdFormatLead(int idx)
           
 Integer getAdFormatLeadCount()
          Gets the value of the adFormatLeadCount property.
 int getAdFormatLeadLength()
           
 void setAdFormatLead(AdFormatLeadType[] values)
           
 AdFormatLeadType setAdFormatLead(int idx, AdFormatLeadType value)
           
 void setAdFormatLeadCount(Integer value)
          Sets the value of the adFormatLeadCount property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adFormatLead

protected List<AdFormatLeadType> adFormatLead

adFormatLeadCount

protected Integer adFormatLeadCount
Constructor Detail

GetAdFormatLeadsResponseType

public GetAdFormatLeadsResponseType()
Method Detail

getAdFormatLead

public AdFormatLeadType[] getAdFormatLead()
Returns:
array of AdFormatLeadType

getAdFormatLead

public AdFormatLeadType getAdFormatLead(int idx)
Returns:
one of AdFormatLeadType

getAdFormatLeadLength

public int getAdFormatLeadLength()

setAdFormatLead

public void setAdFormatLead(AdFormatLeadType[] values)
Parameters:
values - allowed objects are AdFormatLeadType

_getAdFormatLead

protected List<AdFormatLeadType> _getAdFormatLead()

setAdFormatLead

public AdFormatLeadType setAdFormatLead(int idx,
                                        AdFormatLeadType value)
Parameters:
value - allowed object is AdFormatLeadType

getAdFormatLeadCount

public Integer getAdFormatLeadCount()
Gets the value of the adFormatLeadCount property.

Returns:
possible object is Integer

setAdFormatLeadCount

public void setAdFormatLeadCount(Integer value)
Sets the value of the adFormatLeadCount property.

Parameters:
value - allowed object is Integer

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.