|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.AccountType
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.PartnerInfoType.AccountInfo
public static class PartnerInfoType.AccountInfo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.ebics.org/H003}AccountType">
<sequence>
<element name="UsageOrderTypes" type="{http://www.ebics.org/H003}OrderTListType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.ebics.org/H003}AccountIDType" />
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.AccountType |
|---|
AccountType.AccountNumber, AccountType.BankCode, AccountType.NationalAccountNumber, AccountType.NationalBankCode |
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
id
|
protected List<String> |
usageOrderTypes
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.AccountType |
|---|
accountHolder, accountNumberOrNationalAccountNumber, bankCodeOrNationalBankCode, currency, description |
| Constructor Summary | |
|---|---|
PartnerInfoType.AccountInfo()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.PartnerInfoType.AccountInfo instance. |
|
PartnerInfoType.AccountInfo(PartnerInfoType.AccountInfo o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.PartnerInfoType.AccountInfo instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PartnerInfoType.AccountInfo |
clone()
Creates and returns a copy of this object. |
protected static void |
copyAny(List<Object> source,
List<Object> target)
Copies all values of property Any. |
protected static void |
copyUsageOrderTypes(List<String> source,
List<String> target)
Copies all values of property UsageOrderTypes. |
List<Object> |
getAny()
Gets the value of the any property. |
String |
getID()
Gets the value of the id property. |
List<String> |
getUsageOrderTypes()
Gets the value of the usageOrderTypes property. |
void |
setID(String value)
Sets the value of the id property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.AccountType |
|---|
copyAccountNumberOrNationalAccountNumber, copyBankCodeOrNationalBankCode, getAccountHolder, getAccountNumberOrNationalAccountNumber, getBankCodeOrNationalBankCode, getCurrency, getDescription, setAccountHolder, setCurrency, setDescription |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> usageOrderTypes
protected List<Object> any
protected String id
| Constructor Detail |
|---|
public PartnerInfoType.AccountInfo()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.PartnerInfoType.AccountInfo instance.
public PartnerInfoType.AccountInfo(PartnerInfoType.AccountInfo o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.PartnerInfoType.AccountInfo instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<String> getUsageOrderTypes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the usageOrderTypes property.
For example, to add a new item, do as follows:
getUsageOrderTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
public String getID()
Stringpublic void setID(String value)
value - allowed object is
String
protected static void copyUsageOrderTypes(List<String> source,
List<String> target)
UsageOrderTypes.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyAny(List<Object> source,
List<Object> target)
Any.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public PartnerInfoType.AccountInfo clone()
clone in class AccountType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||