org.gcube.contentmanagement.timeseriesservice.stubs
Class ErrorPairArray

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.ErrorPairArray
All Implemented Interfaces:
Serializable

public class ErrorPairArray
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ErrorPairArray()
           
ErrorPairArray(ErrorPair[] errorPairs)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 ErrorPair[] getErrorPairs()
          Gets the errorPairs value for this ErrorPairArray.
 ErrorPair getErrorPairs(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 setErrorPairs(ErrorPair[] errorPairs)
          Sets the errorPairs value for this ErrorPairArray.
 void setErrorPairs(int i, ErrorPair _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorPairArray

public ErrorPairArray()

ErrorPairArray

public ErrorPairArray(ErrorPair[] errorPairs)
Method Detail

getErrorPairs

public ErrorPair[] getErrorPairs()
Gets the errorPairs value for this ErrorPairArray.

Returns:
errorPairs

setErrorPairs

public void setErrorPairs(ErrorPair[] errorPairs)
Sets the errorPairs value for this ErrorPairArray.

Parameters:
errorPairs -

getErrorPairs

public ErrorPair getErrorPairs(int i)

setErrorPairs

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