net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003
Class DataEncryptionInfoType.EncryptionPubKeyDigest

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.DataEncryptionInfoType.EncryptionPubKeyDigest
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
DataEncryptionInfoType

public static class DataEncryptionInfoType.EncryptionPubKeyDigest
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}EncryptionVersionType" />
     </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
DataEncryptionInfoType.EncryptionPubKeyDigest()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.DataEncryptionInfoType.EncryptionPubKeyDigest instance.
DataEncryptionInfoType.EncryptionPubKeyDigest(DataEncryptionInfoType.EncryptionPubKeyDigest o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.DataEncryptionInfoType.EncryptionPubKeyDigest instance by copying a given instance.
 
Method Summary
 DataEncryptionInfoType.EncryptionPubKeyDigest 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

DataEncryptionInfoType.EncryptionPubKeyDigest

public DataEncryptionInfoType.EncryptionPubKeyDigest()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.DataEncryptionInfoType.EncryptionPubKeyDigest instance.


DataEncryptionInfoType.EncryptionPubKeyDigest

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