org.globus.mds.glue
Class JobType

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

public class JobType
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

Constructor Summary
JobType()
           
JobType(MessageElement[] _any, String globalID, String localID, String localOwner, String globalOwner, String status, String schedulerSpecific)
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this JobType.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGlobalID()
          Gets the globalID value for this JobType.
 String getGlobalOwner()
          Gets the globalOwner value for this JobType.
 String getLocalID()
          Gets the localID value for this JobType.
 String getLocalOwner()
          Gets the localOwner value for this JobType.
 String getSchedulerSpecific()
          Gets the schedulerSpecific value for this JobType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getStatus()
          Gets the status value for this JobType.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this JobType.
 void setGlobalID(String globalID)
          Sets the globalID value for this JobType.
 void setGlobalOwner(String globalOwner)
          Sets the globalOwner value for this JobType.
 void setLocalID(String localID)
          Sets the localID value for this JobType.
 void setLocalOwner(String localOwner)
          Sets the localOwner value for this JobType.
 void setSchedulerSpecific(String schedulerSpecific)
          Sets the schedulerSpecific value for this JobType.
 void setStatus(String status)
          Sets the status value for this JobType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobType

public JobType()

JobType

public JobType(MessageElement[] _any,
               String globalID,
               String localID,
               String localOwner,
               String globalOwner,
               String status,
               String schedulerSpecific)
Method Detail

get_any

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

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

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

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

getGlobalID

public String getGlobalID()
Gets the globalID value for this JobType.

Returns:
globalID

setGlobalID

public void setGlobalID(String globalID)
Sets the globalID value for this JobType.

Parameters:
globalID -

getLocalID

public String getLocalID()
Gets the localID value for this JobType.

Returns:
localID

setLocalID

public void setLocalID(String localID)
Sets the localID value for this JobType.

Parameters:
localID -

getLocalOwner

public String getLocalOwner()
Gets the localOwner value for this JobType.

Returns:
localOwner

setLocalOwner

public void setLocalOwner(String localOwner)
Sets the localOwner value for this JobType.

Parameters:
localOwner -

getGlobalOwner

public String getGlobalOwner()
Gets the globalOwner value for this JobType.

Returns:
globalOwner

setGlobalOwner

public void setGlobalOwner(String globalOwner)
Sets the globalOwner value for this JobType.

Parameters:
globalOwner -

getStatus

public String getStatus()
Gets the status value for this JobType.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this JobType.

Parameters:
status -

getSchedulerSpecific

public String getSchedulerSpecific()
Gets the schedulerSpecific value for this JobType.

Returns:
schedulerSpecific

setSchedulerSpecific

public void setSchedulerSpecific(String schedulerSpecific)
Sets the schedulerSpecific value for this JobType.

Parameters:
schedulerSpecific -

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.