org.globus.exec.generated
Class StateChangeNotificationMessageType

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  int exitCode
           
private  FaultResourcePropertyType fault
           
private  boolean holding
           
private  StateEnumeration state
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
StateChangeNotificationMessageType()
           
StateChangeNotificationMessageType(int exitCode, FaultResourcePropertyType fault, boolean holding, StateEnumeration state)
           
 
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
 int getExitCode()
          Gets the exitCode value for this StateChangeNotificationMessageType.
 FaultResourcePropertyType getFault()
          Gets the fault value for this StateChangeNotificationMessageType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 StateEnumeration getState()
          Gets the state value for this StateChangeNotificationMessageType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isHolding()
          Gets the holding value for this StateChangeNotificationMessageType.
 void setExitCode(int exitCode)
          Sets the exitCode value for this StateChangeNotificationMessageType.
 void setFault(FaultResourcePropertyType fault)
          Sets the fault value for this StateChangeNotificationMessageType.
 void setHolding(boolean holding)
          Sets the holding value for this StateChangeNotificationMessageType.
 void setState(StateEnumeration state)
          Sets the state value for this StateChangeNotificationMessageType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

private StateEnumeration state

fault

private FaultResourcePropertyType fault

exitCode

private int exitCode

holding

private boolean holding

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

StateChangeNotificationMessageType

public StateChangeNotificationMessageType()

StateChangeNotificationMessageType

public StateChangeNotificationMessageType(int exitCode,
                                          FaultResourcePropertyType fault,
                                          boolean holding,
                                          StateEnumeration state)
Method Detail

getState

public StateEnumeration getState()
Gets the state value for this StateChangeNotificationMessageType.

Returns:
state

setState

public void setState(StateEnumeration state)
Sets the state value for this StateChangeNotificationMessageType.

Parameters:
state -

getFault

public FaultResourcePropertyType getFault()
Gets the fault value for this StateChangeNotificationMessageType.

Returns:
fault

setFault

public void setFault(FaultResourcePropertyType fault)
Sets the fault value for this StateChangeNotificationMessageType.

Parameters:
fault -

getExitCode

public int getExitCode()
Gets the exitCode value for this StateChangeNotificationMessageType.

Returns:
exitCode

setExitCode

public void setExitCode(int exitCode)
Sets the exitCode value for this StateChangeNotificationMessageType.

Parameters:
exitCode -

isHolding

public boolean isHolding()
Gets the holding value for this StateChangeNotificationMessageType.

Returns:
holding

setHolding

public void setHolding(boolean holding)
Sets the holding value for this StateChangeNotificationMessageType.

Parameters:
holding -

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