|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cin.nip.sync.reg.v1.BankAccountType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:32:31+02:00", comments="JAXB RI v2.2.6") public class BankAccountType
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 Summary | |
---|---|
BankAccountType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BankAccountType()
Method Detail |
---|
public String getBic()
String
public void setBic(String value)
value
- allowed object is
String
public String getIban()
String
public void setIban(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |