public class AlgorithmIdentifierType extends Object
Java class for AlgorithmIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgorithmIdentifierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Parameters" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected Object |
parameters |
| Constructor and Description |
|---|
AlgorithmIdentifierType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Gets the value of the algorithm property.
|
Object |
getParameters()
Gets the value of the parameters property.
|
void |
setAlgorithm(String value)
Sets the value of the algorithm property.
|
void |
setParameters(Object value)
Sets the value of the parameters property.
|
public Object getParameters()
Objectpublic void setParameters(Object value)
value - allowed object is
Objectpublic String getAlgorithm()
StringCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.