Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class CharityAffiliationDetailsType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.CharityAffiliationDetailsType
All Implemented Interfaces:
java.io.Serializable

public class CharityAffiliationDetailsType
extends java.lang.Object
implements java.io.Serializable

This type is used to hold an array of one or more eBay for Charity organizations that are affiliated with the seller's account.

Java class for CharityAffiliationDetailsType complex type.

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

 <complexType name="CharityAffiliationDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CharityAffiliationDetail" type="{urn:ebay:apis:eBLBaseComponents}CharityAffiliationDetailType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<CharityAffiliationDetailType> charityAffiliationDetail
           
 
Constructor Summary
CharityAffiliationDetailsType()
           
 
Method Summary
protected  java.util.List<CharityAffiliationDetailType> _getCharityAffiliationDetail()
           
 CharityAffiliationDetailType[] getCharityAffiliationDetail()
           
 CharityAffiliationDetailType getCharityAffiliationDetail(int idx)
           
 int getCharityAffiliationDetailLength()
           
 void setCharityAffiliationDetail(CharityAffiliationDetailType[] values)
           
 CharityAffiliationDetailType setCharityAffiliationDetail(int idx, CharityAffiliationDetailType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

charityAffiliationDetail

protected java.util.List<CharityAffiliationDetailType> charityAffiliationDetail
Constructor Detail

CharityAffiliationDetailsType

public CharityAffiliationDetailsType()
Method Detail

getCharityAffiliationDetail

public CharityAffiliationDetailType[] getCharityAffiliationDetail()
Returns:
array of CharityAffiliationDetailType

getCharityAffiliationDetail

public CharityAffiliationDetailType getCharityAffiliationDetail(int idx)
Returns:
one of CharityAffiliationDetailType

getCharityAffiliationDetailLength

public int getCharityAffiliationDetailLength()

setCharityAffiliationDetail

public void setCharityAffiliationDetail(CharityAffiliationDetailType[] values)
Parameters:
values - allowed objects are CharityAffiliationDetailType

_getCharityAffiliationDetail

protected java.util.List<CharityAffiliationDetailType> _getCharityAffiliationDetail()

setCharityAffiliationDetail

public CharityAffiliationDetailType setCharityAffiliationDetail(int idx,
                                                                CharityAffiliationDetailType value)
Parameters:
value - allowed object is CharityAffiliationDetailType

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.