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