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>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate |
rate |
Constructor and Description |
---|
MonetaryAmountOrPercentage() |
Modifier and Type | Method and Description |
---|---|
Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate |
getRate()
Gets the value of the rate property.
|
void |
setRate(Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate value)
Sets the value of the rate property.
|
protected Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate rate
public Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate getRate()
Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
public void setRate(Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate value)
value
- allowed object is
Detallista.AllowanceCharge.MonetaryAmountOrPercentage.Rate
Copyright © 2010–2018. All rights reserved.