public class SMParameter extends Object implements Serializable
| Constructor and Description |
|---|
SMParameter() |
SMParameter(String defaultValue,
String description,
String name,
SMTypeParameter type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDefaultValue()
Gets the defaultValue value for this SMParameter.
|
String |
getDescription()
Gets the description value for this SMParameter.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this SMParameter.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SMTypeParameter |
getType()
Gets the type value for this SMParameter.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDefaultValue(String defaultValue)
Sets the defaultValue value for this SMParameter.
|
void |
setDescription(String description)
Sets the description value for this SMParameter.
|
void |
setName(String name)
Sets the name value for this SMParameter.
|
void |
setType(SMTypeParameter type)
Sets the type value for this SMParameter.
|
public SMParameter()
public SMParameter(String defaultValue, String description, String name, SMTypeParameter type)
public String getName()
public void setName(String name)
name - public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - public String getDescription()
public void setDescription(String description)
description - public SMTypeParameter getType()
public void setType(SMTypeParameter type)
type - 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.