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

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

public static class Detallista.PaymentTerms.NetPayment
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 minOccurs="0">
         <element name="paymentTimePeriod" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="timePeriodDue">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="value">
                               <simpleType>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                   <minLength value="1"/>
                                   <maxLength value="5"/>
                                 </restriction>
                               </simpleType>
                             </element>
                           </sequence>
                           <attribute name="timePeriod" use="required">
                             <simpleType>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                                 <minLength value="1"/>
                                 <maxLength value="6"/>
                                 <enumeration value="DAYS"/>
                               </restriction>
                             </simpleType>
                           </attribute>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="netPaymentTermsType" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <maxLength value="22"/>
             <minLength value="1"/>
             <enumeration value="BASIC_NET"/>
             <enumeration value="END_OF_MONTH"/>
             <enumeration value="BASIC_DISCOUNT_OFFERED"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.PaymentTerms.NetPayment.PaymentTimePeriod
          Java class for anonymous complex type.
 
Field Summary
protected  String netPaymentTermsType
           
protected  Detallista.PaymentTerms.NetPayment.PaymentTimePeriod paymentTimePeriod
           
 
Constructor Summary
Detallista.PaymentTerms.NetPayment()
           
 
Method Summary
 String getNetPaymentTermsType()
          Gets the value of the netPaymentTermsType property.
 Detallista.PaymentTerms.NetPayment.PaymentTimePeriod getPaymentTimePeriod()
          Gets the value of the paymentTimePeriod property.
 void setNetPaymentTermsType(String value)
          Sets the value of the netPaymentTermsType property.
 void setPaymentTimePeriod(Detallista.PaymentTerms.NetPayment.PaymentTimePeriod value)
          Sets the value of the paymentTimePeriod property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paymentTimePeriod

protected Detallista.PaymentTerms.NetPayment.PaymentTimePeriod paymentTimePeriod

netPaymentTermsType

protected String netPaymentTermsType
Constructor Detail

Detallista.PaymentTerms.NetPayment

public Detallista.PaymentTerms.NetPayment()
Method Detail

getPaymentTimePeriod

public Detallista.PaymentTerms.NetPayment.PaymentTimePeriod getPaymentTimePeriod()
Gets the value of the paymentTimePeriod property.

Returns:
possible object is Detallista.PaymentTerms.NetPayment.PaymentTimePeriod

setPaymentTimePeriod

public void setPaymentTimePeriod(Detallista.PaymentTerms.NetPayment.PaymentTimePeriod value)
Sets the value of the paymentTimePeriod property.

Parameters:
value - allowed object is Detallista.PaymentTerms.NetPayment.PaymentTimePeriod

getNetPaymentTermsType

public String getNetPaymentTermsType()
Gets the value of the netPaymentTermsType property.

Returns:
possible object is String

setNetPaymentTermsType

public void setNetPaymentTermsType(String value)
Sets the value of the netPaymentTermsType property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.