public static class TaxInfo.TaxExemptDetails extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="taxType" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="certificateNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="percent" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="starts" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="ends" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
certificateNumber |
protected Calendar |
ends |
protected BigDecimal |
percent |
protected Calendar |
starts |
protected int |
taxType |
Constructor and Description |
---|
TaxExemptDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getCertificateNumber()
Gets the value of the certificateNumber property.
|
Calendar |
getEnds()
Gets the value of the ends property.
|
BigDecimal |
getPercent()
Gets the value of the percent property.
|
Calendar |
getStarts()
Gets the value of the starts property.
|
int |
getTaxType()
Gets the value of the taxType property.
|
void |
setCertificateNumber(String value)
Sets the value of the certificateNumber property.
|
void |
setEnds(Calendar value)
Sets the value of the ends property.
|
void |
setPercent(BigDecimal value)
Sets the value of the percent property.
|
void |
setStarts(Calendar value)
Sets the value of the starts property.
|
void |
setTaxType(int value)
Sets the value of the taxType property.
|
protected int taxType
protected String certificateNumber
protected BigDecimal percent
protected Calendar starts
protected Calendar ends
public int getTaxType()
public void setTaxType(int value)
public String getCertificateNumber()
String
public void setCertificateNumber(String value)
value
- allowed object is
String
public BigDecimal getPercent()
BigDecimal
public void setPercent(BigDecimal value)
value
- allowed object is
BigDecimal
public Calendar getStarts()
String
public void setStarts(Calendar value)
value
- allowed object is
String
public Calendar getEnds()
String