net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003
Class EbicsResponse.Body

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

public static class EbicsResponse.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" type="{http://www.ebics.org/H003}DataTransferResponseType" minOccurs="0"/>
         <element name="ReturnCode">
           <complexType>
             <simpleContent>
               <extension base="<http://www.ebics.org/H003>ReturnCodeType">
                 <attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="TimestampBankParameter" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.ebics.org/H003>TimestampType">
                 <attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Field Detail

dataTransfer

protected DataTransferResponseType dataTransfer

returnCode

protected EbicsResponse.Body.ReturnCode returnCode

timestampBankParameter

protected EbicsResponse.Body.TimestampBankParameter timestampBankParameter
Constructor Detail

EbicsResponse.Body

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


EbicsResponse.Body

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

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

getDataTransfer

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

Returns:
possible object is DataTransferResponseType

setDataTransfer

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

Parameters:
value - allowed object is DataTransferResponseType

getReturnCode

public EbicsResponse.Body.ReturnCode getReturnCode()
Gets the value of the returnCode property.

Returns:
possible object is EbicsResponse.Body.ReturnCode

setReturnCode

public void setReturnCode(EbicsResponse.Body.ReturnCode value)
Sets the value of the returnCode property.

Parameters:
value - allowed object is EbicsResponse.Body.ReturnCode

getTimestampBankParameter

public EbicsResponse.Body.TimestampBankParameter getTimestampBankParameter()
Gets the value of the timestampBankParameter property.

Returns:
possible object is EbicsResponse.Body.TimestampBankParameter

setTimestampBankParameter

public void setTimestampBankParameter(EbicsResponse.Body.TimestampBankParameter value)
Sets the value of the timestampBankParameter property.

Parameters:
value - allowed object is EbicsResponse.Body.TimestampBankParameter

clone

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