org.globus.exec.generated
Class ManagedExecutableJobResourceStateType

java.lang.Object
  extended byorg.globus.exec.generated.ManagedExecutableJobResourceStateType
All Implemented Interfaces:
java.io.Serializable

public class ManagedExecutableJobResourceStateType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  ManagedExecutableJobResourceDataType resourceData
           
private  ManagedExecutableJobResourcePropertiesType resourceProperties
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ManagedExecutableJobResourceStateType()
           
ManagedExecutableJobResourceStateType(ManagedExecutableJobResourceDataType resourceData, ManagedExecutableJobResourcePropertiesType resourceProperties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ManagedExecutableJobResourceDataType getResourceData()
          Gets the resourceData value for this ManagedExecutableJobResourceStateType.
 ManagedExecutableJobResourcePropertiesType getResourceProperties()
          Gets the resourceProperties value for this ManagedExecutableJobResourceStateType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setResourceData(ManagedExecutableJobResourceDataType resourceData)
          Sets the resourceData value for this ManagedExecutableJobResourceStateType.
 void setResourceProperties(ManagedExecutableJobResourcePropertiesType resourceProperties)
          Sets the resourceProperties value for this ManagedExecutableJobResourceStateType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceProperties

private ManagedExecutableJobResourcePropertiesType resourceProperties

resourceData

private ManagedExecutableJobResourceDataType resourceData

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ManagedExecutableJobResourceStateType

public ManagedExecutableJobResourceStateType()

ManagedExecutableJobResourceStateType

public ManagedExecutableJobResourceStateType(ManagedExecutableJobResourceDataType resourceData,
                                             ManagedExecutableJobResourcePropertiesType resourceProperties)
Method Detail

getResourceProperties

public ManagedExecutableJobResourcePropertiesType getResourceProperties()
Gets the resourceProperties value for this ManagedExecutableJobResourceStateType.

Returns:
resourceProperties

setResourceProperties

public void setResourceProperties(ManagedExecutableJobResourcePropertiesType resourceProperties)
Sets the resourceProperties value for this ManagedExecutableJobResourceStateType.

Parameters:
resourceProperties -

getResourceData

public ManagedExecutableJobResourceDataType getResourceData()
Gets the resourceData value for this ManagedExecutableJobResourceStateType.

Returns:
resourceData

setResourceData

public void setResourceData(ManagedExecutableJobResourceDataType resourceData)
Sets the resourceData value for this ManagedExecutableJobResourceStateType.

Parameters:
resourceData -

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