net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003
Class PubKeyDigestType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyDigestType
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
DataEncryptionInfoType.EncryptionPubKeyDigest, StaticHeaderType.BankPubKeyDigests.Authentication, StaticHeaderType.BankPubKeyDigests.Encryption, StaticHeaderType.BankPubKeyDigests.Signature

public class PubKeyDigestType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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

value

protected byte[] value

algorithm

protected String algorithm
Constructor Detail

PubKeyDigestType

public PubKeyDigestType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyDigestType instance.


PubKeyDigestType

public PubKeyDigestType(PubKeyDigestType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyDigestType 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[]

getAlgorithm

public String getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is String

setAlgorithm

public void setAlgorithm(String value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is String

clone

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