public class CPIChargePaymentInstructions extends Object
Java class for CPI-ChargePaymentInstructions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CPI-ChargePaymentInstructions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C229-ChargeCategory" minOccurs="0"/>
<element name="C231" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C231-MethodOfPayment" minOccurs="0"/>
<element name="E4237" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4237-PaymentArrangementCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CPIChargePaymentInstructions() |
| Modifier and Type | Method and Description |
|---|---|
C229ChargeCategory |
getC229()
Gets the value of the c229 property.
|
C231MethodOfPayment |
getC231()
Gets the value of the c231 property.
|
String |
getE4237()
Gets the value of the e4237 property.
|
void |
setC229(C229ChargeCategory value)
Sets the value of the c229 property.
|
void |
setC231(C231MethodOfPayment value)
Sets the value of the c231 property.
|
void |
setE4237(String value)
Sets the value of the e4237 property.
|
CPIChargePaymentInstructions |
withC229(C229ChargeCategory value) |
CPIChargePaymentInstructions |
withC231(C231MethodOfPayment value) |
CPIChargePaymentInstructions |
withE4237(String value) |
public C229ChargeCategory getC229()
C229ChargeCategorypublic void setC229(C229ChargeCategory value)
value - allowed object is
C229ChargeCategorypublic C231MethodOfPayment getC231()
C231MethodOfPaymentpublic void setC231(C231MethodOfPayment value)
value - allowed object is
C231MethodOfPaymentpublic String getE4237()
Stringpublic void setE4237(String value)
value - allowed object is
Stringpublic CPIChargePaymentInstructions withC229(C229ChargeCategory value)
public CPIChargePaymentInstructions withC231(C231MethodOfPayment value)
public CPIChargePaymentInstructions withE4237(String value)
Copyright © 2020. All rights reserved.