Class FinancialInstitutionIdentification18TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.pacs_002_001.FinancialInstitutionIdentification18TCH
Java class for FinancialInstitutionIdentification18_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentification18_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ClrSysMmbId" type="{urn:iso:std:iso:20022:tech:xsd:pacs.002.001.10}ClearingSystemMemberIdentification2_TCH"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clrSysMmbId property.void
Sets the value of the clrSysMmbId property.
-
Field Details
-
clrSysMmbId
-
-
Constructor Details
-
FinancialInstitutionIdentification18TCH
public FinancialInstitutionIdentification18TCH()
-
-
Method Details
-
getClrSysMmbId
Gets the value of the clrSysMmbId property.- Returns:
- possible object is
ClearingSystemMemberIdentification2TCH
-
setClrSysMmbId
Sets the value of the clrSysMmbId property.- Parameters:
value
- allowed object isClearingSystemMemberIdentification2TCH
-