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.003.03}GroupHeaderSEPA"/>
<element name="OrgnlGrpInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}OriginalGroupInformationSEPA"/>
<element name="OrgnlPmtInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}OriginalPaymentInformationSEPA" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GroupHeaderSEPA |
grpHdr |
protected OriginalGroupInformationSEPA |
orgnlGrpInfAndSts |
protected List<OriginalPaymentInformationSEPA> |
orgnlPmtInfAndSts |
| Constructor and Description |
|---|
CustomerPaymentStatusReportV03() |
| Modifier and Type | Method and Description |
|---|---|
GroupHeaderSEPA |
getGrpHdr()
Gets the value of the grpHdr property.
|
OriginalGroupInformationSEPA |
getOrgnlGrpInfAndSts()
Gets the value of the orgnlGrpInfAndSts property.
|
List<OriginalPaymentInformationSEPA> |
getOrgnlPmtInfAndSts()
Gets the value of the orgnlPmtInfAndSts property.
|
void |
setGrpHdr(GroupHeaderSEPA value)
Sets the value of the grpHdr property.
|
void |
setOrgnlGrpInfAndSts(OriginalGroupInformationSEPA value)
Sets the value of the orgnlGrpInfAndSts property.
|
protected GroupHeaderSEPA grpHdr
protected OriginalGroupInformationSEPA orgnlGrpInfAndSts
protected List<OriginalPaymentInformationSEPA> orgnlPmtInfAndSts
public GroupHeaderSEPA getGrpHdr()
GroupHeaderSEPApublic void setGrpHdr(GroupHeaderSEPA value)
value - allowed object is
GroupHeaderSEPApublic OriginalGroupInformationSEPA getOrgnlGrpInfAndSts()
OriginalGroupInformationSEPApublic void setOrgnlGrpInfAndSts(OriginalGroupInformationSEPA value)
value - allowed object is
OriginalGroupInformationSEPApublic List<OriginalPaymentInformationSEPA> 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
OriginalPaymentInformationSEPA
Copyright © 2020. All rights reserved.