mx.bigdata.sat.common.detallista.schema
Class Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate

java.lang.Object
  extended by mx.bigdata.sat.common.detallista.schema.Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
Enclosing class:
Detallista.AllowanceCharge.MonetaryAmountOrPercentage

public static class Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
extends Object

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="percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
       <attribute name="base" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <length value="13"/>
             <enumeration value="INVOICE_VALUE"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String base
           
protected  BigDecimal percentage
           
 
Constructor Summary
Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate()
           
 
Method Summary
 String getBase()
          Gets the value of the base property.
 BigDecimal getPercentage()
          Gets the value of the percentage property.
 void setBase(String value)
          Sets the value of the base property.
 void setPercentage(BigDecimal value)
          Sets the value of the percentage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

percentage

protected BigDecimal percentage

base

protected String base
Constructor Detail

Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate

public Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate()
Method Detail

getPercentage

public BigDecimal getPercentage()
Gets the value of the percentage property.

Returns:
possible object is BigDecimal

setPercentage

public void setPercentage(BigDecimal value)
Sets the value of the percentage property.

Parameters:
value - allowed object is BigDecimal

getBase

public String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(String value)
Sets the value of the base property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.