public class CharityType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
charityName |
protected java.lang.Integer |
charityNumber |
protected java.lang.Float |
donationPercent |
Constructor and Description |
---|
CharityType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharityName()
Gets the value of the charityName property.
|
java.lang.Integer |
getCharityNumber()
Gets the value of the charityNumber property.
|
java.lang.Float |
getDonationPercent()
Gets the value of the donationPercent property.
|
void |
setCharityName(java.lang.String value)
Sets the value of the charityName property.
|
void |
setCharityNumber(java.lang.Integer value)
Sets the value of the charityNumber property.
|
void |
setDonationPercent(java.lang.Float value)
Sets the value of the donationPercent property.
|
protected java.lang.String charityName
protected java.lang.Integer charityNumber
protected java.lang.Float donationPercent
public java.lang.String getCharityName()
String
public void setCharityName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Integer getCharityNumber()
Integer
public void setCharityNumber(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Float getDonationPercent()
Float
public void setDonationPercent(java.lang.Float value)
value
- the value
allowed object is
Float
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.