org.globus.mds.glue.config
Class ClusterDefinitionType

java.lang.Object
  extended by org.globus.mds.glue.config.ClusterDefinitionType
All Implemented Interfaces:
java.io.Serializable

public class ClusterDefinitionType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String name
           
private  SubClusterDefinitionType[] subCluster
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String uniqueID
           
 
Constructor Summary
ClusterDefinitionType()
           
ClusterDefinitionType(SubClusterDefinitionType[] subCluster, java.lang.String name, java.lang.String uniqueID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getName()
          Gets the name value for this ClusterDefinitionType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SubClusterDefinitionType[] getSubCluster()
          Gets the subCluster value for this ClusterDefinitionType.
 SubClusterDefinitionType getSubCluster(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUniqueID()
          Gets the uniqueID value for this ClusterDefinitionType.
 int hashCode()
           
 void setName(java.lang.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(java.lang.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
 

Field Detail

subCluster

private SubClusterDefinitionType[] subCluster

name

private java.lang.String name

uniqueID

private java.lang.String uniqueID

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ClusterDefinitionType

public ClusterDefinitionType()

ClusterDefinitionType

public ClusterDefinitionType(SubClusterDefinitionType[] subCluster,
                             java.lang.String name,
                             java.lang.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 java.lang.String getName()
Gets the name value for this ClusterDefinitionType.

Returns:
name

setName

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

Parameters:
name -

getUniqueID

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

Returns:
uniqueID

setUniqueID

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

Parameters:
uniqueID -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer