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="{}ParameterType" minOccurs="0"/>
</sequence>
<attribute name="Algorithm" use="required" type="{}AlgorithmTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected ParameterType |
parameter |
| Constructor and Description |
|---|
AlgorithmIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Gets the value of the algorithm property.
|
ParameterType |
getParameter()
Gets the value of the parameter property.
|
void |
setAlgorithm(String value)
Sets the value of the algorithm property.
|
void |
setParameter(ParameterType value)
Sets the value of the parameter property.
|
protected ParameterType parameter
protected String algorithm
public ParameterType getParameter()
ParameterTypepublic void setParameter(ParameterType value)
value - allowed object is
ParameterTypepublic String getAlgorithm()
StringCopyright © 2018. All rights reserved.