net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003
Class DataDigestType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.DataDigestType
All Implemented Interfaces:
Serializable, Cloneable

public class DataDigestType
extends Object
implements Serializable, Cloneable

Java class for DataDigestType complex type.

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

 <complexType name="DataDigestType">
   <simpleContent>
     <extension base="<http://www.ebics.org/H003>DigestType">
       <attribute name="SignatureVersion" type="{http://www.ebics.org/H003}SignatureVersionType" default="A004" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String signatureVersion
           
protected  byte[] value
           
 
Constructor Summary
DataDigestType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.DataDigestType instance.
DataDigestType(DataDigestType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.DataDigestType instance by copying a given instance.
 
Method Summary
 DataDigestType clone()
          Creates and returns a copy of this object.
 String getSignatureVersion()
          Gets the value of the signatureVersion property.
 byte[] getValue()
          Datentyp für Hashwerte.
 void setSignatureVersion(String value)
          Sets the value of the signatureVersion property.
 void setValue(byte[] value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected byte[] value

signatureVersion

protected String signatureVersion
Constructor Detail

DataDigestType

public DataDigestType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.DataDigestType instance.


DataDigestType

public DataDigestType(DataDigestType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.DataDigestType instance by copying a given instance.

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

getValue

public byte[] getValue()
Datentyp für Hashwerte.

Returns:
possible object is byte[]

setValue

public void setValue(byte[] value)
Sets the value of the value property.

Parameters:
value - allowed object is byte[]

getSignatureVersion

public String getSignatureVersion()
Gets the value of the signatureVersion property.

Returns:
possible object is String

setSignatureVersion

public void setSignatureVersion(String value)
Sets the value of the signatureVersion property.

Parameters:
value - allowed object is String

clone

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