public class FinancialInstitutionIdentificationSEPA3 extends Object
Java-Klasse für FinancialInstitutionIdentificationSEPA3 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="FinancialInstitutionIdentificationSEPA3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="BIC" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}BICIdentifier"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}OthrIdentification"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bic |
protected OthrIdentification |
othr |
| Constructor and Description |
|---|
FinancialInstitutionIdentificationSEPA3() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBIC()
Ruft den Wert der bic-Eigenschaft ab.
|
OthrIdentification |
getOthr()
Ruft den Wert der othr-Eigenschaft ab.
|
void |
setBIC(String value)
Legt den Wert der bic-Eigenschaft fest.
|
void |
setOthr(OthrIdentification value)
Legt den Wert der othr-Eigenschaft fest.
|
protected String bic
protected OthrIdentification othr
public FinancialInstitutionIdentificationSEPA3()
public String getBIC()
Stringpublic void setBIC(String value)
value - allowed object is
Stringpublic OthrIdentification getOthr()
OthrIdentificationpublic void setOthr(OthrIdentification value)
value - allowed object is
OthrIdentificationCopyright © 2018. All rights reserved.