|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AccountType.BankCode
public static class AccountType.BankCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>BankCodeType">
<attribute name="international" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="Prefix" type="{http://www.ebics.org/H003}BankCodePrefixType" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
international
|
protected String |
prefix
|
protected String |
value
|
| Constructor Summary | |
|---|---|
AccountType.BankCode()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AccountType.BankCode instance. |
|
AccountType.BankCode(AccountType.BankCode o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AccountType.BankCode instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AccountType.BankCode |
clone()
Creates and returns a copy of this object. |
String |
getPrefix()
Gets the value of the prefix property. |
String |
getValue()
Datentyp für eine Bankleitzahl (national/international). |
boolean |
isInternational()
Gets the value of the international property. |
void |
setInternational(Boolean value)
Sets the value of the international property. |
void |
setPrefix(String value)
Sets the value of the prefix property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected Boolean international
protected String prefix
| Constructor Detail |
|---|
public AccountType.BankCode()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AccountType.BankCode instance.
public AccountType.BankCode(AccountType.BankCode o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AccountType.BankCode instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isInternational()
Booleanpublic void setInternational(Boolean value)
value - allowed object is
Booleanpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic AccountType.BankCode clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||