Class FIToFIPaymentStatusRequestV03
java.lang.Object
iso.std.iso._20022.tech.xsd.pacs_028_001.FIToFIPaymentStatusRequestV03
Release 2.9 (2019)
Java class for FIToFIPaymentStatusRequestV03 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FIToFIPaymentStatusRequestV03"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GrpHdr" type="{urn:iso:std:iso:20022:tech:xsd:pacs.028.001.03}GroupHeader91"/> <element name="OrgnlGrpInf" type="{urn:iso:std:iso:20022:tech:xsd:pacs.028.001.03}OriginalGroupInformation27"/> <element name="TxInf" type="{urn:iso:std:iso:20022:tech:xsd:pacs.028.001.03}PaymentTransaction113"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GroupHeader91
protected OriginalGroupInformation27
protected PaymentTransaction113
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the grpHdr property.Gets the value of the orgnlGrpInf property.getTxInf()
Gets the value of the txInf property.void
setGrpHdr
(GroupHeader91 value) Sets the value of the grpHdr property.void
Sets the value of the orgnlGrpInf property.void
setTxInf
(PaymentTransaction113 value) Sets the value of the txInf property.
-
Field Details
-
grpHdr
-
orgnlGrpInf
-
txInf
-
-
Constructor Details
-
FIToFIPaymentStatusRequestV03
public FIToFIPaymentStatusRequestV03()
-
-
Method Details
-
getGrpHdr
Gets the value of the grpHdr property.- Returns:
- possible object is
GroupHeader91
-
setGrpHdr
Sets the value of the grpHdr property.- Parameters:
value
- allowed object isGroupHeader91
-
getOrgnlGrpInf
Gets the value of the orgnlGrpInf property.- Returns:
- possible object is
OriginalGroupInformation27
-
setOrgnlGrpInf
Sets the value of the orgnlGrpInf property.- Parameters:
value
- allowed object isOriginalGroupInformation27
-
getTxInf
Gets the value of the txInf property.- Returns:
- possible object is
PaymentTransaction113
-
setTxInf
Sets the value of the txInf property.- Parameters:
value
- allowed object isPaymentTransaction113
-