mx.bigdata.sat.common.detallista.schema
Class Detallista.AllowanceCharge.MonetaryAmountOrPercentage
java.lang.Object
mx.bigdata.sat.common.detallista.schema.Detallista.AllowanceCharge.MonetaryAmountOrPercentage
- Enclosing class:
- Detallista.AllowanceCharge
public static class Detallista.AllowanceCharge.MonetaryAmountOrPercentage
- 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="rate" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rate
protected Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate rate
Detallista.AllowanceCharge.MonetaryAmountOrPercentage
public Detallista.AllowanceCharge.MonetaryAmountOrPercentage()
getRate
public Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate getRate()
- Gets the value of the rate property.
- Returns:
- possible object is
Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
setRate
public void setRate(Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate value)
- Sets the value of the rate property.
- Parameters:
value - allowed object is
Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
Copyright © 2010-2013. All Rights Reserved.