org.globus.mds.glue
Class ClusterType

java.lang.Object
  extended byorg.globus.mds.glue.ClusterType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class ClusterType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

Contains information about a Cluster. This consists of a name, unique ID, and one or more subclusters.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  org.apache.axis.types.URI informationServiceURL
           
private  java.lang.String name
           
private  SubClusterType[] subCluster
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String uniqueID
           
 
Constructor Summary
ClusterType()
           
ClusterType(org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.URI informationServiceURL, java.lang.String name, SubClusterType[] subCluster, java.lang.String uniqueID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this ClusterType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.URI getInformationServiceURL()
          Gets the informationServiceURL value for this ClusterType.
 java.lang.String getName()
          Gets the name value for this ClusterType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SubClusterType[] getSubCluster()
          Gets the subCluster value for this ClusterType.
 SubClusterType getSubCluster(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUniqueID()
          Gets the uniqueID value for this ClusterType.
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this ClusterType.
 void setInformationServiceURL(org.apache.axis.types.URI informationServiceURL)
          Sets the informationServiceURL value for this ClusterType.
 void setName(java.lang.String name)
          Sets the name value for this ClusterType.
 void setSubCluster(int i, SubClusterType _value)
           
 void setSubCluster(SubClusterType[] subCluster)
          Sets the subCluster value for this ClusterType.
 void setUniqueID(java.lang.String uniqueID)
          Sets the uniqueID value for this ClusterType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subCluster

private SubClusterType[] subCluster

_any

private org.apache.axis.message.MessageElement[] _any

name

private java.lang.String name

uniqueID

private java.lang.String uniqueID

informationServiceURL

private org.apache.axis.types.URI informationServiceURL

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ClusterType

public ClusterType()

ClusterType

public ClusterType(org.apache.axis.message.MessageElement[] _any,
                   org.apache.axis.types.URI informationServiceURL,
                   java.lang.String name,
                   SubClusterType[] subCluster,
                   java.lang.String uniqueID)
Method Detail

getSubCluster

public SubClusterType[] getSubCluster()
Gets the subCluster value for this ClusterType.

Returns:
subCluster

setSubCluster

public void setSubCluster(SubClusterType[] subCluster)
Sets the subCluster value for this ClusterType.

Parameters:
subCluster -

getSubCluster

public SubClusterType getSubCluster(int i)

setSubCluster

public void setSubCluster(int i,
                          SubClusterType _value)

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this ClusterType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this ClusterType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

getName

public java.lang.String getName()
Gets the name value for this ClusterType.

Returns:
name

setName

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

Parameters:
name -

getUniqueID

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

Returns:
uniqueID

setUniqueID

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

Parameters:
uniqueID -

getInformationServiceURL

public org.apache.axis.types.URI getInformationServiceURL()
Gets the informationServiceURL value for this ClusterType.

Returns:
informationServiceURL

setInformationServiceURL

public void setInformationServiceURL(org.apache.axis.types.URI informationServiceURL)
Sets the informationServiceURL value for this ClusterType.

Parameters:
informationServiceURL -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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