|
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.CharityInfoType
public class CharityInfoType
Type defining the Charity container, which consists of all details related to a nonprofit charity organization.
Java class for CharityInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CharityInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ListingNPEmailNotifPref" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ListingNPEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ListingNPContactName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Mission" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LogoURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}CharityStatusCodeType" minOccurs="0"/> <element name="SearchableString" 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" maxOccurs="3" minOccurs="0"/> <element name="CharityID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LogoURLSelling" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="DisplayLogoSelling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DisplayNameInCheckout" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ShowMultipleDonationAmountInCheckout" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ExternalID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PopularityIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="EIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NonProfitSecondName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NonProfitAddress" type="{urn:ebay:apis:eBLBaseComponents}NonProfitAddressType" maxOccurs="unbounded" minOccurs="0"/> <element name="NonProfitSocialAddress" type="{urn:ebay:apis:eBLBaseComponents}NonProfitSocialAddressType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.List<java.lang.Integer> |
charityDomain
|
protected java.lang.String |
charityID
|
protected java.lang.Integer |
charityRegion
|
protected java.lang.String |
description
|
protected java.lang.Boolean |
displayLogoSelling
|
protected java.lang.Boolean |
displayNameInCheckout
|
protected java.lang.String |
ein
|
protected java.lang.String |
externalID
|
protected java.lang.String |
id
|
protected java.lang.String |
listingNPContactName
|
protected java.lang.String |
listingNPEmail
|
protected java.lang.Boolean |
listingNPEmailNotifPref
|
protected java.lang.String |
logoURL
|
protected java.lang.String |
logoURLSelling
|
protected java.lang.String |
mission
|
protected java.lang.String |
name
|
protected java.util.List<NonProfitAddressType> |
nonProfitAddress
|
protected java.lang.String |
nonProfitSecondName
|
protected java.util.List<NonProfitSocialAddressType> |
nonProfitSocialAddress
|
protected java.lang.Integer |
popularityIndex
|
protected java.lang.String |
searchableString
|
protected java.lang.Boolean |
showMultipleDonationAmountInCheckout
|
protected CharityStatusCodeType |
status
|
Constructor Summary | |
---|---|
CharityInfoType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<java.lang.Integer> |
_getCharityDomain()
|
protected java.util.List<NonProfitAddressType> |
_getNonProfitAddress()
|
protected java.util.List<NonProfitSocialAddressType> |
_getNonProfitSocialAddress()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
int[] |
getCharityDomain()
|
int |
getCharityDomain(int idx)
|
int |
getCharityDomainLength()
|
java.lang.String |
getCharityID()
Gets the value of the charityID property. |
java.lang.Integer |
getCharityRegion()
Gets the value of the charityRegion property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getEIN()
Gets the value of the ein property. |
java.lang.String |
getExternalID()
Gets the value of the externalID property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getListingNPContactName()
Gets the value of the listingNPContactName property. |
java.lang.String |
getListingNPEmail()
Gets the value of the listingNPEmail property. |
java.lang.String |
getLogoURL()
Gets the value of the logoURL property. |
java.lang.String |
getLogoURLSelling()
Gets the value of the logoURLSelling property. |
java.lang.String |
getMission()
Gets the value of the mission property. |
java.lang.String |
getName()
Gets the value of the name property. |
NonProfitAddressType[] |
getNonProfitAddress()
|
NonProfitAddressType |
getNonProfitAddress(int idx)
|
int |
getNonProfitAddressLength()
|
java.lang.String |
getNonProfitSecondName()
Gets the value of the nonProfitSecondName property. |
NonProfitSocialAddressType[] |
getNonProfitSocialAddress()
|
NonProfitSocialAddressType |
getNonProfitSocialAddress(int idx)
|
int |
getNonProfitSocialAddressLength()
|
java.lang.Integer |
getPopularityIndex()
Gets the value of the popularityIndex property. |
java.lang.String |
getSearchableString()
Gets the value of the searchableString property. |
CharityStatusCodeType |
getStatus()
Gets the value of the status property. |
java.lang.Boolean |
isDisplayLogoSelling()
Gets the value of the displayLogoSelling property. |
java.lang.Boolean |
isDisplayNameInCheckout()
Gets the value of the displayNameInCheckout property. |
java.lang.Boolean |
isListingNPEmailNotifPref()
Gets the value of the listingNPEmailNotifPref property. |
java.lang.Boolean |
isShowMultipleDonationAmountInCheckout()
Gets the value of the showMultipleDonationAmountInCheckout property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCharityDomain(int[] values)
|
int |
setCharityDomain(int idx,
int value)
|
void |
setCharityID(java.lang.String value)
Sets the value of the charityID property. |
void |
setCharityRegion(java.lang.Integer value)
Sets the value of the charityRegion property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayLogoSelling(java.lang.Boolean value)
Sets the value of the displayLogoSelling property. |
void |
setDisplayNameInCheckout(java.lang.Boolean value)
Sets the value of the displayNameInCheckout property. |
void |
setEIN(java.lang.String value)
Sets the value of the ein property. |
void |
setExternalID(java.lang.String value)
Sets the value of the externalID property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setListingNPContactName(java.lang.String value)
Sets the value of the listingNPContactName property. |
void |
setListingNPEmail(java.lang.String value)
Sets the value of the listingNPEmail property. |
void |
setListingNPEmailNotifPref(java.lang.Boolean value)
Sets the value of the listingNPEmailNotifPref property. |
void |
setLogoURL(java.lang.String value)
Sets the value of the logoURL property. |
void |
setLogoURLSelling(java.lang.String value)
Sets the value of the logoURLSelling property. |
void |
setMission(java.lang.String value)
Sets the value of the mission property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
NonProfitAddressType |
setNonProfitAddress(int idx,
NonProfitAddressType value)
|
void |
setNonProfitAddress(NonProfitAddressType[] values)
|
void |
setNonProfitSecondName(java.lang.String value)
Sets the value of the nonProfitSecondName property. |
NonProfitSocialAddressType |
setNonProfitSocialAddress(int idx,
NonProfitSocialAddressType value)
|
void |
setNonProfitSocialAddress(NonProfitSocialAddressType[] values)
|
void |
setPopularityIndex(java.lang.Integer value)
Sets the value of the popularityIndex property. |
void |
setSearchableString(java.lang.String value)
Sets the value of the searchableString property. |
void |
setShowMultipleDonationAmountInCheckout(java.lang.Boolean value)
Sets the value of the showMultipleDonationAmountInCheckout property. |
void |
setStatus(CharityStatusCodeType value)
Sets the value of the status 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 name
protected java.lang.Boolean listingNPEmailNotifPref
protected java.lang.String listingNPEmail
protected java.lang.String listingNPContactName
protected java.lang.String mission
protected java.lang.String logoURL
protected CharityStatusCodeType status
protected java.lang.String searchableString
protected java.lang.Integer charityRegion
protected java.util.List<java.lang.Integer> charityDomain
protected java.lang.String charityID
protected java.lang.String logoURLSelling
protected java.lang.Boolean displayLogoSelling
protected java.lang.Boolean displayNameInCheckout
protected java.lang.String description
protected java.lang.Boolean showMultipleDonationAmountInCheckout
protected java.lang.String externalID
protected java.lang.Integer popularityIndex
protected java.lang.String ein
protected java.lang.String nonProfitSecondName
protected java.util.List<NonProfitAddressType> nonProfitAddress
protected java.util.List<NonProfitSocialAddressType> nonProfitSocialAddress
protected java.util.List<java.lang.Object> any
protected java.lang.String id
Constructor Detail |
---|
public CharityInfoType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isListingNPEmailNotifPref()
Boolean
public void setListingNPEmailNotifPref(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getListingNPEmail()
String
public void setListingNPEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getListingNPContactName()
String
public void setListingNPContactName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMission()
String
public void setMission(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLogoURL()
String
public void setLogoURL(java.lang.String value)
value
- allowed object is
String
public CharityStatusCodeType getStatus()
CharityStatusCodeType
public void setStatus(CharityStatusCodeType value)
value
- allowed object is
CharityStatusCodeType
public java.lang.String getSearchableString()
String
public void setSearchableString(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCharityRegion()
Integer
public void setCharityRegion(java.lang.Integer value)
value
- allowed object is
Integer
public int[] getCharityDomain()
Integer
public int getCharityDomain(int idx)
Integer
public int getCharityDomainLength()
public void setCharityDomain(int[] values)
values
- allowed objects are
Integer
protected java.util.List<java.lang.Integer> _getCharityDomain()
public int setCharityDomain(int idx, int value)
value
- allowed object is
Integer
public java.lang.String getCharityID()
String
public void setCharityID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLogoURLSelling()
String
public void setLogoURLSelling(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isDisplayLogoSelling()
Boolean
public void setDisplayLogoSelling(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isDisplayNameInCheckout()
Boolean
public void setDisplayNameInCheckout(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isShowMultipleDonationAmountInCheckout()
Boolean
public void setShowMultipleDonationAmountInCheckout(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getExternalID()
String
public void setExternalID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPopularityIndex()
Integer
public void setPopularityIndex(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getEIN()
String
public void setEIN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNonProfitSecondName()
String
public void setNonProfitSecondName(java.lang.String value)
value
- allowed object is
String
public NonProfitAddressType[] getNonProfitAddress()
NonProfitAddressType
public NonProfitAddressType getNonProfitAddress(int idx)
NonProfitAddressType
public int getNonProfitAddressLength()
public void setNonProfitAddress(NonProfitAddressType[] values)
values
- allowed objects are
NonProfitAddressType
protected java.util.List<NonProfitAddressType> _getNonProfitAddress()
public NonProfitAddressType setNonProfitAddress(int idx, NonProfitAddressType value)
value
- allowed object is
NonProfitAddressType
public NonProfitSocialAddressType[] getNonProfitSocialAddress()
NonProfitSocialAddressType
public NonProfitSocialAddressType getNonProfitSocialAddress(int idx)
NonProfitSocialAddressType
public int getNonProfitSocialAddressLength()
public void setNonProfitSocialAddress(NonProfitSocialAddressType[] values)
values
- allowed objects are
NonProfitSocialAddressType
protected java.util.List<NonProfitSocialAddressType> _getNonProfitSocialAddress()
public NonProfitSocialAddressType setNonProfitSocialAddress(int idx, NonProfitSocialAddressType value)
value
- allowed object is
NonProfitSocialAddressType
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
|
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.