net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003
Class PreValidationAccountAuthType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AccountType
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PreValidationAccountAuthType
All Implemented Interfaces:
Serializable, Cloneable

public class PreValidationAccountAuthType
extends AccountType
implements Serializable, Cloneable

Datentyp für Kontenberechtigungsdaten zur Vorabprüfung.

Java class for PreValidationAccountAuthType complex type.

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

 <complexType name="PreValidationAccountAuthType">
   <complexContent>
     <extension base="{http://www.ebics.org/H003}AccountType">
       <sequence>
         <element name="Amount" type="{http://www.ebics.org/H003}AmountType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AccountType
AccountType.AccountNumber, AccountType.BankCode, AccountType.NationalAccountNumber, AccountType.NationalBankCode
 
Field Summary
protected  AmountType amount
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AccountType
accountHolder, accountNumberOrNationalAccountNumber, bankCodeOrNationalBankCode, currency, description
 
Constructor Summary
PreValidationAccountAuthType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PreValidationAccountAuthType instance.
PreValidationAccountAuthType(PreValidationAccountAuthType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PreValidationAccountAuthType instance by copying a given instance.
 
Method Summary
 PreValidationAccountAuthType clone()
          Creates and returns a copy of this object.
 AmountType getAmount()
          Gets the value of the amount property.
 void setAmount(AmountType value)
          Sets the value of the amount property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.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

amount

protected AmountType amount
Constructor Detail

PreValidationAccountAuthType

public PreValidationAccountAuthType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PreValidationAccountAuthType instance.


PreValidationAccountAuthType

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

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

getAmount

public AmountType getAmount()
Gets the value of the amount property.

Returns:
possible object is AmountType

setAmount

public void setAmount(AmountType value)
Sets the value of the amount property.

Parameters:
value - allowed object is AmountType

clone

public PreValidationAccountAuthType 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.