Class Organisation26
java.lang.Object
org.coderic.iso20022.messages.casp.Organisation26
Java class for Organisation26 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organisation26">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CmonNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max70Text"/>
<element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Text" minOccurs="0"/>
<element name="CtryCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ISO3NumericCountryCode"/>
<element name="MrchntCtgyCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Min3Max4Text"/>
<element name="RegdIdr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAdr()Gets the value of the adr property.Gets the value of the cmonNm property.Gets the value of the ctryCd property.Gets the value of the mrchntCtgyCd property.Gets the value of the regdIdr property.voidSets the value of the adr property.voidSets the value of the cmonNm property.voidSets the value of the ctryCd property.voidsetMrchntCtgyCd(String value) Sets the value of the mrchntCtgyCd property.voidsetRegdIdr(String value) Sets the value of the regdIdr property.
-
Constructor Details
-
Organisation26
public Organisation26()
-
-
Method Details
-
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
-
getAdr
Gets the value of the adr property.- Returns:
- possible object is
String
-
setAdr
Sets the value of the adr property.- Parameters:
value- allowed object isString
-
getCtryCd
Gets the value of the ctryCd property.- Returns:
- possible object is
String
-
setCtryCd
Sets the value of the ctryCd property.- Parameters:
value- allowed object isString
-
getMrchntCtgyCd
Gets the value of the mrchntCtgyCd property.- Returns:
- possible object is
String
-
setMrchntCtgyCd
Sets the value of the mrchntCtgyCd property.- Parameters:
value- allowed object isString
-
getRegdIdr
Gets the value of the regdIdr property.- Returns:
- possible object is
String
-
setRegdIdr
Sets the value of the regdIdr property.- Parameters:
value- allowed object isString
-