public class StringArray extends Object implements Serializable
| Constructor and Description |
|---|
StringArray() |
StringArray(String[] items) |
| 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[] |
getItems()
Gets the items value for this StringArray.
|
String |
getItems(int i) |
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 |
setItems(int i,
String _value) |
void |
setItems(String[] items)
Sets the items value for this StringArray.
|
public StringArray()
public StringArray(String[] items)
public String[] getItems()
public void setItems(String[] items)
items - public String getItems(int i)
public void setItems(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.