org.gcube.common.core.types
Class StringArrayArray

java.lang.Object
  extended by org.gcube.common.core.types.StringArrayArray
All Implemented Interfaces:
Serializable

public class StringArrayArray
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StringArrayArray()
           
StringArrayArray(StringArray[] arrays)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringArrayArray

public StringArrayArray()

StringArrayArray

public StringArrayArray(StringArray[] arrays)
Method Detail

getArrays

public StringArray[] getArrays()
Gets the arrays value for this StringArrayArray.

Returns:
arrays

setArrays

public void setArrays(StringArray[] arrays)
Sets the arrays value for this StringArrayArray.

Parameters:
arrays -

getArrays

public StringArray getArrays(int i)

setArrays

public void setArrays(int i,
                      StringArray _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.