public class SMComputationConfig extends Object implements Serializable
| Constructor and Description |
|---|
SMComputationConfig() |
SMComputationConfig(String algorithm,
SMEntries parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm()
Gets the algorithm value for this SMComputationConfig.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
SMEntries |
getParameters()
Gets the parameters value for this SMComputationConfig.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAlgorithm(String algorithm)
Sets the algorithm value for this SMComputationConfig.
|
void |
setParameters(SMEntries parameters)
Sets the parameters value for this SMComputationConfig.
|
public SMEntries getParameters()
public void setParameters(SMEntries parameters)
parameters - public String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.