net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003
Class StaticHeaderType.BankPubKeyDigests.Signature

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

public static class StaticHeaderType.BankPubKeyDigests.Signature
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}SignatureVersionType" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String version
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.PubKeyDigestType
algorithm, value
 
Constructor Summary
StaticHeaderType.BankPubKeyDigests.Signature()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.StaticHeaderType.BankPubKeyDigests.Signature instance.
StaticHeaderType.BankPubKeyDigests.Signature(StaticHeaderType.BankPubKeyDigests.Signature o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.StaticHeaderType.BankPubKeyDigests.Signature instance by copying a given instance.
 
Method Summary
 StaticHeaderType.BankPubKeyDigests.Signature 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.priv.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.Signature

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


StaticHeaderType.BankPubKeyDigests.Signature

public StaticHeaderType.BankPubKeyDigests.Signature(StaticHeaderType.BankPubKeyDigests.Signature o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.StaticHeaderType.BankPubKeyDigests.Signature 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.Signature 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.