org.globus.mds.glue.config
Class HostNameDefinitionType

java.lang.Object
  extended byorg.globus.mds.glue.config.HostNameDefinitionType
All Implemented Interfaces:
Serializable

public class HostNameDefinitionType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HostNameDefinitionType()
           
HostNameDefinitionType(String name, String uniqueID)
           
 
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 HostNameDefinitionType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 String getUniqueID()
          Gets the uniqueID value for this HostNameDefinitionType.
 int hashCode()
           
 void setName(String name)
          Sets the name value for this HostNameDefinitionType.
 void setUniqueID(String uniqueID)
          Sets the uniqueID value for this HostNameDefinitionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostNameDefinitionType

public HostNameDefinitionType()

HostNameDefinitionType

public HostNameDefinitionType(String name,
                              String uniqueID)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getUniqueID

public String getUniqueID()
Gets the uniqueID value for this HostNameDefinitionType.

Returns:
uniqueID

setUniqueID

public void setUniqueID(String uniqueID)
Sets the uniqueID value for this HostNameDefinitionType.

Parameters:
uniqueID -

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.