@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:26:45+02:00", comments="JAXB RI v2.3.7") 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()
String
public void setBic(String value)
value
- allowed object is
String
public String getIban()
String
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.