Class FinancialInstitution7
java.lang.Object
org.coderic.iso20022.messages.cafm.FinancialInstitution7
Java class for FinancialInstitution7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitution7"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/> <element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Address2" minOccurs="0"/> <element name="Email" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/> <element name="URLAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/> <element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> <element name="CstmrSvc" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> <element name="AddtlCtctInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/> <element name="LclData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}LocalData2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlCtctInf property.getAdr()
Gets the value of the adr property.Gets the value of the cstmrSvc property.getEmail()
Gets the value of the email property.getId()
Gets the value of the id property.Gets the value of the lclData property.getNm()
Gets the value of the nm property.Gets the value of the phneNb property.Gets the value of the urlAdr property.void
setAddtlCtctInf
(String value) Sets the value of the addtlCtctInf property.void
Sets the value of the adr property.void
setCstmrSvc
(String value) Sets the value of the cstmrSvc property.void
Sets the value of the email property.void
Sets the value of the id property.void
setLclData
(LocalData2 value) Sets the value of the lclData property.void
Sets the value of the nm property.void
Sets the value of the phneNb property.void
Sets the value of the urlAdr property.
-
Constructor Details
-
FinancialInstitution7
public FinancialInstitution7()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value
- allowed object isString
-
getAdr
Gets the value of the adr property.- Returns:
- possible object is
Address2
-
setAdr
Sets the value of the adr property.- Parameters:
value
- allowed object isAddress2
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
Sets the value of the email property.- Parameters:
value
- allowed object isString
-
getURLAdr
Gets the value of the urlAdr property.- Returns:
- possible object is
String
-
setURLAdr
Sets the value of the urlAdr property.- Parameters:
value
- allowed object isString
-
getPhneNb
Gets the value of the phneNb property.- Returns:
- possible object is
String
-
setPhneNb
Sets the value of the phneNb property.- Parameters:
value
- allowed object isString
-
getCstmrSvc
Gets the value of the cstmrSvc property.- Returns:
- possible object is
String
-
setCstmrSvc
Sets the value of the cstmrSvc property.- Parameters:
value
- allowed object isString
-
getAddtlCtctInf
Gets the value of the addtlCtctInf property.- Returns:
- possible object is
String
-
setAddtlCtctInf
Sets the value of the addtlCtctInf property.- Parameters:
value
- allowed object isString
-
getLclData
Gets the value of the lclData property.- Returns:
- possible object is
LocalData2
-
setLclData
Sets the value of the lclData property.- Parameters:
value
- allowed object isLocalData2
-