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