| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.CharityType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| charityName | |||||||||||
| charityNumber | |||||||||||
| donationPercent | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the charityName property.
| |||||||||||
Gets the value of the charityNumber property.
| |||||||||||
Gets the value of the donationPercent property.
| |||||||||||
Sets the value of the charityName property.
| |||||||||||
Sets the value of the charityNumber property.
| |||||||||||
Sets the value of the donationPercent property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the charityName property.
Gets the value of the charityNumber property.
Gets the value of the donationPercent property.
Sets the value of the charityName property.
| value | Allowed object is String |
|---|
Sets the value of the charityNumber property.
| value | Allowed object is Integer |
|---|
Sets the value of the donationPercent property.
| value | Allowed object is Float |
|---|