Class CustomerPaymentStatusReportV14
Java class for CustomerPaymentStatusReportV14 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerPaymentStatusReportV14">
<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.14}GroupHeader128"/>
<element name="OrgnlGrpInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}OriginalGroupHeader22"/>
<element name="OrgnlPmtInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}OriginalPaymentInstruction51" maxOccurs="unbounded" minOccurs="0"/>
<element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GroupHeader128protected OriginalGroupHeader22protected List<OriginalPaymentInstruction51> protected List<SupplementaryData1> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the grpHdr property.Gets the value of the orgnlGrpInfAndSts property.Gets the value of the orgnlPmtInfAndSts property.Gets the value of the splmtryData property.voidsetGrpHdr(GroupHeader128 value) Sets the value of the grpHdr property.voidSets the value of the orgnlGrpInfAndSts property.
-
Field Details
-
grpHdr
-
orgnlGrpInfAndSts
-
orgnlPmtInfAndSts
-
splmtryData
-
-
Constructor Details
-
CustomerPaymentStatusReportV14
public CustomerPaymentStatusReportV14()
-
-
Method Details
-
getGrpHdr
Gets the value of the grpHdr property.- Returns:
- possible object is
GroupHeader128
-
setGrpHdr
Sets the value of the grpHdr property.- Parameters:
value- allowed object isGroupHeader128
-
getOrgnlGrpInfAndSts
Gets the value of the orgnlGrpInfAndSts property.- Returns:
- possible object is
OriginalGroupHeader22
-
setOrgnlGrpInfAndSts
Sets the value of the orgnlGrpInfAndSts property.- Parameters:
value- allowed object isOriginalGroupHeader22
-
getOrgnlPmtInfAndSts
Gets the value of the orgnlPmtInfAndSts property.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
setmethod 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
OriginalPaymentInstruction51 -
getSplmtryData
Gets the value of the splmtryData property.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
setmethod for the splmtryData property.For example, to add a new item, do as follows:
getSplmtryData().add(newItem);Objects of the following type(s) are allowed in the list
SupplementaryData1
-