Class RegulatoryAuthority2
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_08.RegulatoryAuthority2
Java class for RegulatoryAuthority2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegulatoryAuthority2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max140Text" minOccurs="0"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}CountryCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nm
-
ctry
-
-
Constructor Details
-
RegulatoryAuthority2
public RegulatoryAuthority2()
-
-
Method Details
-
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
-
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
-