Class RegulatoryAuthority2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_10.RegulatoryAuthority2
-
public class RegulatoryAuthority2 extends java.lang.Object
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.10}Max140Text" minOccurs="0"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}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.String
getCtry()
Gets the value of the ctry property.java.lang.String
getNm()
Gets the value of the nm property.void
setCtry(java.lang.String value)
Sets the value of the ctry property.void
setNm(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
-
-