org.globus.mds.glue
Class ComputingElementType

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

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

Contains information about a ComputeElement.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  AccessControlBaseType accessControlBase
           
private  InfoType info
           
private  org.apache.axis.types.URI informationServiceURL
           
private  JobType[] job
           
private  java.lang.String name
           
private  PolicyType policy
           
private  StateType state
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String uniqueID
           
 
Constructor Summary
ComputingElementType()
           
ComputingElementType(org.apache.axis.message.MessageElement[] _any, AccessControlBaseType accessControlBase, InfoType info, org.apache.axis.types.URI informationServiceURL, JobType[] job, java.lang.String name, PolicyType policy, StateType state, 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 ComputingElementType.
 AccessControlBaseType getAccessControlBase()
          Gets the accessControlBase value for this ComputingElementType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 InfoType getInfo()
          Gets the info value for this ComputingElementType.
 org.apache.axis.types.URI getInformationServiceURL()
          Gets the informationServiceURL value for this ComputingElementType.
 JobType[] getJob()
          Gets the job value for this ComputingElementType.
 JobType getJob(int i)
           
 java.lang.String getName()
          Gets the name value for this ComputingElementType.
 PolicyType getPolicy()
          Gets the policy value for this ComputingElementType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 StateType getState()
          Gets the state value for this ComputingElementType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUniqueID()
          Gets the uniqueID value for this ComputingElementType.
 int hashCode()
           
 void set_any(org.apache.axis.message.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(org.apache.axis.types.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(java.lang.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(java.lang.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
 

Field Detail

info

private InfoType info

state

private StateType state

policy

private PolicyType policy

job

private JobType[] job

accessControlBase

private AccessControlBaseType accessControlBase

_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

ComputingElementType

public ComputingElementType()

ComputingElementType

public ComputingElementType(org.apache.axis.message.MessageElement[] _any,
                            AccessControlBaseType accessControlBase,
                            InfoType info,
                            org.apache.axis.types.URI informationServiceURL,
                            JobType[] job,
                            java.lang.String name,
                            PolicyType policy,
                            StateType state,
                            java.lang.String uniqueID)
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 org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this ComputingElementType.

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 ComputingElementType.

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 ComputingElementType.

Returns:
name

setName

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

Parameters:
name -

getUniqueID

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

Returns:
uniqueID

setUniqueID

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

Parameters:
uniqueID -

getInformationServiceURL

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

Returns:
informationServiceURL

setInformationServiceURL

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

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