public class SMTypeParameter extends Object implements Serializable
| Constructor and Description |
|---|
SMTypeParameter() |
SMTypeParameter(StatisticalServiceType name,
String[] values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
StatisticalServiceType |
getName()
Gets the name value for this SMTypeParameter.
|
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
|
String[] |
getValues()
Gets the values value for this SMTypeParameter.
|
String |
getValues(int i) |
int |
hashCode() |
void |
setName(StatisticalServiceType name)
Sets the name value for this SMTypeParameter.
|
void |
setValues(int i,
String _value) |
void |
setValues(String[] values)
Sets the values value for this SMTypeParameter.
|
public SMTypeParameter()
public SMTypeParameter(StatisticalServiceType name, String[] values)
public StatisticalServiceType getName()
public void setName(StatisticalServiceType name)
name - public String[] getValues()
public void setValues(String[] values)
values - public String getValues(int i)
public void setValues(int i,
String _value)
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.