net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003
Class PreValidationRequestType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.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  List<PreValidationAccountAuthType> accountAuthorisation
           
protected  List<Object> any
           
protected  List<DataDigestType> dataDigest
           
 
Constructor Summary
PreValidationRequestType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.PreValidationRequestType instance.
PreValidationRequestType(PreValidationRequestType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.PreValidationRequestType instance by copying a given instance.
 
Method Summary
 PreValidationRequestType clone()
          Creates and returns a copy of this object.
protected static void copyAccountAuthorisation(List<PreValidationAccountAuthType> source, List<PreValidationAccountAuthType> target)
          Copies all values of property AccountAuthorisation.
protected static void copyAny(List<Object> source, List<Object> target)
          Copies all values of property Any.
protected static void copyDataDigest(List<DataDigestType> source, List<DataDigestType> target)
          Copies all values of property DataDigest.
 List<PreValidationAccountAuthType> getAccountAuthorisation()
          Gets the value of the accountAuthorisation property.
 List<Object> getAny()
          Gets the value of the any property.
 List<DataDigestType> getDataDigest()
          Gets the value of the dataDigest property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataDigest

protected List<DataDigestType> dataDigest

accountAuthorisation

protected List<PreValidationAccountAuthType> accountAuthorisation

any

protected List<Object> any
Constructor Detail

PreValidationRequestType

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


PreValidationRequestType

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

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

getDataDigest

public List<DataDigestType> getDataDigest()
Gets the value of the dataDigest 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 dataDigest property.

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

    getDataDigest().add(newItem);
 

Objects of the following type(s) are allowed in the list DataDigestType


getAccountAuthorisation

public List<PreValidationAccountAuthType> getAccountAuthorisation()
Gets the value of the accountAuthorisation 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 accountAuthorisation property.

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

    getAccountAuthorisation().add(newItem);
 

Objects of the following type(s) are allowed in the list PreValidationAccountAuthType


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


copyDataDigest

protected static void copyDataDigest(List<DataDigestType> source,
                                     List<DataDigestType> target)
Copies all values of property DataDigest.

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

copyAccountAuthorisation

protected static void copyAccountAuthorisation(List<PreValidationAccountAuthType> source,
                                               List<PreValidationAccountAuthType> target)
Copies all values of property AccountAuthorisation.

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

copyAny

protected static void copyAny(List<Object> source,
                              List<Object> target)
Copies all values of property Any.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target 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.