public class StringArray extends Object implements Serializable
| Constructor and Description |
|---|
StringArray() |
StringArray(String[] strings) |
| 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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String[] |
getStrings()
Gets the strings value for this StringArray.
|
String |
getStrings(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setStrings(int i,
String _value) |
void |
setStrings(String[] strings)
Sets the strings value for this StringArray.
|
public StringArray()
public StringArray(String[] strings)
public String[] getStrings()
public void setStrings(String[] strings)
strings - public String getStrings(int i)
public void setStrings(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 © 2015. All Rights Reserved.