org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class StringValues

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.StringValues
All Implemented Interfaces:
Serializable

public class StringValues
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StringValues()
           
StringValues(String[] values)
           
 
Method Summary
 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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String[] getValues()
          Gets the values value for this StringValues.
 String getValues(int i)
           
 int hashCode()
           
 void setValues(int i, String _value)
           
 void setValues(String[] values)
          Sets the values value for this StringValues.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringValues

public StringValues()

StringValues

public StringValues(String[] values)
Method Detail

getValues

public String[] getValues()
Gets the values value for this StringValues.

Returns:
values

setValues

public void setValues(String[] values)
Sets the values value for this StringValues.

Parameters:
values -

getValues

public String getValues(int i)

setValues

public void setValues(int i,
                      String _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.