org.gcube.vremanagement.resourcemanager.stubs.common
Class Pair

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.stubs.common.Pair
All Implemented Interfaces:
Serializable

public class Pair
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

Pair

public Pair()

Pair

public Pair(String name,
            String value)
Method Detail

getName

public String getName()
Gets the name value for this Pair.

Returns:
name

setName

public void setName(String name)
Sets the name value for this Pair.

Parameters:
name -

getValue

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

Returns:
value

setValue

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

Parameters:
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.