|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser200.Checksum
public class Checksum
A computed value that is dependent upon the contents of a digital data object. Primarily used to check whether errors or alterations have occurred during the transmission or storage of a data object.
Java class for Checksum complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Checksum">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}HashValue"/>
<element ref="{http://www.spase-group.org/data/schema}HashFunction"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EnumHashFunction |
hashFunction
|
protected java.lang.String |
hashValue
|
| Constructor Summary | |
|---|---|
Checksum()
|
|
| Method Summary | |
|---|---|
EnumHashFunction |
getHashFunction()
Gets the value of the hashFunction property. |
java.lang.String |
getHashValue()
Gets the value of the hashValue property. |
void |
setHashFunction(EnumHashFunction value)
Sets the value of the hashFunction property. |
void |
setHashValue(java.lang.String value)
Sets the value of the hashValue property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String hashValue
protected EnumHashFunction hashFunction
| Constructor Detail |
|---|
public Checksum()
| Method Detail |
|---|
public java.lang.String getHashValue()
Stringpublic void setHashValue(java.lang.String value)
value - allowed object is
Stringpublic EnumHashFunction getHashFunction()
EnumHashFunctionpublic void setHashFunction(EnumHashFunction value)
value - allowed object is
EnumHashFunction
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||