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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EbicsRequest.Body
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
EbicsRequest

public static class EbicsRequest.Body
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>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}X509Data" maxOccurs="0" minOccurs="0"/>
         <choice>
           <sequence>
             <element name="PreValidation" minOccurs="0">
               <complexType>
                 <complexContent>
                   <extension base="{http://www.ebics.org/H003}PreValidationRequestType">
                     <attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
                   </extension>
                 </complexContent>
               </complexType>
             </element>
             <element name="DataTransfer" type="{http://www.ebics.org/H003}DataTransferRequestType" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="TransferReceipt">
               <complexType>
                 <complexContent>
                   <extension base="{http://www.ebics.org/H003}TransferReceiptRequestType">
                     <attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
                   </extension>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class EbicsRequest.Body.PreValidation
          Java class for anonymous complex type.
static class EbicsRequest.Body.TransferReceipt
          Java class for anonymous complex type.
 
Field Summary
protected  DataTransferRequestType dataTransfer
           
protected  EbicsRequest.Body.PreValidation preValidation
           
protected  EbicsRequest.Body.TransferReceipt transferReceipt
           
 
Constructor Summary
EbicsRequest.Body()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EbicsRequest.Body instance.
EbicsRequest.Body(EbicsRequest.Body o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EbicsRequest.Body instance by copying a given instance.
 
Method Summary
 EbicsRequest.Body clone()
          Creates and returns a copy of this object.
 DataTransferRequestType getDataTransfer()
          Gets the value of the dataTransfer property.
 EbicsRequest.Body.PreValidation getPreValidation()
          Gets the value of the preValidation property.
 EbicsRequest.Body.TransferReceipt getTransferReceipt()
          Gets the value of the transferReceipt property.
 void setDataTransfer(DataTransferRequestType value)
          Sets the value of the dataTransfer property.
 void setPreValidation(EbicsRequest.Body.PreValidation value)
          Sets the value of the preValidation property.
 void setTransferReceipt(EbicsRequest.Body.TransferReceipt value)
          Sets the value of the transferReceipt property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preValidation

protected EbicsRequest.Body.PreValidation preValidation

dataTransfer

protected DataTransferRequestType dataTransfer

transferReceipt

protected EbicsRequest.Body.TransferReceipt transferReceipt
Constructor Detail

EbicsRequest.Body

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


EbicsRequest.Body

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

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

getPreValidation

public EbicsRequest.Body.PreValidation getPreValidation()
Gets the value of the preValidation property.

Returns:
possible object is EbicsRequest.Body.PreValidation

setPreValidation

public void setPreValidation(EbicsRequest.Body.PreValidation value)
Sets the value of the preValidation property.

Parameters:
value - allowed object is EbicsRequest.Body.PreValidation

getDataTransfer

public DataTransferRequestType getDataTransfer()
Gets the value of the dataTransfer property.

Returns:
possible object is DataTransferRequestType

setDataTransfer

public void setDataTransfer(DataTransferRequestType value)
Sets the value of the dataTransfer property.

Parameters:
value - allowed object is DataTransferRequestType

getTransferReceipt

public EbicsRequest.Body.TransferReceipt getTransferReceipt()
Gets the value of the transferReceipt property.

Returns:
possible object is EbicsRequest.Body.TransferReceipt

setTransferReceipt

public void setTransferReceipt(EbicsRequest.Body.TransferReceipt value)
Sets the value of the transferReceipt property.

Parameters:
value - allowed object is EbicsRequest.Body.TransferReceipt

clone

public EbicsRequest.Body 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.