public class

CharityType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.CharityType

Class Overview

Contains information about a Charity listing.in case of revision - all data can be min occur = 0

Java class for CharityType complex type.

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

 <complexType name="CharityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CharityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CharityNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DonationPercent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String charityName
protected Integer charityNumber
protected Float donationPercent
Public Constructors
CharityType()
Public Methods
String getCharityName()
Gets the value of the charityName property.
Integer getCharityNumber()
Gets the value of the charityNumber property.
Float getDonationPercent()
Gets the value of the donationPercent property.
void setCharityName(String value)
Sets the value of the charityName property.
void setCharityNumber(Integer value)
Sets the value of the charityNumber property.
void setDonationPercent(Float value)
Sets the value of the donationPercent property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String charityName

protected Integer charityNumber

protected Float donationPercent

Public Constructors

public CharityType ()

Public Methods

public String getCharityName ()

Gets the value of the charityName property.

Returns
  • possible object is String

public Integer getCharityNumber ()

Gets the value of the charityNumber property.

Returns
  • possible object is Integer

public Float getDonationPercent ()

Gets the value of the donationPercent property.

Returns
  • possible object is Float

public void setCharityName (String value)

Sets the value of the charityName property.

Parameters
value Allowed object is String

public void setCharityNumber (Integer value)

Sets the value of the charityNumber property.

Parameters
value Allowed object is Integer

public void setDonationPercent (Float value)

Sets the value of the donationPercent property.

Parameters
value Allowed object is Float