net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003
Class PartnerInfoType.AccountInfo

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.AccountType
      extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.PartnerInfoType.AccountInfo
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
PartnerInfoType

public static class PartnerInfoType.AccountInfo
extends AccountType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.ccxjc.it.model.priv.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.priv.collections.valueclass.ebics.h003.AccountType
accountHolder, accountNumberOrNationalAccountNumber, bankCodeOrNationalBankCode, currency, description
 
Constructor Summary
PartnerInfoType.AccountInfo()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.PartnerInfoType.AccountInfo instance.
PartnerInfoType.AccountInfo(PartnerInfoType.AccountInfo o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.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.
 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.priv.collections.valueclass.ebics.h003.AccountType
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

usageOrderTypes

protected List<String> usageOrderTypes

any

protected List<Object> any

id

protected String id
Constructor Detail

PartnerInfoType.AccountInfo

public PartnerInfoType.AccountInfo()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.PartnerInfoType.AccountInfo instance.


PartnerInfoType.AccountInfo

public PartnerInfoType.AccountInfo(PartnerInfoType.AccountInfo o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.PartnerInfoType.AccountInfo instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getUsageOrderTypes

public List<String> getUsageOrderTypes()
Gets the value of the usageOrderTypes property.

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


getAny

public List<Object> getAny()
Gets the value of the any property.

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


getID

public String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

public PartnerInfoType.AccountInfo clone()
Creates and returns a copy of this object.

Overrides:
clone in class AccountType
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.