yarfraw.generated.googlebase.elements
Class TaxType

java.lang.Object
  extended by yarfraw.generated.googlebase.elements.TaxType

public class TaxType
extends Object

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

region

protected String region

percent

protected BigDecimal percent
Constructor Detail

TaxType

public TaxType()
Method Detail

getRegion

public String getRegion()
Gets the value of the region property.

Returns:
possible object is String

setRegion

public void setRegion(String value)
Sets the value of the region property.

Parameters:
value - allowed object is String

getPercent

public BigDecimal getPercent()
Gets the value of the percent property.

Returns:
possible object is BigDecimal

setPercent

public void setPercent(BigDecimal value)
Sets the value of the percent property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2008. All Rights Reserved.