public static class Detallista.PaymentTerms.DiscountPayment 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="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>
Modifier and Type | Field and Description |
---|---|
protected String |
discountType |
protected String |
percentage |
Constructor and Description |
---|
DiscountPayment() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getPercentage()
String
public void setPercentage(String value)
value
- allowed object is
String
public String getDiscountType()
String
Copyright © 2010–2018. All rights reserved.