org.globus.mds.glue
Class ComputingElementType

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

public class ComputingElementType
extends Object
implements Serializable, AnyContentType

Contains information about a ComputeElement.

See Also:
Serialized Form

Constructor Summary
ComputingElementType()
           
ComputingElementType(InfoType info, StateType state, PolicyType policy, JobType[] job, AccessControlBaseType accessControlBase, MessageElement[] _any, String name, String uniqueID, URI informationServiceURL)
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this ComputingElementType.
 AccessControlBaseType getAccessControlBase()
          Gets the accessControlBase value for this ComputingElementType.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 InfoType getInfo()
          Gets the info value for this ComputingElementType.
 URI getInformationServiceURL()
          Gets the informationServiceURL value for this ComputingElementType.
 JobType[] getJob()
          Gets the job value for this ComputingElementType.
 JobType getJob(int i)
           
 String getName()
          Gets the name value for this ComputingElementType.
 PolicyType getPolicy()
          Gets the policy value for this ComputingElementType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 StateType getState()
          Gets the state value for this ComputingElementType.
static TypeDesc getTypeDesc()
          Return type metadata object
 String getUniqueID()
          Gets the uniqueID value for this ComputingElementType.
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this ComputingElementType.
 void setAccessControlBase(AccessControlBaseType accessControlBase)
          Sets the accessControlBase value for this ComputingElementType.
 void setInfo(InfoType info)
          Sets the info value for this ComputingElementType.
 void setInformationServiceURL(URI informationServiceURL)
          Sets the informationServiceURL value for this ComputingElementType.
 void setJob(int i, JobType _value)
           
 void setJob(JobType[] job)
          Sets the job value for this ComputingElementType.
 void setName(String name)
          Sets the name value for this ComputingElementType.
 void setPolicy(PolicyType policy)
          Sets the policy value for this ComputingElementType.
 void setState(StateType state)
          Sets the state value for this ComputingElementType.
 void setUniqueID(String uniqueID)
          Sets the uniqueID value for this ComputingElementType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputingElementType

public ComputingElementType()

ComputingElementType

public ComputingElementType(InfoType info,
                            StateType state,
                            PolicyType policy,
                            JobType[] job,
                            AccessControlBaseType accessControlBase,
                            MessageElement[] _any,
                            String name,
                            String uniqueID,
                            URI informationServiceURL)
Method Detail

getInfo

public InfoType getInfo()
Gets the info value for this ComputingElementType.

Returns:
info

setInfo

public void setInfo(InfoType info)
Sets the info value for this ComputingElementType.

Parameters:
info -

getState

public StateType getState()
Gets the state value for this ComputingElementType.

Returns:
state

setState

public void setState(StateType state)
Sets the state value for this ComputingElementType.

Parameters:
state -

getPolicy

public PolicyType getPolicy()
Gets the policy value for this ComputingElementType.

Returns:
policy

setPolicy

public void setPolicy(PolicyType policy)
Sets the policy value for this ComputingElementType.

Parameters:
policy -

getJob

public JobType[] getJob()
Gets the job value for this ComputingElementType.

Returns:
job

setJob

public void setJob(JobType[] job)
Sets the job value for this ComputingElementType.

Parameters:
job -

getJob

public JobType getJob(int i)

setJob

public void setJob(int i,
                   JobType _value)

getAccessControlBase

public AccessControlBaseType getAccessControlBase()
Gets the accessControlBase value for this ComputingElementType.

Returns:
accessControlBase

setAccessControlBase

public void setAccessControlBase(AccessControlBaseType accessControlBase)
Sets the accessControlBase value for this ComputingElementType.

Parameters:
accessControlBase -

get_any

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

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

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

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

getName

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

Returns:
name

setName

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

Parameters:
name -

getUniqueID

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

Returns:
uniqueID

setUniqueID

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

Parameters:
uniqueID -

getInformationServiceURL

public URI getInformationServiceURL()
Gets the informationServiceURL value for this ComputingElementType.

Returns:
informationServiceURL

setInformationServiceURL

public void setInformationServiceURL(URI informationServiceURL)
Sets the informationServiceURL value for this ComputingElementType.

Parameters:
informationServiceURL -

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.