net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003
Class StaticHeaderType.BankPubKeyDigests.Authentication

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

public static class StaticHeaderType.BankPubKeyDigests.Authentication
extends PubKeyDigestType
implements Serializable, Cloneable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.ebics.org/H003>PubKeyDigestType">
       <attribute name="Version" use="required" type="{http://www.ebics.org/H003}AuthenticationVersionType" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String version
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.PubKeyDigestType
algorithm, value
 
Constructor Summary
StaticHeaderType.BankPubKeyDigests.Authentication()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.StaticHeaderType.BankPubKeyDigests.Authentication instance.
StaticHeaderType.BankPubKeyDigests.Authentication(StaticHeaderType.BankPubKeyDigests.Authentication o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.StaticHeaderType.BankPubKeyDigests.Authentication instance by copying a given instance.
 
Method Summary
 StaticHeaderType.BankPubKeyDigests.Authentication clone()
          Creates and returns a copy of this object.
 String getVersion()
          Gets the value of the version property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.PubKeyDigestType
getAlgorithm, getValue, setAlgorithm, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected String version
Constructor Detail

StaticHeaderType.BankPubKeyDigests.Authentication

public StaticHeaderType.BankPubKeyDigests.Authentication()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.StaticHeaderType.BankPubKeyDigests.Authentication instance.


StaticHeaderType.BankPubKeyDigests.Authentication

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

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

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

clone

public StaticHeaderType.BankPubKeyDigests.Authentication clone()
Creates and returns a copy of this object.

Overrides:
clone in class PubKeyDigestType
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.