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

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

public static class EbicsKeyManagementResponse.Header
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="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>
 

See Also:
Serialized Form

Nested Class Summary
static class EbicsKeyManagementResponse.Header.Static
          Java class for anonymous complex type.
 
Field Summary
protected  EbicsKeyManagementResponse.Header.Static _static
           
protected  boolean authenticate
           
protected  KeyMgmntResponseMutableHeaderType mutable
           
 
Constructor Summary
EbicsKeyManagementResponse.Header()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EbicsKeyManagementResponse.Header instance.
EbicsKeyManagementResponse.Header(EbicsKeyManagementResponse.Header o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EbicsKeyManagementResponse.Header instance by copying a given instance.
 
Method Summary
 EbicsKeyManagementResponse.Header clone()
          Creates and returns a copy of this object.
 KeyMgmntResponseMutableHeaderType getMutable()
          Gets the value of the mutable property.
 EbicsKeyManagementResponse.Header.Static getStatic()
          Gets the value of the static property.
 boolean isAuthenticate()
          Gets the value of the authenticate property.
 void setAuthenticate(boolean value)
          Sets the value of the authenticate property.
 void setMutable(KeyMgmntResponseMutableHeaderType value)
          Sets the value of the mutable property.
 void setStatic(EbicsKeyManagementResponse.Header.Static value)
          Sets the value of the static property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_static

protected EbicsKeyManagementResponse.Header.Static _static

mutable

protected KeyMgmntResponseMutableHeaderType mutable

authenticate

protected boolean authenticate
Constructor Detail

EbicsKeyManagementResponse.Header

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


EbicsKeyManagementResponse.Header

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

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

getStatic

public EbicsKeyManagementResponse.Header.Static getStatic()
Gets the value of the static property.

Returns:
possible object is EbicsKeyManagementResponse.Header.Static

setStatic

public void setStatic(EbicsKeyManagementResponse.Header.Static value)
Sets the value of the static property.

Parameters:
value - allowed object is EbicsKeyManagementResponse.Header.Static

getMutable

public KeyMgmntResponseMutableHeaderType getMutable()
Gets the value of the mutable property.

Returns:
possible object is KeyMgmntResponseMutableHeaderType

setMutable

public void setMutable(KeyMgmntResponseMutableHeaderType value)
Sets the value of the mutable property.

Parameters:
value - allowed object is KeyMgmntResponseMutableHeaderType

isAuthenticate

public boolean isAuthenticate()
Gets the value of the authenticate property.


setAuthenticate

public void setAuthenticate(boolean value)
Sets the value of the authenticate property.


clone

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