|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.detallista.schema.Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
public static class Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
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 |
|---|
protected BigDecimal percentage
protected String base
| Constructor Detail |
|---|
public Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate()
| Method Detail |
|---|
public BigDecimal getPercentage()
BigDecimalpublic void setPercentage(BigDecimal value)
value - allowed object is
BigDecimalpublic String getBase()
Stringpublic void setBase(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||