|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetCharitiesRequestType
public class GetCharitiesRequestType
This is the base request type for the GetCharities call. This call is used to search for eBay for Charity nonprofit organizations. This call allows users to search for a specific nonprofit organization, or to search for multiple nonprofit organizations from a particular category and/or geographical region, or by using a search string.
Java class for GetCharitiesRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCharitiesRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="CharityID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CharityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CharityRegion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="CharityDomain" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="IncludeDescription" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MatchType" type="{urn:ebay:apis:eBLBaseComponents}StringMatchCodeType" minOccurs="0"/> <element name="Featured" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CampaignID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Long |
campaignID
|
protected Integer |
charityDomain
|
protected String |
charityID
|
protected String |
charityName
|
protected Integer |
charityRegion
|
protected Boolean |
featured
|
protected Boolean |
includeDescription
|
protected StringMatchCodeType |
matchType
|
protected String |
query
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetCharitiesRequestType()
|
Method Summary | |
---|---|
Long |
getCampaignID()
Gets the value of the campaignID property. |
Integer |
getCharityDomain()
Gets the value of the charityDomain property. |
String |
getCharityID()
Gets the value of the charityID property. |
String |
getCharityName()
Gets the value of the charityName property. |
Integer |
getCharityRegion()
Gets the value of the charityRegion property. |
StringMatchCodeType |
getMatchType()
Gets the value of the matchType property. |
String |
getQuery()
Gets the value of the query property. |
Boolean |
isFeatured()
Gets the value of the featured property. |
Boolean |
isIncludeDescription()
Gets the value of the includeDescription property. |
void |
setCampaignID(Long value)
Sets the value of the campaignID property. |
void |
setCharityDomain(Integer value)
Sets the value of the charityDomain property. |
void |
setCharityID(String value)
Sets the value of the charityID property. |
void |
setCharityName(String value)
Sets the value of the charityName property. |
void |
setCharityRegion(Integer value)
Sets the value of the charityRegion property. |
void |
setFeatured(Boolean value)
Sets the value of the featured property. |
void |
setIncludeDescription(Boolean value)
Sets the value of the includeDescription property. |
void |
setMatchType(StringMatchCodeType value)
Sets the value of the matchType property. |
void |
setQuery(String value)
Sets the value of the query 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 |
---|
protected String charityID
protected String charityName
protected String query
protected Integer charityRegion
protected Integer charityDomain
protected Boolean includeDescription
protected StringMatchCodeType matchType
protected Boolean featured
protected Long campaignID
Constructor Detail |
---|
public GetCharitiesRequestType()
Method Detail |
---|
public String getCharityID()
String
public void setCharityID(String value)
value
- allowed object is
String
public String getCharityName()
String
public void setCharityName(String value)
value
- allowed object is
String
public String getQuery()
String
public void setQuery(String value)
value
- allowed object is
String
public Integer getCharityRegion()
Integer
public void setCharityRegion(Integer value)
value
- allowed object is
Integer
public Integer getCharityDomain()
Integer
public void setCharityDomain(Integer value)
value
- allowed object is
Integer
public Boolean isIncludeDescription()
Boolean
public void setIncludeDescription(Boolean value)
value
- allowed object is
Boolean
public StringMatchCodeType getMatchType()
StringMatchCodeType
public void setMatchType(StringMatchCodeType value)
value
- allowed object is
StringMatchCodeType
public Boolean isFeatured()
Boolean
public void setFeatured(Boolean value)
value
- allowed object is
Boolean
public Long getCampaignID()
Long
public void setCampaignID(Long value)
value
- allowed object is
Long
|
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.