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

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

public static class Detallista.PaymentTerms.NetPayment.PaymentTimePeriod.TimePeriodDue
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="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>
 


Field Summary
protected  String timePeriod
           
protected  String value
           
 
Constructor Summary
Detallista.PaymentTerms.NetPayment.PaymentTimePeriod.TimePeriodDue()
           
 
Method Summary
 String getTimePeriod()
          Gets the value of the timePeriod property.
 String getValue()
          Gets the value of the value property.
 void setTimePeriod(String value)
          Sets the value of the timePeriod property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

timePeriod

protected String timePeriod
Constructor Detail

Detallista.PaymentTerms.NetPayment.PaymentTimePeriod.TimePeriodDue

public Detallista.PaymentTerms.NetPayment.PaymentTimePeriod.TimePeriodDue()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getTimePeriod

public String getTimePeriod()
Gets the value of the timePeriod property.

Returns:
possible object is String

setTimePeriod

public void setTimePeriod(String value)
Sets the value of the timePeriod property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.