|
||||||||||
| 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.LineItem.AllowanceCharge.MonetaryAmountOrPercentage
public static class Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage
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="percentagePerUnit">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="5"/>
</restriction>
</simpleType>
</element>
<element name="ratePerUnit" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="amountPerUnit">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="5"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
percentagePerUnit
|
protected Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit |
ratePerUnit
|
| Constructor Summary | |
|---|---|
Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage()
|
|
| Method Summary | |
|---|---|
String |
getPercentagePerUnit()
Gets the value of the percentagePerUnit property. |
Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit |
getRatePerUnit()
Gets the value of the ratePerUnit property. |
void |
setPercentagePerUnit(String value)
Sets the value of the percentagePerUnit property. |
void |
setRatePerUnit(Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit value)
Sets the value of the ratePerUnit property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String percentagePerUnit
protected Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit ratePerUnit
| Constructor Detail |
|---|
public Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage()
| Method Detail |
|---|
public String getPercentagePerUnit()
Stringpublic void setPercentagePerUnit(String value)
value - allowed object is
Stringpublic Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit getRatePerUnit()
Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnitpublic void setRatePerUnit(Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit value)
value - allowed object is
Detallista.LineItem.AllowanceCharge.MonetaryAmountOrPercentage.RatePerUnit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||