public class XmlDigestAlgoAndValue extends Object
Java class for DigestAlgoAndValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigestAlgoAndValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DigestMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DigestValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
digestMethod |
protected String |
digestValue |
| Constructor and Description |
|---|
XmlDigestAlgoAndValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDigestMethod()
Gets the value of the digestMethod property.
|
String |
getDigestValue()
Gets the value of the digestValue property.
|
void |
setDigestMethod(String value)
Sets the value of the digestMethod property.
|
void |
setDigestValue(String value)
Sets the value of the digestValue property.
|
public String getDigestMethod()
Stringpublic void setDigestMethod(String value)
value - allowed object is
Stringpublic String getDigestValue()
StringCopyright © 2018. All rights reserved.