public class SoapNamedValues extends Object implements Serializable
| Constructor and Description |
|---|
SoapNamedValues() |
SoapNamedValues(String[] names,
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
|
String[] |
getNames()
Gets the names value for this SoapNamedValues.
|
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 SoapNamedValues.
|
int |
hashCode() |
void |
setNames(String[] names)
Sets the names value for this SoapNamedValues.
|
void |
setValues(String[] values)
Sets the values value for this SoapNamedValues.
|
public String[] getNames()
public void setNames(String[] names)
names - public String[] getValues()
public void setValues(String[] values)
values - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.