public class AccountIdentificationSEPAMandate
extends java.lang.Object
Java class for AccountIdentificationSEPAMandate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountIdentificationSEPAMandate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="IBAN" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}IBAN2007Identifier"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}GenericAccountIdentificationSEPA"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
iban |
|
protected GenericAccountIdentificationSEPA |
othr |
Constructor | Description |
---|---|
AccountIdentificationSEPAMandate() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getIBAN() |
Gets the value of the iban property.
|
GenericAccountIdentificationSEPA |
getOthr() |
Gets the value of the othr property.
|
void |
setIBAN(java.lang.String value) |
Sets the value of the iban property.
|
void |
setOthr(GenericAccountIdentificationSEPA value) |
Sets the value of the othr property.
|
protected java.lang.String iban
protected GenericAccountIdentificationSEPA othr
public java.lang.String getIBAN()
String
public void setIBAN(java.lang.String value)
value
- allowed object is
String
public GenericAccountIdentificationSEPA getOthr()
GenericAccountIdentificationSEPA
public void setOthr(GenericAccountIdentificationSEPA value)
value
- allowed object is
GenericAccountIdentificationSEPA
Copyright © 2018. All rights reserved.