net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003
Class EbicsUnsignedRequest.Body

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

public static class EbicsUnsignedRequest.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 name="DataTransfer">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="SignatureData">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.ebics.org/H003>SignatureDataType">
                           <attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="OrderData">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.ebics.org/H003>OrderDataType">
                           <anyAttribute processContents='lax' namespace='http://www.ebics.org/H003'/>
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Field Detail

dataTransfer

protected EbicsUnsignedRequest.Body.DataTransfer dataTransfer
Constructor Detail

EbicsUnsignedRequest.Body

public EbicsUnsignedRequest.Body()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.EbicsUnsignedRequest.Body instance.


EbicsUnsignedRequest.Body

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

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

getDataTransfer

public EbicsUnsignedRequest.Body.DataTransfer getDataTransfer()
Gets the value of the dataTransfer property.

Returns:
possible object is EbicsUnsignedRequest.Body.DataTransfer

setDataTransfer

public void setDataTransfer(EbicsUnsignedRequest.Body.DataTransfer value)
Sets the value of the dataTransfer property.

Parameters:
value - allowed object is EbicsUnsignedRequest.Body.DataTransfer

clone

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