public class SoapFieldValues extends Object implements Serializable
| Constructor and Description |
|---|
SoapFieldValues() |
SoapFieldValues(String[] names,
String[] types,
Object[] 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 SoapFieldValues.
|
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[] |
getTypes()
Gets the types value for this SoapFieldValues.
|
Object[] |
getValues()
Gets the values value for this SoapFieldValues.
|
int |
hashCode() |
void |
setNames(String[] names)
Sets the names value for this SoapFieldValues.
|
void |
setTypes(String[] types)
Sets the types value for this SoapFieldValues.
|
void |
setValues(Object[] values)
Sets the values value for this SoapFieldValues.
|
public String[] getNames()
public void setNames(String[] names)
names - public String[] getTypes()
public void setTypes(String[] types)
types - public Object[] getValues()
public void setValues(Object[] 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.