Class DocumentTCH
java.lang.Object
iso.std.iso._20022.tech.xsd.pacs_009_001.DocumentTCH
Java class for Document_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document_TCH">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FICdtTrf" type="{urn:iso:std:iso:20022:tech:xsd:pacs.009.001.08}FinancialInstitutionCreditTransferV08_TCH"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fiCdtTrf property.voidSets the value of the fiCdtTrf property.
-
Field Details
-
fiCdtTrf
-
-
Constructor Details
-
DocumentTCH
public DocumentTCH()
-
-
Method Details
-
getFICdtTrf
Gets the value of the fiCdtTrf property.- Returns:
- possible object is
FinancialInstitutionCreditTransferV08TCH
-
setFICdtTrf
Sets the value of the fiCdtTrf property.- Parameters:
value- allowed object isFinancialInstitutionCreditTransferV08TCH
-