net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003
Class EbicsKeyManagementResponse.Body

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

public static class EbicsKeyManagementResponse.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" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="DataEncryptionInfo">
                     <complexType>
                       <complexContent>
                         <extension base="{http://www.ebics.org/H003}DataEncryptionInfoType">
                           <attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
                         </extension>
                       </complexContent>
                     </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>
                   <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <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 EbicsKeyManagementResponse.Body.DataTransfer
          Java class for anonymous complex type.
static class EbicsKeyManagementResponse.Body.ReturnCode
          Java class for anonymous complex type.
static class EbicsKeyManagementResponse.Body.TimestampBankParameter
          Java class for anonymous complex type.
 
Field Summary
protected  EbicsKeyManagementResponse.Body.DataTransfer dataTransfer
           
protected  EbicsKeyManagementResponse.Body.ReturnCode returnCode
           
protected  EbicsKeyManagementResponse.Body.TimestampBankParameter timestampBankParameter
           
 
Constructor Summary
EbicsKeyManagementResponse.Body()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.EbicsKeyManagementResponse.Body instance.
EbicsKeyManagementResponse.Body(EbicsKeyManagementResponse.Body o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.EbicsKeyManagementResponse.Body instance by copying a given instance.
 
Method Summary
 EbicsKeyManagementResponse.Body clone()
          Creates and returns a copy of this object.
 EbicsKeyManagementResponse.Body.DataTransfer getDataTransfer()
          Gets the value of the dataTransfer property.
 EbicsKeyManagementResponse.Body.ReturnCode getReturnCode()
          Gets the value of the returnCode property.
 EbicsKeyManagementResponse.Body.TimestampBankParameter getTimestampBankParameter()
          Gets the value of the timestampBankParameter property.
 void setDataTransfer(EbicsKeyManagementResponse.Body.DataTransfer value)
          Sets the value of the dataTransfer property.
 void setReturnCode(EbicsKeyManagementResponse.Body.ReturnCode value)
          Sets the value of the returnCode property.
 void setTimestampBankParameter(EbicsKeyManagementResponse.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 EbicsKeyManagementResponse.Body.DataTransfer dataTransfer

returnCode

protected EbicsKeyManagementResponse.Body.ReturnCode returnCode

timestampBankParameter

protected EbicsKeyManagementResponse.Body.TimestampBankParameter timestampBankParameter
Constructor Detail

EbicsKeyManagementResponse.Body

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


EbicsKeyManagementResponse.Body

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

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

getDataTransfer

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

Returns:
possible object is EbicsKeyManagementResponse.Body.DataTransfer

setDataTransfer

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

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

getReturnCode

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

Returns:
possible object is EbicsKeyManagementResponse.Body.ReturnCode

setReturnCode

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

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

getTimestampBankParameter

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

Returns:
possible object is EbicsKeyManagementResponse.Body.TimestampBankParameter

setTimestampBankParameter

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

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

clone

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