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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.AccountType
      extended by net.sourceforge.ccxjc.it.model.priv.indexed.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.indexed.valueclass.ebics.h003.AccountType
AccountType.AccountNumber, AccountType.BankCode, AccountType.NationalAccountNumber, AccountType.NationalBankCode
 
Field Summary
protected  Object[] any
           
protected  String id
           
protected  String[] usageOrderTypes
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.AccountType
accountHolder, accountNumberOrNationalAccountNumber, bankCodeOrNationalBankCode, currency, description
 
Constructor Summary
PartnerInfoType.AccountInfo()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.PartnerInfoType.AccountInfo instance.
PartnerInfoType.AccountInfo(PartnerInfoType.AccountInfo o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.PartnerInfoType.AccountInfo instance by copying a given instance.
 
Method Summary
 PartnerInfoType.AccountInfo clone()
          Creates and returns a copy of this object.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 String getID()
          Gets the value of the id property.
 String[] getUsageOrderTypes()
           
 String getUsageOrderTypes(int idx)
           
 int getUsageOrderTypesLength()
           
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setID(String value)
          Sets the value of the id property.
 String setUsageOrderTypes(int idx, String value)
           
 void setUsageOrderTypes(String[] values)
           
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.AccountType
getAccountHolder, getAccountNumberOrNationalAccountNumber, getAccountNumberOrNationalAccountNumber, getAccountNumberOrNationalAccountNumberLength, getBankCodeOrNationalBankCode, getBankCodeOrNationalBankCode, getBankCodeOrNationalBankCodeLength, getCurrency, getDescription, setAccountHolder, setAccountNumberOrNationalAccountNumber, setAccountNumberOrNationalAccountNumber, setBankCodeOrNationalBankCode, setBankCodeOrNationalBankCode, setCurrency, setDescription
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usageOrderTypes

protected String[] usageOrderTypes

any

protected Object[] any

id

protected String id
Constructor Detail

PartnerInfoType.AccountInfo

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


PartnerInfoType.AccountInfo

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

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

getUsageOrderTypes

public String[] getUsageOrderTypes()
Returns:
array of String

getUsageOrderTypes

public String getUsageOrderTypes(int idx)
Returns:
one of String

getUsageOrderTypesLength

public int getUsageOrderTypesLength()

setUsageOrderTypes

public void setUsageOrderTypes(String[] values)
Parameters:
values - allowed objects are String

setUsageOrderTypes

public String setUsageOrderTypes(int idx,
                                 String value)
Parameters:
value - allowed object is String

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is 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.