Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetAdFormatLeadsRequestType

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

public class GetAdFormatLeadsRequestType
extends AbstractRequestType
implements Serializable

Retrieves sales lead information for a lead generation listing.

Java class for GetAdFormatLeadsRequestType complex type.

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

 <complexType name="GetAdFormatLeadsRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
         <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}MessageStatusTypeCodeType" minOccurs="0"/>
         <element name="IncludeMemberMessages" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="StartCreationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndCreationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Calendar endCreationTime
           
protected  Boolean includeMemberMessages
           
protected  String itemID
           
protected  Calendar startCreationTime
           
protected  MessageStatusTypeCodeType status
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetAdFormatLeadsRequestType()
           
 
Method Summary
 Calendar getEndCreationTime()
          Gets the value of the endCreationTime property.
 String getItemID()
          Gets the value of the itemID property.
 Calendar getStartCreationTime()
          Gets the value of the startCreationTime property.
 MessageStatusTypeCodeType getStatus()
          Gets the value of the status property.
 Boolean isIncludeMemberMessages()
          Gets the value of the includeMemberMessages property.
 void setEndCreationTime(Calendar value)
          Sets the value of the endCreationTime property.
 void setIncludeMemberMessages(Boolean value)
          Sets the value of the includeMemberMessages property.
 void setItemID(String value)
          Sets the value of the itemID property.
 void setStartCreationTime(Calendar value)
          Sets the value of the startCreationTime property.
 void setStatus(MessageStatusTypeCodeType value)
          Sets the value of the status property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemID

protected String itemID

status

protected MessageStatusTypeCodeType status

includeMemberMessages

protected Boolean includeMemberMessages

startCreationTime

protected Calendar startCreationTime

endCreationTime

protected Calendar endCreationTime
Constructor Detail

GetAdFormatLeadsRequestType

public GetAdFormatLeadsRequestType()
Method Detail

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

getStatus

public MessageStatusTypeCodeType getStatus()
Gets the value of the status property.

Returns:
possible object is MessageStatusTypeCodeType

setStatus

public void setStatus(MessageStatusTypeCodeType value)
Sets the value of the status property.

Parameters:
value - allowed object is MessageStatusTypeCodeType

isIncludeMemberMessages

public Boolean isIncludeMemberMessages()
Gets the value of the includeMemberMessages property.

Returns:
possible object is Boolean

setIncludeMemberMessages

public void setIncludeMemberMessages(Boolean value)
Sets the value of the includeMemberMessages property.

Parameters:
value - allowed object is Boolean

getStartCreationTime

public Calendar getStartCreationTime()
Gets the value of the startCreationTime property.

Returns:
possible object is String

setStartCreationTime

public void setStartCreationTime(Calendar value)
Sets the value of the startCreationTime property.

Parameters:
value - allowed object is String

getEndCreationTime

public Calendar getEndCreationTime()
Gets the value of the endCreationTime property.

Returns:
possible object is String

setEndCreationTime

public void setEndCreationTime(Calendar value)
Sets the value of the endCreationTime property.

Parameters:
value - allowed object is String

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.