org.globus.mds.glue.config
Class ClusterDefinitionType

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

public class ClusterDefinitionType
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ClusterDefinitionType

public ClusterDefinitionType()

ClusterDefinitionType

public ClusterDefinitionType(SubClusterDefinitionType[] subCluster,
                             String name,
                             String uniqueID)
Method Detail

getSubCluster

public SubClusterDefinitionType[] getSubCluster()
Gets the subCluster value for this ClusterDefinitionType.

Returns:
subCluster

setSubCluster

public void setSubCluster(SubClusterDefinitionType[] subCluster)
Sets the subCluster value for this ClusterDefinitionType.

Parameters:
subCluster -

getSubCluster

public SubClusterDefinitionType getSubCluster(int i)

setSubCluster

public void setSubCluster(int i,
                          SubClusterDefinitionType _value)

getName

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

Returns:
name

setName

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

Parameters:
name -

getUniqueID

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

Returns:
uniqueID

setUniqueID

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

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.