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

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

public class EbicsKeyManagementResponse
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="header">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="static">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="mutable" type="{http://www.ebics.org/H003}KeyMgmntResponseMutableHeaderType"/>
                 </sequence>
                 <attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="body">
           <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>
         </element>
       </sequence>
       <attGroup ref="{http://www.ebics.org/H003}VersionAttrGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class EbicsKeyManagementResponse.Body
          Java class for anonymous complex type.
static class EbicsKeyManagementResponse.Header
          Java class for anonymous complex type.
 
Field Summary
protected  EbicsKeyManagementResponse.Body body
           
protected  EbicsKeyManagementResponse.Header header
           
protected  Integer revision
           
protected  String version
           
 
Constructor Summary
EbicsKeyManagementResponse()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EbicsKeyManagementResponse instance.
EbicsKeyManagementResponse(EbicsKeyManagementResponse o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EbicsKeyManagementResponse instance by copying a given instance.
 
Method Summary
 EbicsKeyManagementResponse clone()
          Creates and returns a copy of this object.
 EbicsKeyManagementResponse.Body getBody()
          Gets the value of the body property.
 EbicsKeyManagementResponse.Header getHeader()
          Gets the value of the header property.
 Integer getRevision()
          Gets the value of the revision property.
 String getVersion()
          Gets the value of the version property.
 void setBody(EbicsKeyManagementResponse.Body value)
          Sets the value of the body property.
 void setHeader(EbicsKeyManagementResponse.Header value)
          Sets the value of the header property.
 void setRevision(Integer value)
          Sets the value of the revision property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

protected EbicsKeyManagementResponse.Header header

body

protected EbicsKeyManagementResponse.Body body

version

protected String version

revision

protected Integer revision
Constructor Detail

EbicsKeyManagementResponse

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


EbicsKeyManagementResponse

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

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

getHeader

public EbicsKeyManagementResponse.Header getHeader()
Gets the value of the header property.

Returns:
possible object is EbicsKeyManagementResponse.Header

setHeader

public void setHeader(EbicsKeyManagementResponse.Header value)
Sets the value of the header property.

Parameters:
value - allowed object is EbicsKeyManagementResponse.Header

getBody

public EbicsKeyManagementResponse.Body getBody()
Gets the value of the body property.

Returns:
possible object is EbicsKeyManagementResponse.Body

setBody

public void setBody(EbicsKeyManagementResponse.Body value)
Sets the value of the body property.

Parameters:
value - allowed object is EbicsKeyManagementResponse.Body

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getRevision

public Integer getRevision()
Gets the value of the revision property.

Returns:
possible object is Integer

setRevision

public void setRevision(Integer value)
Sets the value of the revision property.

Parameters:
value - allowed object is Integer

clone

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