org.globus.mds.glue
Class JobType

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  java.lang.String globalID
           
private  java.lang.String globalOwner
           
private  java.lang.String localID
           
private  java.lang.String localOwner
           
private  java.lang.String schedulerSpecific
           
private  java.lang.String status
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
JobType()
           
JobType(org.apache.axis.message.MessageElement[] _any, java.lang.String globalID, java.lang.String globalOwner, java.lang.String localID, java.lang.String localOwner, java.lang.String schedulerSpecific, java.lang.String status)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this JobType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getGlobalID()
          Gets the globalID value for this JobType.
 java.lang.String getGlobalOwner()
          Gets the globalOwner value for this JobType.
 java.lang.String getLocalID()
          Gets the localID value for this JobType.
 java.lang.String getLocalOwner()
          Gets the localOwner value for this JobType.
 java.lang.String getSchedulerSpecific()
          Gets the schedulerSpecific value for this JobType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this JobType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this JobType.
 void setGlobalID(java.lang.String globalID)
          Sets the globalID value for this JobType.
 void setGlobalOwner(java.lang.String globalOwner)
          Sets the globalOwner value for this JobType.
 void setLocalID(java.lang.String localID)
          Sets the localID value for this JobType.
 void setLocalOwner(java.lang.String localOwner)
          Sets the localOwner value for this JobType.
 void setSchedulerSpecific(java.lang.String schedulerSpecific)
          Sets the schedulerSpecific value for this JobType.
 void setStatus(java.lang.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
 

Field Detail

_any

private org.apache.axis.message.MessageElement[] _any

globalID

private java.lang.String globalID

localID

private java.lang.String localID

localOwner

private java.lang.String localOwner

globalOwner

private java.lang.String globalOwner

status

private java.lang.String status

schedulerSpecific

private java.lang.String schedulerSpecific

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

JobType

public JobType()

JobType

public JobType(org.apache.axis.message.MessageElement[] _any,
               java.lang.String globalID,
               java.lang.String globalOwner,
               java.lang.String localID,
               java.lang.String localOwner,
               java.lang.String schedulerSpecific,
               java.lang.String status)
Method Detail

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this JobType.

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

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

getGlobalID

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

Returns:
globalID

setGlobalID

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

Parameters:
globalID -

getLocalID

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

Returns:
localID

setLocalID

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

Parameters:
localID -

getLocalOwner

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

Returns:
localOwner

setLocalOwner

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

Parameters:
localOwner -

getGlobalOwner

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

Returns:
globalOwner

setGlobalOwner

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

Parameters:
globalOwner -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getSchedulerSpecific

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

Returns:
schedulerSpecific

setSchedulerSpecific

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

Parameters:
schedulerSpecific -

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