|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.AccountType
public class AccountType
Datentyp für Kontoinformationen.
Java class for AccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="2">
<element name="AccountNumber">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>AccountNumberType">
<attribute name="international" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="NationalAccountNumber">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>NationalAccountNumberType">
<attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
</element>
</choice>
<choice maxOccurs="2">
<element name="BankCode">
<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>
</element>
<element name="NationalBankCode">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>NationalBankCodeType">
<attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
</element>
</choice>
<element name="AccountHolder" type="{http://www.ebics.org/H003}AccountHolderType" minOccurs="0"/>
</sequence>
<attribute name="Currency" type="{http://www.ebics.org/H003}CurrencyBaseType" default="EUR" />
<attribute name="Description" type="{http://www.ebics.org/H003}AccountDescriptionType" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
AccountType.AccountNumber
Java class for anonymous complex type. |
static class |
AccountType.BankCode
Java class for anonymous complex type. |
static class |
AccountType.NationalAccountNumber
Java class for anonymous complex type. |
static class |
AccountType.NationalBankCode
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
accountHolder
|
protected Object[] |
accountNumberOrNationalAccountNumber
|
protected Object[] |
bankCodeOrNationalBankCode
|
protected String |
currency
|
protected String |
description
|
| Constructor Summary | |
|---|---|
AccountType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.AccountType instance. |
|
AccountType(AccountType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.AccountType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object[] accountNumberOrNationalAccountNumber
protected Object[] bankCodeOrNationalBankCode
protected String accountHolder
protected String currency
protected String description
| Constructor Detail |
|---|
public AccountType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.AccountType instance.
public AccountType(AccountType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.AccountType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Object[] getAccountNumberOrNationalAccountNumber()
AccountType.NationalAccountNumber
AccountType.AccountNumberpublic Object getAccountNumberOrNationalAccountNumber(int idx)
AccountType.NationalAccountNumber
AccountType.AccountNumberpublic int getAccountNumberOrNationalAccountNumberLength()
public void setAccountNumberOrNationalAccountNumber(Object[] values)
values - allowed objects are
AccountType.NationalAccountNumber
AccountType.AccountNumber
public Object setAccountNumberOrNationalAccountNumber(int idx,
Object value)
value - allowed object is
AccountType.NationalAccountNumber
AccountType.AccountNumberpublic Object[] getBankCodeOrNationalBankCode()
AccountType.BankCode
AccountType.NationalBankCodepublic Object getBankCodeOrNationalBankCode(int idx)
AccountType.BankCode
AccountType.NationalBankCodepublic int getBankCodeOrNationalBankCodeLength()
public void setBankCodeOrNationalBankCode(Object[] values)
values - allowed objects are
AccountType.BankCode
AccountType.NationalBankCode
public Object setBankCodeOrNationalBankCode(int idx,
Object value)
value - allowed object is
AccountType.BankCode
AccountType.NationalBankCodepublic String getAccountHolder()
Stringpublic void setAccountHolder(String value)
value - allowed object is
Stringpublic String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic AccountType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||