org.globus.mds.glue.batchprovider
Class ClusterCollectionType

java.lang.Object
  extended byorg.globus.mds.glue.batchprovider.ClusterCollectionType
All Implemented Interfaces:
Serializable

public class ClusterCollectionType
extends Object
implements Serializable

Internal type for cluster info APIs

See Also:
Serialized Form

Constructor Summary
ClusterCollectionType()
           
ClusterCollectionType(ClusterType[] cluster)
           
 
Method Summary
 boolean equals(Object obj)
           
 ClusterType[] getCluster()
          Gets the cluster value for this ClusterCollectionType.
 ClusterType getCluster(int i)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCluster(ClusterType[] cluster)
          Sets the cluster value for this ClusterCollectionType.
 void setCluster(int i, ClusterType _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterCollectionType

public ClusterCollectionType()

ClusterCollectionType

public ClusterCollectionType(ClusterType[] cluster)
Method Detail

getCluster

public ClusterType[] getCluster()
Gets the cluster value for this ClusterCollectionType.

Returns:
cluster

setCluster

public void setCluster(ClusterType[] cluster)
Sets the cluster value for this ClusterCollectionType.

Parameters:
cluster -

getCluster

public ClusterType getCluster(int i)

setCluster

public void setCluster(int i,
                       ClusterType _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.