Class FIToFICustomerCreditTransferV08TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.pacs_008_001.FIToFICustomerCreditTransferV08TCH
Release 2.9 (2019)
Java class for FIToFICustomerCreditTransferV08_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FIToFICustomerCreditTransferV08_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GrpHdr" type="{urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08}GroupHeader93_TCH"/> <element name="CdtTrfTxInf" type="{urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08}CreditTransferTransaction39_TCH"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CreditTransferTransaction39TCH
protected GroupHeader93TCH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtTrfTxInf property.Gets the value of the grpHdr property.void
Sets the value of the cdtTrfTxInf property.void
setGrpHdr
(GroupHeader93TCH value) Sets the value of the grpHdr property.
-
Field Details
-
grpHdr
-
cdtTrfTxInf
-
-
Constructor Details
-
FIToFICustomerCreditTransferV08TCH
public FIToFICustomerCreditTransferV08TCH()
-
-
Method Details
-
getGrpHdr
Gets the value of the grpHdr property.- Returns:
- possible object is
GroupHeader93TCH
-
setGrpHdr
Sets the value of the grpHdr property.- Parameters:
value
- allowed object isGroupHeader93TCH
-
getCdtTrfTxInf
Gets the value of the cdtTrfTxInf property.- Returns:
- possible object is
CreditTransferTransaction39TCH
-
setCdtTrfTxInf
Sets the value of the cdtTrfTxInf property.- Parameters:
value
- allowed object isCreditTransferTransaction39TCH
-