mx.bigdata.sat.common.detallista.schema
Class Detallista.PaymentTerms.NetPayment.PaymentTimePeriod
java.lang.Object
mx.bigdata.sat.common.detallista.schema.Detallista.PaymentTerms.NetPayment.PaymentTimePeriod
- Enclosing class:
- Detallista.PaymentTerms.NetPayment
public static class Detallista.PaymentTerms.NetPayment.PaymentTimePeriod
- 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="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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timePeriodDue
protected Detallista.PaymentTerms.NetPayment.PaymentTimePeriod.TimePeriodDue timePeriodDue
Detallista.PaymentTerms.NetPayment.PaymentTimePeriod
public Detallista.PaymentTerms.NetPayment.PaymentTimePeriod()
getTimePeriodDue
public Detallista.PaymentTerms.NetPayment.PaymentTimePeriod.TimePeriodDue getTimePeriodDue()
- Gets the value of the timePeriodDue property.
- Returns:
- possible object is
Detallista.PaymentTerms.NetPayment.PaymentTimePeriod.TimePeriodDue
setTimePeriodDue
public void setTimePeriodDue(Detallista.PaymentTerms.NetPayment.PaymentTimePeriod.TimePeriodDue value)
- Sets the value of the timePeriodDue property.
- Parameters:
value - allowed object is
Detallista.PaymentTerms.NetPayment.PaymentTimePeriod.TimePeriodDue
Copyright © 2010-2013. All Rights Reserved.