|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.ComputingElementType
Contains information about a ComputeElement.
| 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 |
public ComputingElementType()
public ComputingElementType(InfoType info,
StateType state,
PolicyType policy,
JobType[] job,
AccessControlBaseType accessControlBase,
MessageElement[] _any,
String name,
String uniqueID,
URI informationServiceURL)
| Method Detail |
public InfoType getInfo()
public void setInfo(InfoType info)
info - public StateType getState()
public void setState(StateType state)
state - public PolicyType getPolicy()
public void setPolicy(PolicyType policy)
policy - public JobType[] getJob()
public void setJob(JobType[] job)
job - public JobType getJob(int i)
public void setJob(int i,
JobType _value)
public AccessControlBaseType getAccessControlBase()
public void setAccessControlBase(AccessControlBaseType accessControlBase)
accessControlBase - public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public String getName()
public void setName(String name)
name - public String getUniqueID()
public void setUniqueID(String uniqueID)
uniqueID - public URI getInformationServiceURL()
public void setInformationServiceURL(URI informationServiceURL)
informationServiceURL - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||