|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyarfraw.generated.googlebase.elements.TaxType
public class TaxType
Java class for taxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="region" type="{http://base.google.com/ns/1.0}stringAttrValueType"/>
<element name="percent" type="{http://base.google.com/ns/1.0}percentType"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigDecimal |
percent
|
protected String |
region
|
| Constructor Summary | |
|---|---|
TaxType()
|
|
| Method Summary | |
|---|---|
BigDecimal |
getPercent()
Gets the value of the percent property. |
String |
getRegion()
Gets the value of the region property. |
void |
setPercent(BigDecimal value)
Sets the value of the percent property. |
void |
setRegion(String value)
Sets the value of the region property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String region
protected BigDecimal percent
| Constructor Detail |
|---|
public TaxType()
| Method Detail |
|---|
public String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic BigDecimal getPercent()
BigDecimalpublic void setPercent(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||