public class DigestMethodType extends Object
Java class for DigestMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigestMethodType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
DigestMethodType(URI algorithm) |
Modifier and Type | Method and Description |
---|---|
URI |
getAlgorithm()
Gets the value of the algorithm property.
|
Object |
getContent() |
void |
setContent(Object content) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.