public class AlgorithmIdentifier extends Object
Java class for AlgorithmIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgorithmIdentifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Parameter" type="{}Parameter" minOccurs="0"/>
</sequence>
<attribute name="Algorithm" use="required" type="{}AlgorithmType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmType |
algorithm
The Algorithm.
|
protected Parameter |
parameter
The Parameter.
|
| Constructor and Description |
|---|
AlgorithmIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmType |
getAlgorithm()
Gets the value of the algorithm property.
|
Parameter |
getParameter()
Gets the value of the parameter property.
|
void |
setAlgorithm(AlgorithmType value)
Sets the value of the algorithm property.
|
void |
setParameter(Parameter value)
Sets the value of the parameter property.
|
protected Parameter parameter
protected AlgorithmType algorithm
public Parameter getParameter()
Parameterpublic void setParameter(Parameter value)
value - allowed object is Parameterpublic AlgorithmType getAlgorithm()
AlgorithmTypepublic void setAlgorithm(AlgorithmType value)
value - allowed object is AlgorithmTypeCopyright © 2022. All rights reserved.