net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003
Class HVZOrderDetailsType.FirstOrderInfo.AccountInfo

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

public static class HVZOrderDetailsType.FirstOrderInfo.AccountInfo
extends Object
implements Serializable, Cloneable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <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>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class HVZOrderDetailsType.FirstOrderInfo.AccountInfo.AccountNumber
          Java class for anonymous complex type.
static class HVZOrderDetailsType.FirstOrderInfo.AccountInfo.BankCode
          Java class for anonymous complex type.
static class HVZOrderDetailsType.FirstOrderInfo.AccountInfo.NationalAccountNumber
          Java class for anonymous complex type.
static class HVZOrderDetailsType.FirstOrderInfo.AccountInfo.NationalBankCode
          Java class for anonymous complex type.
 
Field Summary
protected  List<Object> accountNumberOrNationalAccountNumber
           
protected  List<Object> bankCodeOrNationalBankCode
           
 
Constructor Summary
HVZOrderDetailsType.FirstOrderInfo.AccountInfo()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.HVZOrderDetailsType.FirstOrderInfo.AccountInfo instance.
HVZOrderDetailsType.FirstOrderInfo.AccountInfo(HVZOrderDetailsType.FirstOrderInfo.AccountInfo o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.HVZOrderDetailsType.FirstOrderInfo.AccountInfo instance by copying a given instance.
 
Method Summary
 HVZOrderDetailsType.FirstOrderInfo.AccountInfo clone()
          Creates and returns a copy of this object.
 List<Object> getAccountNumberOrNationalAccountNumber()
          Gets the value of the accountNumberOrNationalAccountNumber property.
 List<Object> getBankCodeOrNationalBankCode()
          Gets the value of the bankCodeOrNationalBankCode property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountNumberOrNationalAccountNumber

protected List<Object> accountNumberOrNationalAccountNumber

bankCodeOrNationalBankCode

protected List<Object> bankCodeOrNationalBankCode
Constructor Detail

HVZOrderDetailsType.FirstOrderInfo.AccountInfo

public HVZOrderDetailsType.FirstOrderInfo.AccountInfo()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.HVZOrderDetailsType.FirstOrderInfo.AccountInfo instance.


HVZOrderDetailsType.FirstOrderInfo.AccountInfo

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

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

getAccountNumberOrNationalAccountNumber

public List<Object> getAccountNumberOrNationalAccountNumber()
Gets the value of the accountNumberOrNationalAccountNumber 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 accountNumberOrNationalAccountNumber property.

For example, to add a new item, do as follows:

    getAccountNumberOrNationalAccountNumber().add(newItem);
 

Objects of the following type(s) are allowed in the list HVZOrderDetailsType.FirstOrderInfo.AccountInfo.AccountNumber HVZOrderDetailsType.FirstOrderInfo.AccountInfo.NationalAccountNumber


getBankCodeOrNationalBankCode

public List<Object> getBankCodeOrNationalBankCode()
Gets the value of the bankCodeOrNationalBankCode 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 bankCodeOrNationalBankCode property.

For example, to add a new item, do as follows:

    getBankCodeOrNationalBankCode().add(newItem);
 

Objects of the following type(s) are allowed in the list HVZOrderDetailsType.FirstOrderInfo.AccountInfo.BankCode HVZOrderDetailsType.FirstOrderInfo.AccountInfo.NationalBankCode


clone

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

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


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