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>
Modifier and Type | Field and Description |
---|---|
protected String |
base |
protected BigDecimal |
percentage |
Constructor and Description |
---|
Rate() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected BigDecimal percentage
protected String base
public BigDecimal getPercentage()
BigDecimal
public void setPercentage(BigDecimal value)
value
- allowed object is
BigDecimal
public String getBase()
String
Copyright © 2010–2018. All rights reserved.