|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.DataDigestType
public class DataDigestType
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>
| Field Summary | |
|---|---|
protected String |
signatureVersion
|
protected byte[] |
value
|
| Constructor Summary | |
|---|---|
DataDigestType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.DataDigestType instance. |
|
DataDigestType(DataDigestType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.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 |
|---|
protected byte[] value
protected String signatureVersion
| Constructor Detail |
|---|
public DataDigestType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.DataDigestType instance.
public DataDigestType(DataDigestType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.DataDigestType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public String getSignatureVersion()
Stringpublic void setSignatureVersion(String value)
value - allowed object is
Stringpublic DataDigestType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||