public class CustomerPaymentStatusReportV03 extends Object
Java class for CustomerPaymentStatusReportV03 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerPaymentStatusReportV03">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GrpHdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}GroupHeader36"/>
<element name="OrgnlGrpInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}OriginalGroupInformation20"/>
<element name="OrgnlPmtInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}OriginalPaymentInformation1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GroupHeader36 |
grpHdr |
protected OriginalGroupInformation20 |
orgnlGrpInfAndSts |
protected List<OriginalPaymentInformation1> |
orgnlPmtInfAndSts |
| Constructor and Description |
|---|
CustomerPaymentStatusReportV03() |
| Modifier and Type | Method and Description |
|---|---|
GroupHeader36 |
getGrpHdr()
Gets the value of the grpHdr property.
|
OriginalGroupInformation20 |
getOrgnlGrpInfAndSts()
Gets the value of the orgnlGrpInfAndSts property.
|
List<OriginalPaymentInformation1> |
getOrgnlPmtInfAndSts()
Gets the value of the orgnlPmtInfAndSts property.
|
void |
setGrpHdr(GroupHeader36 value)
Sets the value of the grpHdr property.
|
void |
setOrgnlGrpInfAndSts(OriginalGroupInformation20 value)
Sets the value of the orgnlGrpInfAndSts property.
|
protected GroupHeader36 grpHdr
protected OriginalGroupInformation20 orgnlGrpInfAndSts
protected List<OriginalPaymentInformation1> orgnlPmtInfAndSts
public GroupHeader36 getGrpHdr()
GroupHeader36public void setGrpHdr(GroupHeader36 value)
value - allowed object is
GroupHeader36public OriginalGroupInformation20 getOrgnlGrpInfAndSts()
OriginalGroupInformation20public void setOrgnlGrpInfAndSts(OriginalGroupInformation20 value)
value - allowed object is
OriginalGroupInformation20public List<OriginalPaymentInformation1> getOrgnlPmtInfAndSts()
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 orgnlPmtInfAndSts property.
For example, to add a new item, do as follows:
getOrgnlPmtInfAndSts().add(newItem);
Objects of the following type(s) are allowed in the list
OriginalPaymentInformation1
Copyright © 2019. All rights reserved.