public class PYTPaymentTerms extends Object
Java class for PYT-PaymentTerms complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PYT-PaymentTerms">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4279" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4279-PaymentTermsTypeCodeQualifier"/>
<element name="C019" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C019-PaymentTerms" minOccurs="0"/>
<element name="E2475" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2475-EventTimeReferenceCode" minOccurs="0"/>
<element name="E2009" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2009-TermsTimeRelationCode" minOccurs="0"/>
<element name="E2151" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2151-PeriodTypeCode" minOccurs="0"/>
<element name="E2152" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2152-PeriodCountQuantity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PYTPaymentTerms() |
| Modifier and Type | Method and Description |
|---|---|
C019PaymentTerms |
getC019()
Gets the value of the c019 property.
|
String |
getE2009()
Gets the value of the e2009 property.
|
String |
getE2151()
Gets the value of the e2151 property.
|
BigDecimal |
getE2152()
Gets the value of the e2152 property.
|
String |
getE2475()
Gets the value of the e2475 property.
|
String |
getE4279()
Gets the value of the e4279 property.
|
void |
setC019(C019PaymentTerms value)
Sets the value of the c019 property.
|
void |
setE2009(String value)
Sets the value of the e2009 property.
|
void |
setE2151(String value)
Sets the value of the e2151 property.
|
void |
setE2152(BigDecimal value)
Sets the value of the e2152 property.
|
void |
setE2475(String value)
Sets the value of the e2475 property.
|
void |
setE4279(String value)
Sets the value of the e4279 property.
|
PYTPaymentTerms |
withC019(C019PaymentTerms value) |
PYTPaymentTerms |
withE2009(String value) |
PYTPaymentTerms |
withE2151(String value) |
PYTPaymentTerms |
withE2152(BigDecimal value) |
PYTPaymentTerms |
withE2475(String value) |
PYTPaymentTerms |
withE4279(String value) |
public String getE4279()
Stringpublic void setE4279(String value)
value - allowed object is
Stringpublic C019PaymentTerms getC019()
C019PaymentTermspublic void setC019(C019PaymentTerms value)
value - allowed object is
C019PaymentTermspublic String getE2475()
Stringpublic void setE2475(String value)
value - allowed object is
Stringpublic String getE2009()
Stringpublic void setE2009(String value)
value - allowed object is
Stringpublic String getE2151()
Stringpublic void setE2151(String value)
value - allowed object is
Stringpublic BigDecimal getE2152()
BigDecimalpublic void setE2152(BigDecimal value)
value - allowed object is
BigDecimalpublic PYTPaymentTerms withE4279(String value)
public PYTPaymentTerms withC019(C019PaymentTerms value)
public PYTPaymentTerms withE2475(String value)
public PYTPaymentTerms withE2009(String value)
public PYTPaymentTerms withE2151(String value)
public PYTPaymentTerms withE2152(BigDecimal value)
Copyright © 2020. All rights reserved.