public class AccountIdentificationSEPAMandate extends 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 and Description |
|---|---|
protected String |
iban |
protected GenericAccountIdentificationSEPA |
othr |
| Constructor and Description |
|---|
AccountIdentificationSEPAMandate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIBAN()
Gets the value of the iban property.
|
GenericAccountIdentificationSEPA |
getOthr()
Gets the value of the othr property.
|
void |
setIBAN(String value)
Sets the value of the iban property.
|
void |
setOthr(GenericAccountIdentificationSEPA value)
Sets the value of the othr property.
|
protected String iban
protected GenericAccountIdentificationSEPA othr
public String getIBAN()
Stringpublic void setIBAN(String value)
value - allowed object is
Stringpublic GenericAccountIdentificationSEPA getOthr()
GenericAccountIdentificationSEPApublic void setOthr(GenericAccountIdentificationSEPA value)
value - allowed object is
GenericAccountIdentificationSEPACopyright © 2019. All rights reserved.