Class LocalData5
java.lang.Object
org.coderic.iso20022.messages.cafm.LocalData5
Java class for LocalData5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalData5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISOMax3ALanguageCode"/> <element name="CmonNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max280Text" minOccurs="0"/> <element name="LglCorpNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max210Text" minOccurs="0"/> <element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Address3" minOccurs="0"/> <element name="AddtlAdrInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max512Text" minOccurs="0"/> <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlAdrInf property.Gets the value of the addtlData property.getAdr()
Gets the value of the adr property.Gets the value of the cmonNm property.getLang()
Gets the value of the lang property.Gets the value of the lglCorpNm property.void
setAddtlAdrInf
(String value) Sets the value of the addtlAdrInf property.void
Sets the value of the adr property.void
Sets the value of the cmonNm property.void
Sets the value of the lang property.void
setLglCorpNm
(String value) Sets the value of the lglCorpNm property.
-
Constructor Details
-
LocalData5
public LocalData5()
-
-
Method Details
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-
getCmonNm
Gets the value of the cmonNm property.- Returns:
- possible object is
String
-
setCmonNm
Sets the value of the cmonNm property.- Parameters:
value
- allowed object isString
-
getLglCorpNm
Gets the value of the lglCorpNm property.- Returns:
- possible object is
String
-
setLglCorpNm
Sets the value of the lglCorpNm property.- Parameters:
value
- allowed object isString
-
getAdr
Gets the value of the adr property.- Returns:
- possible object is
Address3
-
setAdr
Sets the value of the adr property.- Parameters:
value
- allowed object isAddress3
-
getAddtlAdrInf
Gets the value of the addtlAdrInf property.- Returns:
- possible object is
String
-
setAddtlAdrInf
Sets the value of the addtlAdrInf property.- Parameters:
value
- allowed object isString
-
getAddtlData
Gets the value of the addtlData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the addtlData property.For example, to add a new item, do as follows:
getAddtlData().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalData1
-