org.globus.mds.glue
Class GLUECERPType

java.lang.Object
  extended byorg.globus.mds.glue.GLUECERPType
All Implemented Interfaces:
AnyContentType, Serializable

public class GLUECERPType
extends Object
implements Serializable, AnyContentType

A type suitable for use for a WS-Resource Property, containing some ComputingElements and some Clusters, bound to each other. TODO the binding is still to be done.

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  MessageElement[] _any
           
private  ClusterType[] cluster
           
private  ComputingElementType[] computingElement
           
private static TypeDesc typeDesc
           
 
Constructor Summary
GLUECERPType()
           
GLUECERPType(ClusterType[] cluster, ComputingElementType[] computingElement, MessageElement[] _any)
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this GLUECERPType.
 ClusterType[] getCluster()
          Gets the cluster value for this GLUECERPType.
 ClusterType getCluster(int i)
           
 ComputingElementType[] getComputingElement()
          Gets the computingElement value for this GLUECERPType.
 ComputingElementType getComputingElement(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 set_any(MessageElement[] _any)
          Sets the _any value for this GLUECERPType.
 void setCluster(ClusterType[] cluster)
          Sets the cluster value for this GLUECERPType.
 void setCluster(int i, ClusterType _value)
           
 void setComputingElement(ComputingElementType[] computingElement)
          Sets the computingElement value for this GLUECERPType.
 void setComputingElement(int i, ComputingElementType _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cluster

private ClusterType[] cluster

computingElement

private ComputingElementType[] computingElement

_any

private MessageElement[] _any

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

GLUECERPType

public GLUECERPType()

GLUECERPType

public GLUECERPType(ClusterType[] cluster,
                    ComputingElementType[] computingElement,
                    MessageElement[] _any)
Method Detail

getCluster

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

Returns:
cluster

setCluster

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

Parameters:
cluster -

getCluster

public ClusterType getCluster(int i)

setCluster

public void setCluster(int i,
                       ClusterType _value)

getComputingElement

public ComputingElementType[] getComputingElement()
Gets the computingElement value for this GLUECERPType.

Returns:
computingElement

setComputingElement

public void setComputingElement(ComputingElementType[] computingElement)
Sets the computingElement value for this GLUECERPType.

Parameters:
computingElement -

getComputingElement

public ComputingElementType getComputingElement(int i)

setComputingElement

public void setComputingElement(int i,
                                ComputingElementType _value)

get_any

public MessageElement[] get_any()
Gets the _any value for this GLUECERPType.

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this GLUECERPType.

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

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