public class HashAlgorithm extends Object
Java class for HashAlgorithm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HashAlgorithm">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.cloudgraph.org/config}HashAlgorithmName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HashAlgorithmName |
name |
| Constructor and Description |
|---|
HashAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
HashAlgorithmName |
getName()
Gets the value of the name property.
|
void |
setName(HashAlgorithmName value)
Sets the value of the name property.
|
protected HashAlgorithmName name
public HashAlgorithmName getName()
HashAlgorithmNamepublic void setName(HashAlgorithmName value)
value - allowed object is
HashAlgorithmNameCopyright © 2024. All Rights Reserved.