public class StringArrayArray extends Object implements Serializable
| Constructor and Description |
|---|
StringArrayArray() |
StringArrayArray(StringArray[] arrays) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StringArray[] |
getArrays()
Gets the arrays value for this StringArrayArray.
|
StringArray |
getArrays(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 |
setArrays(int i,
StringArray _value) |
void |
setArrays(StringArray[] arrays)
Sets the arrays value for this StringArrayArray.
|
public StringArrayArray()
public StringArrayArray(StringArray[] arrays)
public StringArray[] getArrays()
public void setArrays(StringArray[] arrays)
arrays - public StringArray getArrays(int i)
public void setArrays(int i,
StringArray _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.