Class Authority1
java.lang.Object
org.coderic.iso20022.messages.cafr.Authority1
Java class for Authority1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Authority1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISO3NumericCountryCode" minOccurs="0"/> <element name="CtrySubDvsnMjr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOCountrySubDivisionCode" minOccurs="0"/> <element name="CtrySubDvsnMnr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOCountrySubDivisionCode" minOccurs="0"/> <element name="CtrySubDvsnMjrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max50Text" minOccurs="0"/> <element name="CtrySubDvsnMnrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max50Text" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max50Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCtry()
Gets the value of the ctry property.Gets the value of the ctrySubDvsnMjr property.Gets the value of the ctrySubDvsnMjrNm property.Gets the value of the ctrySubDvsnMnr property.Gets the value of the ctrySubDvsnMnrNm property.getNm()
Gets the value of the nm property.void
Sets the value of the ctry property.void
setCtrySubDvsnMjr
(String value) Sets the value of the ctrySubDvsnMjr property.void
setCtrySubDvsnMjrNm
(String value) Sets the value of the ctrySubDvsnMjrNm property.void
setCtrySubDvsnMnr
(String value) Sets the value of the ctrySubDvsnMnr property.void
setCtrySubDvsnMnrNm
(String value) Sets the value of the ctrySubDvsnMnrNm property.void
Sets the value of the nm property.
-
Constructor Details
-
Authority1
public Authority1()
-
-
Method Details
-
getCtry
Gets the value of the ctry property.- Returns:
- possible object is
String
-
setCtry
Sets the value of the ctry property.- Parameters:
value
- allowed object isString
-
getCtrySubDvsnMjr
Gets the value of the ctrySubDvsnMjr property.- Returns:
- possible object is
String
-
setCtrySubDvsnMjr
Sets the value of the ctrySubDvsnMjr property.- Parameters:
value
- allowed object isString
-
getCtrySubDvsnMnr
Gets the value of the ctrySubDvsnMnr property.- Returns:
- possible object is
String
-
setCtrySubDvsnMnr
Sets the value of the ctrySubDvsnMnr property.- Parameters:
value
- allowed object isString
-
getCtrySubDvsnMjrNm
Gets the value of the ctrySubDvsnMjrNm property.- Returns:
- possible object is
String
-
setCtrySubDvsnMjrNm
Sets the value of the ctrySubDvsnMjrNm property.- Parameters:
value
- allowed object isString
-
getCtrySubDvsnMnrNm
Gets the value of the ctrySubDvsnMnrNm property.- Returns:
- possible object is
String
-
setCtrySubDvsnMnrNm
Sets the value of the ctrySubDvsnMnrNm 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
-