public class DigestMethodType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected List<Object> |
content |
| Constructor and Description |
|---|
DigestMethodType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Gets the value of the algorithm property.
|
List<Object> |
getContent()
Gets the value of the content property.
|
void |
setAlgorithm(String value)
Sets the value of the algorithm property.
|
public List<Object> getContent()
Element
Object
Stringpublic String getAlgorithm()
StringApache CXF