Class CreditorPaymentActivationRequestStatusReportV07
java.lang.Object
iso.std.iso._20022.tech.xsd.pain_014_001.CreditorPaymentActivationRequestStatusReportV07
Release 2.9 (2019)
Java class for CreditorPaymentActivationRequestStatusReportV07 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditorPaymentActivationRequestStatusReportV07"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GrpHdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.07}GroupHeader87"/> <element name="OrgnlGrpInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.07}OriginalGroupInformation30"/> <element name="OrgnlPmtInfAndSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.07}OriginalPaymentInstruction31"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GroupHeader87
protected OriginalGroupInformation30
protected OriginalPaymentInstruction31
-
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.void
setGrpHdr
(GroupHeader87 value) Sets the value of the grpHdr property.void
Sets the value of the orgnlGrpInfAndSts property.void
Sets the value of the orgnlPmtInfAndSts property.
-
Field Details
-
grpHdr
-
orgnlGrpInfAndSts
-
orgnlPmtInfAndSts
-
-
Constructor Details
-
CreditorPaymentActivationRequestStatusReportV07
public CreditorPaymentActivationRequestStatusReportV07()
-
-
Method Details
-
getGrpHdr
Gets the value of the grpHdr property.- Returns:
- possible object is
GroupHeader87
-
setGrpHdr
Sets the value of the grpHdr property.- Parameters:
value
- allowed object isGroupHeader87
-
getOrgnlGrpInfAndSts
Gets the value of the orgnlGrpInfAndSts property.- Returns:
- possible object is
OriginalGroupInformation30
-
setOrgnlGrpInfAndSts
Sets the value of the orgnlGrpInfAndSts property.- Parameters:
value
- allowed object isOriginalGroupInformation30
-
getOrgnlPmtInfAndSts
Gets the value of the orgnlPmtInfAndSts property.- Returns:
- possible object is
OriginalPaymentInstruction31
-
setOrgnlPmtInfAndSts
Sets the value of the orgnlPmtInfAndSts property.- Parameters:
value
- allowed object isOriginalPaymentInstruction31
-