|
||||||||||
| 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.PaymentTerms.DiscountPayment
public static class Detallista.PaymentTerms.DiscountPayment
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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="5"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="discountType" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<maxLength value="28"/>
<minLength value="1"/>
<enumeration value="ALLOWANCE_BY_PAYMENT_ON_TIME"/>
<enumeration value="SANCTION"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
discountType
|
protected String |
percentage
|
| Constructor Summary | |
|---|---|
Detallista.PaymentTerms.DiscountPayment()
|
|
| Method Summary | |
|---|---|
String |
getDiscountType()
Gets the value of the discountType property. |
String |
getPercentage()
Gets the value of the percentage property. |
void |
setDiscountType(String value)
Sets the value of the discountType property. |
void |
setPercentage(String 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 String percentage
protected String discountType
| Constructor Detail |
|---|
public Detallista.PaymentTerms.DiscountPayment()
| Method Detail |
|---|
public String getPercentage()
Stringpublic void setPercentage(String value)
value - allowed object is
Stringpublic String getDiscountType()
Stringpublic void setDiscountType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||