|
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.AdFormatLeadType
public class AdFormatLeadType
This type is used by the AdFormatLead container that is returned in the GetAdFormatLeads call response. An AdFormatLead container will be returned for each user that has expressed interest in the Classified Ad listing that was specified by the seller in the GetAdFormatLeads call request. Each AdFormatLead container consists of prospective buyer contact information and other details associated with a lead for a Classified Ad listing.
Java class for AdFormatLeadType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdFormatLeadType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AdditionalInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Address" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/> <element name="BestTimeToCall" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SubmittedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="ItemTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/> <element name="MemberMessage" type="{urn:ebay:apis:eBLBaseComponents}MemberMessageExchangeArrayType" minOccurs="0"/> <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}AdFormatLeadStatusCodeType" minOccurs="0"/> <element name="LeadFee" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ExternalEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PurchaseTimeFrame" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TradeInYear" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TradeInMake" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TradeInModel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FinancingAnswer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Answer1" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Answer2" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
additionalInformation
|
protected AddressType |
address
|
protected java.lang.Boolean |
answer1
|
protected java.lang.Boolean |
answer2
|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
bestTimeToCall
|
protected java.lang.String |
email
|
protected java.lang.String |
externalEmail
|
protected java.lang.Boolean |
financingAnswer
|
protected java.lang.String |
itemID
|
protected java.lang.String |
itemTitle
|
protected AmountType |
leadFee
|
protected MemberMessageExchangeArrayType |
memberMessage
|
protected java.lang.String |
purchaseTimeFrame
|
protected AdFormatLeadStatusCodeType |
status
|
protected java.util.Calendar |
submittedTime
|
protected java.lang.String |
tradeInMake
|
protected java.lang.String |
tradeInModel
|
protected java.lang.String |
tradeInYear
|
protected java.lang.String |
userID
|
Constructor Summary | |
---|---|
AdFormatLeadType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.String |
getAdditionalInformation()
Gets the value of the additionalInformation property. |
AddressType |
getAddress()
Gets the value of the address property. |
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getBestTimeToCall()
Gets the value of the bestTimeToCall property. |
java.lang.String |
getEmail()
Gets the value of the email property. |
java.lang.String |
getExternalEmail()
Gets the value of the externalEmail property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
java.lang.String |
getItemTitle()
Gets the value of the itemTitle property. |
AmountType |
getLeadFee()
Gets the value of the leadFee property. |
MemberMessageExchangeArrayType |
getMemberMessage()
Gets the value of the memberMessage property. |
java.lang.String |
getPurchaseTimeFrame()
Gets the value of the purchaseTimeFrame property. |
AdFormatLeadStatusCodeType |
getStatus()
Gets the value of the status property. |
java.util.Calendar |
getSubmittedTime()
Gets the value of the submittedTime property. |
java.lang.String |
getTradeInMake()
Gets the value of the tradeInMake property. |
java.lang.String |
getTradeInModel()
Gets the value of the tradeInModel property. |
java.lang.String |
getTradeInYear()
Gets the value of the tradeInYear property. |
java.lang.String |
getUserID()
Gets the value of the userID property. |
java.lang.Boolean |
isAnswer1()
Gets the value of the answer1 property. |
java.lang.Boolean |
isAnswer2()
Gets the value of the answer2 property. |
java.lang.Boolean |
isFinancingAnswer()
Gets the value of the financingAnswer property. |
void |
setAdditionalInformation(java.lang.String value)
Sets the value of the additionalInformation property. |
void |
setAddress(AddressType value)
Sets the value of the address property. |
void |
setAnswer1(java.lang.Boolean value)
Sets the value of the answer1 property. |
void |
setAnswer2(java.lang.Boolean value)
Sets the value of the answer2 property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBestTimeToCall(java.lang.String value)
Sets the value of the bestTimeToCall property. |
void |
setEmail(java.lang.String value)
Sets the value of the email property. |
void |
setExternalEmail(java.lang.String value)
Sets the value of the externalEmail property. |
void |
setFinancingAnswer(java.lang.Boolean value)
Sets the value of the financingAnswer property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setItemTitle(java.lang.String value)
Sets the value of the itemTitle property. |
void |
setLeadFee(AmountType value)
Sets the value of the leadFee property. |
void |
setMemberMessage(MemberMessageExchangeArrayType value)
Sets the value of the memberMessage property. |
void |
setPurchaseTimeFrame(java.lang.String value)
Sets the value of the purchaseTimeFrame property. |
void |
setStatus(AdFormatLeadStatusCodeType value)
Sets the value of the status property. |
void |
setSubmittedTime(java.util.Calendar value)
Sets the value of the submittedTime property. |
void |
setTradeInMake(java.lang.String value)
Sets the value of the tradeInMake property. |
void |
setTradeInModel(java.lang.String value)
Sets the value of the tradeInModel property. |
void |
setTradeInYear(java.lang.String value)
Sets the value of the tradeInYear property. |
void |
setUserID(java.lang.String value)
Sets the value of the userID 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 additionalInformation
protected AddressType address
protected java.lang.String bestTimeToCall
protected java.lang.String email
protected java.util.Calendar submittedTime
protected java.lang.String itemID
protected java.lang.String itemTitle
protected java.lang.String userID
protected MemberMessageExchangeArrayType memberMessage
protected AdFormatLeadStatusCodeType status
protected AmountType leadFee
protected java.lang.String externalEmail
protected java.lang.String purchaseTimeFrame
protected java.lang.String tradeInYear
protected java.lang.String tradeInMake
protected java.lang.String tradeInModel
protected java.lang.Boolean financingAnswer
protected java.lang.Boolean answer1
protected java.lang.Boolean answer2
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public AdFormatLeadType()
Method Detail |
---|
public java.lang.String getAdditionalInformation()
String
public void setAdditionalInformation(java.lang.String value)
value
- allowed object is
String
public AddressType getAddress()
AddressType
public void setAddress(AddressType value)
value
- allowed object is
AddressType
public java.lang.String getBestTimeToCall()
String
public void setBestTimeToCall(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getSubmittedTime()
String
public void setSubmittedTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getItemTitle()
String
public void setItemTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserID()
String
public void setUserID(java.lang.String value)
value
- allowed object is
String
public MemberMessageExchangeArrayType getMemberMessage()
MemberMessageExchangeArrayType
public void setMemberMessage(MemberMessageExchangeArrayType value)
value
- allowed object is
MemberMessageExchangeArrayType
public AdFormatLeadStatusCodeType getStatus()
AdFormatLeadStatusCodeType
public void setStatus(AdFormatLeadStatusCodeType value)
value
- allowed object is
AdFormatLeadStatusCodeType
public AmountType getLeadFee()
AmountType
public void setLeadFee(AmountType value)
value
- allowed object is
AmountType
public java.lang.String getExternalEmail()
String
public void setExternalEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPurchaseTimeFrame()
String
public void setPurchaseTimeFrame(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTradeInYear()
String
public void setTradeInYear(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTradeInMake()
String
public void setTradeInMake(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTradeInModel()
String
public void setTradeInModel(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isFinancingAnswer()
Boolean
public void setFinancingAnswer(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isAnswer1()
Boolean
public void setAnswer1(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isAnswer2()
Boolean
public void setAnswer2(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
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.