public class Checksum extends Object implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Checksum">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:string" use="required" name="algorithm"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
| Constructor and Description |
|---|
Checksum() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Get the 'algorithm' attribute value.
|
String |
getValue()
Get the extension value.
|
void |
setAlgorithm(String algorithm)
Set the 'algorithm' attribute value.
|
void |
setValue(String value)
Set the extension value.
|
public String getValue()
public void setValue(String value)
value - public String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm - Copyright © 2014. All Rights Reserved.