org.gcube.contentmanagement.timeseriesservice.stubs
Class ErrorPair

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

public class ErrorPair
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ErrorPair

public ErrorPair()

ErrorPair

public ErrorPair(int occurences,
                 String value)
Method Detail

getValue

public String getValue()
Gets the value value for this ErrorPair.

Returns:
value

setValue

public void setValue(String value)
Sets the value value for this ErrorPair.

Parameters:
value -

getOccurences

public int getOccurences()
Gets the occurences value for this ErrorPair.

Returns:
occurences

setOccurences

public void setOccurences(int occurences)
Sets the occurences value for this ErrorPair.

Parameters:
occurences -

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.