Class FinancialInstitution6
java.lang.Object
org.coderic.iso20022.messages.casr.FinancialInstitution6
Java class for FinancialInstitution6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitution6">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}PartyIdentification258"/>
<element name="AcctNb" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctNb property.getId()Gets the value of the id property.voidSets the value of the acctNb property.voidsetId(PartyIdentification258 value) Sets the value of the id property.
-
Constructor Details
-
FinancialInstitution6
public FinancialInstitution6()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
PartyIdentification258
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isPartyIdentification258
-
getAcctNb
Gets the value of the acctNb property.- Returns:
- possible object is
String
-
setAcctNb
Sets the value of the acctNb property.- Parameters:
value- allowed object isString
-