org.globus.mds.webmdsConfig
Class NamedParamType

java.lang.Object
  extended byorg.globus.mds.webmdsConfig.NamedParamType
All Implemented Interfaces:
Serializable

public class NamedParamType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NamedParamType()
           
NamedParamType(String name, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this NamedParamType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
          Gets the value value for this NamedParamType.
 int hashCode()
           
 void setName(String name)
          Sets the name value for this NamedParamType.
 void setValue(String value)
          Sets the value value for this NamedParamType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedParamType

public NamedParamType()

NamedParamType

public NamedParamType(String name,
                      String value)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getValue

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

Returns:
value

setValue

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

Parameters:
value -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright © 1999-2006 University of Chicago. All rights reserved.