Class FinancialInstitutionIdentification18
java.lang.Object
iso.std.iso._20022.tech.xsd.pain_013_001.FinancialInstitutionIdentification18
Java class for FinancialInstitutionIdentification18 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentification18"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ClrSysMmbId" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.07}ClearingSystemMemberIdentification2"/> </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
-
FinancialInstitutionIdentification18
public FinancialInstitutionIdentification18()
-
-
Method Details
-
getClrSysMmbId
Gets the value of the clrSysMmbId property.- Returns:
- possible object is
ClearingSystemMemberIdentification2
-
setClrSysMmbId
Sets the value of the clrSysMmbId property.- Parameters:
value
- allowed object isClearingSystemMemberIdentification2
-