Class RegulatoryAuthority2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_09.RegulatoryAuthority2
-
public class RegulatoryAuthority2 extends java.lang.ObjectJava 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.001.001.09}Max140Text" minOccurs="0"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}CountryCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description RegulatoryAuthority2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCtry()Gets the value of the ctry property.java.lang.StringgetNm()Gets the value of the nm property.voidsetCtry(java.lang.String value)Sets the value of the ctry property.voidsetNm(java.lang.String value)Sets the value of the nm property.
-
-
-
Method Detail
-
getNm
public java.lang.String getNm()
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
public void setNm(java.lang.String value)
Sets the value of the nm property.- Parameters:
value- allowed object isString
-
getCtry
public java.lang.String getCtry()
Gets the value of the ctry property.- Returns:
- possible object is
String
-
setCtry
public void setCtry(java.lang.String value)
Sets the value of the ctry property.- Parameters:
value- allowed object isString
-
-