|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyDigestType
public class PubKeyDigestType
Datentyp für Hashwerte und Attribute von öffentlichen Schlüsseln.
Java class for PubKeyDigestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PubKeyDigestType">
<simpleContent>
<extension base="<http://www.ebics.org/H003>DigestType">
<attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
algorithm
|
protected byte[] |
value
|
| Constructor Summary | |
|---|---|
PubKeyDigestType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyDigestType instance. |
|
PubKeyDigestType(PubKeyDigestType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyDigestType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PubKeyDigestType |
clone()
Creates and returns a copy of this object. |
String |
getAlgorithm()
Gets the value of the algorithm property. |
byte[] |
getValue()
Datentyp für Hashwerte. |
void |
setAlgorithm(String value)
Sets the value of the algorithm 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 algorithm
| Constructor Detail |
|---|
public PubKeyDigestType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyDigestType instance.
public PubKeyDigestType(PubKeyDigestType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyDigestType 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 getAlgorithm()
Stringpublic void setAlgorithm(String value)
value - allowed object is
Stringpublic PubKeyDigestType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||