mx.bigdata.sat.common.detallista.schema
Class Detallista.PaymentTerms.DiscountPayment

java.lang.Object
  extended by mx.bigdata.sat.common.detallista.schema.Detallista.PaymentTerms.DiscountPayment
Enclosing class:
Detallista.PaymentTerms

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>
 


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

percentage

protected String percentage

discountType

protected String discountType
Constructor Detail

Detallista.PaymentTerms.DiscountPayment

public Detallista.PaymentTerms.DiscountPayment()
Method Detail

getPercentage

public String getPercentage()
Gets the value of the percentage property.

Returns:
possible object is String

setPercentage

public void setPercentage(String value)
Sets the value of the percentage property.

Parameters:
value - allowed object is String

getDiscountType

public String getDiscountType()
Gets the value of the discountType property.

Returns:
possible object is String

setDiscountType

public void setDiscountType(String value)
Sets the value of the discountType property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.