Class Organisation41
java.lang.Object
org.coderic.iso20022.messages.caaa.Organisation41
Java class for Organisation41 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organisation41"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}GenericIdentification32" minOccurs="0"/> <element name="CmonNm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max70Text" minOccurs="0"/> <element name="LctnCtgy" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}LocationCategory4Code" minOccurs="0"/> <element name="LctnAndCtct" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CommunicationAddress9" minOccurs="0"/> <element name="SchmeData" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max140Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cmonNm property.getId()
Gets the value of the id property.Gets the value of the lctnAndCtct property.Gets the value of the lctnCtgy property.Gets the value of the schmeData property.void
Sets the value of the cmonNm property.void
setId
(GenericIdentification32 value) Sets the value of the id property.void
Sets the value of the lctnAndCtct property.void
setLctnCtgy
(LocationCategory4Code value) Sets the value of the lctnCtgy property.void
setSchmeData
(String value) Sets the value of the schmeData property.
-
Constructor Details
-
Organisation41
public Organisation41()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
GenericIdentification32
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isGenericIdentification32
-
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
-
getLctnCtgy
Gets the value of the lctnCtgy property.- Returns:
- possible object is
LocationCategory4Code
-
setLctnCtgy
Sets the value of the lctnCtgy property.- Parameters:
value
- allowed object isLocationCategory4Code
-
getLctnAndCtct
Gets the value of the lctnAndCtct property.- Returns:
- possible object is
CommunicationAddress9
-
setLctnAndCtct
Sets the value of the lctnAndCtct property.- Parameters:
value
- allowed object isCommunicationAddress9
-
getSchmeData
Gets the value of the schmeData property.- Returns:
- possible object is
String
-
setSchmeData
Sets the value of the schmeData property.- Parameters:
value
- allowed object isString
-