public class CustomerCreditTransferInitiationV03 extends Object
Java class for CustomerCreditTransferInitiationV03 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerCreditTransferInitiationV03">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GrpHdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}GroupHeader32"/>
<element name="PmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}PaymentInstructionInformation3" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GroupHeader32 |
grpHdr |
protected List<PaymentInstructionInformation3> |
pmtInves |
| Constructor and Description |
|---|
CustomerCreditTransferInitiationV03() |
| Modifier and Type | Method and Description |
|---|---|
GroupHeader32 |
getGrpHdr()
Gets the value of the grpHdr property.
|
List<PaymentInstructionInformation3> |
getPmtInves()
Gets the value of the pmtInves property.
|
void |
setGrpHdr(GroupHeader32 value)
Sets the value of the grpHdr property.
|
protected GroupHeader32 grpHdr
protected List<PaymentInstructionInformation3> pmtInves
public GroupHeader32 getGrpHdr()
GroupHeader32public void setGrpHdr(GroupHeader32 value)
value - allowed object is
GroupHeader32public List<PaymentInstructionInformation3> getPmtInves()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pmtInves property.
For example, to add a new item, do as follows:
getPmtInves().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentInstructionInformation3
Copyright © 2019. All rights reserved.