@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:28:46+02:00", comments="JAXB RI v2.2.11") public class BankAccountType extends Object implements Serializable
Java class for bankAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bankAccountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="bic">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="11"/>
</restriction>
</simpleType>
</attribute>
<attribute name="iban" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="34"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BankAccountType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBic()
Gets the value of the bic property.
|
String |
getIban()
Gets the value of the iban property.
|
void |
setBic(String value)
Sets the value of the bic property.
|
void |
setIban(String value)
Sets the value of the iban property.
|
public String getBic()
Stringpublic void setBic(String value)
value - allowed object is
Stringpublic String getIban()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.