net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003
Class PreValidationRequestType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.PreValidationRequestType
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
EbicsRequest.Body.PreValidation

public class PreValidationRequestType
extends Object
implements Serializable, Cloneable

Data type for pre-validation (request).

Java class for PreValidationRequestType complex type.

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

 <complexType name="PreValidationRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataDigest" type="{http://www.ebics.org/H003}DataDigestType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AccountAuthorisation" type="{http://www.ebics.org/H003}PreValidationAccountAuthType" maxOccurs="unbounded" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  PreValidationAccountAuthType[] accountAuthorisation
           
protected  Object[] any
           
protected  DataDigestType[] dataDigest
           
 
Constructor Summary
PreValidationRequestType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.PreValidationRequestType instance.
PreValidationRequestType(PreValidationRequestType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.PreValidationRequestType instance by copying a given instance.
 
Method Summary
 PreValidationRequestType clone()
          Creates and returns a copy of this object.
 void copyAccountAuthorisation(PreValidationAccountAuthType[] source)
          Copies all values of property AccountAuthorisation.
 void copyAny(Object[] source)
          Copies all values of property Any.
 void copyDataDigest(DataDigestType[] source)
          Copies all values of property DataDigest.
 PreValidationAccountAuthType[] getAccountAuthorisation()
           
 PreValidationAccountAuthType getAccountAuthorisation(int idx)
           
 int getAccountAuthorisationLength()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 DataDigestType[] getDataDigest()
           
 DataDigestType getDataDigest(int idx)
           
 int getDataDigestLength()
           
 PreValidationAccountAuthType setAccountAuthorisation(int idx, PreValidationAccountAuthType value)
           
 void setAccountAuthorisation(PreValidationAccountAuthType[] values)
           
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setDataDigest(DataDigestType[] values)
           
 DataDigestType setDataDigest(int idx, DataDigestType value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataDigest

protected DataDigestType[] dataDigest

accountAuthorisation

protected PreValidationAccountAuthType[] accountAuthorisation

any

protected Object[] any
Constructor Detail

PreValidationRequestType

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


PreValidationRequestType

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

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

getDataDigest

public DataDigestType[] getDataDigest()
Returns:
array of DataDigestType

getDataDigest

public DataDigestType getDataDigest(int idx)
Returns:
one of DataDigestType

getDataDigestLength

public int getDataDigestLength()

setDataDigest

public void setDataDigest(DataDigestType[] values)
Parameters:
values - allowed objects are DataDigestType

setDataDigest

public DataDigestType setDataDigest(int idx,
                                    DataDigestType value)
Parameters:
value - allowed object is DataDigestType

getAccountAuthorisation

public PreValidationAccountAuthType[] getAccountAuthorisation()
Returns:
array of PreValidationAccountAuthType

getAccountAuthorisation

public PreValidationAccountAuthType getAccountAuthorisation(int idx)
Returns:
one of PreValidationAccountAuthType

getAccountAuthorisationLength

public int getAccountAuthorisationLength()

setAccountAuthorisation

public void setAccountAuthorisation(PreValidationAccountAuthType[] values)
Parameters:
values - allowed objects are PreValidationAccountAuthType

setAccountAuthorisation

public PreValidationAccountAuthType setAccountAuthorisation(int idx,
                                                            PreValidationAccountAuthType value)
Parameters:
value - allowed object is PreValidationAccountAuthType

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

copyDataDigest

public void copyDataDigest(DataDigestType[] source)
Copies all values of property DataDigest.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyAccountAuthorisation

public void copyAccountAuthorisation(PreValidationAccountAuthType[] source)
Copies all values of property AccountAuthorisation.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyAny

public void copyAny(Object[] source)
Copies all values of property Any.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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