public class SMAlgorithm extends Object implements Serializable
| Constructor and Description |
|---|
SMAlgorithm() |
SMAlgorithm(String category,
String description,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCategory()
Gets the category value for this SMAlgorithm.
|
String |
getDescription()
Gets the description value for this SMAlgorithm.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this SMAlgorithm.
|
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 |
setCategory(String category)
Sets the category value for this SMAlgorithm.
|
void |
setDescription(String description)
Sets the description value for this SMAlgorithm.
|
void |
setName(String name)
Sets the name value for this SMAlgorithm.
|
public String getCategory()
public void setCategory(String category)
category - public String getName()
public void setName(String name)
name - public String getDescription()
public void setDescription(String description)
description - 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.