public class PAIPaymentInstructions extends Object
Java class for PAI-PaymentInstructions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PAI-PaymentInstructions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C534" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C534-PaymentInstructionDetails"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PAIPaymentInstructions() |
| Modifier and Type | Method and Description |
|---|---|
C534PaymentInstructionDetails |
getC534()
Gets the value of the c534 property.
|
void |
setC534(C534PaymentInstructionDetails value)
Sets the value of the c534 property.
|
PAIPaymentInstructions |
withC534(C534PaymentInstructionDetails value) |
public C534PaymentInstructionDetails getC534()
C534PaymentInstructionDetailspublic void setC534(C534PaymentInstructionDetails value)
value - allowed object is
C534PaymentInstructionDetailspublic PAIPaymentInstructions withC534(C534PaymentInstructionDetails value)
Copyright © 2020. All rights reserved.