lbinterfacetypes
Class ProcessState

java.lang.Object
  extended by lbinterfacetypes.ProcessState
All Implemented Interfaces:
java.io.Serializable

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

An enumeration of possible reported values for process state

See Also:
Serialized Form

Constructor Summary
ProcessState()
           
ProcessState(int CANCELED_TYPE, ProcessState CANCELLED, ProcessState COMPLETE, int COMPLETED_TYPE, ProcessState FAILED, int FAILED_TYPE, ProcessState PENDING, int PENDING_TYPE, ProcessState PROCESSING, int PROCESSING_TYPE, ProcessState UNKNOWN, int UNKNOWN_TYPE, java.lang.Object[] _memberTable, java.lang.String stringValue, int type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object[] get_memberTable()
          Gets the _memberTable value for this ProcessState.
 java.lang.Object get_memberTable(int i)
           
 int getCANCELED_TYPE()
          Gets the CANCELED_TYPE value for this ProcessState.
 ProcessState getCANCELLED()
          Gets the CANCELLED value for this ProcessState.
 ProcessState getCOMPLETE()
          Gets the COMPLETE value for this ProcessState.
 int getCOMPLETED_TYPE()
          Gets the COMPLETED_TYPE value for this ProcessState.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getFAILED_TYPE()
          Gets the FAILED_TYPE value for this ProcessState.
 ProcessState getFAILED()
          Gets the FAILED value for this ProcessState.
 int getPENDING_TYPE()
          Gets the PENDING_TYPE value for this ProcessState.
 ProcessState getPENDING()
          Gets the PENDING value for this ProcessState.
 int getPROCESSING_TYPE()
          Gets the PROCESSING_TYPE value for this ProcessState.
 ProcessState getPROCESSING()
          Gets the PROCESSING value for this ProcessState.
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 getStringValue()
          Gets the stringValue value for this ProcessState.
 int getType()
          Gets the type value for this ProcessState.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getUNKNOWN_TYPE()
          Gets the UNKNOWN_TYPE value for this ProcessState.
 ProcessState getUNKNOWN()
          Gets the UNKNOWN value for this ProcessState.
 int hashCode()
           
 void set_memberTable(int i, java.lang.Object _value)
           
 void set_memberTable(java.lang.Object[] _memberTable)
          Sets the _memberTable value for this ProcessState.
 void setCANCELED_TYPE(int CANCELED_TYPE)
          Sets the CANCELED_TYPE value for this ProcessState.
 void setCANCELLED(ProcessState CANCELLED)
          Sets the CANCELLED value for this ProcessState.
 void setCOMPLETE(ProcessState COMPLETE)
          Sets the COMPLETE value for this ProcessState.
 void setCOMPLETED_TYPE(int COMPLETED_TYPE)
          Sets the COMPLETED_TYPE value for this ProcessState.
 void setFAILED_TYPE(int FAILED_TYPE)
          Sets the FAILED_TYPE value for this ProcessState.
 void setFAILED(ProcessState FAILED)
          Sets the FAILED value for this ProcessState.
 void setPENDING_TYPE(int PENDING_TYPE)
          Sets the PENDING_TYPE value for this ProcessState.
 void setPENDING(ProcessState PENDING)
          Sets the PENDING value for this ProcessState.
 void setPROCESSING_TYPE(int PROCESSING_TYPE)
          Sets the PROCESSING_TYPE value for this ProcessState.
 void setPROCESSING(ProcessState PROCESSING)
          Sets the PROCESSING value for this ProcessState.
 void setStringValue(java.lang.String stringValue)
          Sets the stringValue value for this ProcessState.
 void setType(int type)
          Sets the type value for this ProcessState.
 void setUNKNOWN_TYPE(int UNKNOWN_TYPE)
          Sets the UNKNOWN_TYPE value for this ProcessState.
 void setUNKNOWN(ProcessState UNKNOWN)
          Sets the UNKNOWN value for this ProcessState.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessState

public ProcessState()

ProcessState

public ProcessState(int CANCELED_TYPE,
                    ProcessState CANCELLED,
                    ProcessState COMPLETE,
                    int COMPLETED_TYPE,
                    ProcessState FAILED,
                    int FAILED_TYPE,
                    ProcessState PENDING,
                    int PENDING_TYPE,
                    ProcessState PROCESSING,
                    int PROCESSING_TYPE,
                    ProcessState UNKNOWN,
                    int UNKNOWN_TYPE,
                    java.lang.Object[] _memberTable,
                    java.lang.String stringValue,
                    int type)
Method Detail

getCANCELED_TYPE

public int getCANCELED_TYPE()
Gets the CANCELED_TYPE value for this ProcessState.

Returns:
CANCELED_TYPE The canceled type

setCANCELED_TYPE

public void setCANCELED_TYPE(int CANCELED_TYPE)
Sets the CANCELED_TYPE value for this ProcessState.

Parameters:
CANCELED_TYPE - The canceled type

getCOMPLETED_TYPE

public int getCOMPLETED_TYPE()
Gets the COMPLETED_TYPE value for this ProcessState.

Returns:
COMPLETED_TYPE The completed type

setCOMPLETED_TYPE

public void setCOMPLETED_TYPE(int COMPLETED_TYPE)
Sets the COMPLETED_TYPE value for this ProcessState.

Parameters:
COMPLETED_TYPE - The completed type

getFAILED_TYPE

public int getFAILED_TYPE()
Gets the FAILED_TYPE value for this ProcessState.

Returns:
FAILED_TYPE The failed type

setFAILED_TYPE

public void setFAILED_TYPE(int FAILED_TYPE)
Sets the FAILED_TYPE value for this ProcessState.

Parameters:
FAILED_TYPE - The failed type

getPENDING_TYPE

public int getPENDING_TYPE()
Gets the PENDING_TYPE value for this ProcessState.

Returns:
PENDING_TYPE The pending type

setPENDING_TYPE

public void setPENDING_TYPE(int PENDING_TYPE)
Sets the PENDING_TYPE value for this ProcessState.

Parameters:
PENDING_TYPE - The pending type

getPROCESSING_TYPE

public int getPROCESSING_TYPE()
Gets the PROCESSING_TYPE value for this ProcessState.

Returns:
PROCESSING_TYPE The processing type

setPROCESSING_TYPE

public void setPROCESSING_TYPE(int PROCESSING_TYPE)
Sets the PROCESSING_TYPE value for this ProcessState.

Parameters:
PROCESSING_TYPE - The processing type

getStringValue

public java.lang.String getStringValue()
Gets the stringValue value for this ProcessState.

Returns:
stringValue Field stringValue

setStringValue

public void setStringValue(java.lang.String stringValue)
Sets the stringValue value for this ProcessState.

Parameters:
stringValue - Field stringValue

getType

public int getType()
Gets the type value for this ProcessState.

Returns:
type Feild type

setType

public void setType(int type)
Sets the type value for this ProcessState.

Parameters:
type - Feild type

getUNKNOWN_TYPE

public int getUNKNOWN_TYPE()
Gets the UNKNOWN_TYPE value for this ProcessState.

Returns:
UNKNOWN_TYPE The unknown type

setUNKNOWN_TYPE

public void setUNKNOWN_TYPE(int UNKNOWN_TYPE)
Sets the UNKNOWN_TYPE value for this ProcessState.

Parameters:
UNKNOWN_TYPE - The unknown type

get_memberTable

public java.lang.Object[] get_memberTable()
Gets the _memberTable value for this ProcessState.

Returns:
_memberTable

set_memberTable

public void set_memberTable(java.lang.Object[] _memberTable)
Sets the _memberTable value for this ProcessState.

Parameters:
_memberTable -

get_memberTable

public java.lang.Object get_memberTable(int i)

set_memberTable

public void set_memberTable(int i,
                            java.lang.Object _value)

getCANCELLED

public ProcessState getCANCELLED()
Gets the CANCELLED value for this ProcessState.

Returns:
CANCELLED

setCANCELLED

public void setCANCELLED(ProcessState CANCELLED)
Sets the CANCELLED value for this ProcessState.

Parameters:
CANCELLED -

getFAILED

public ProcessState getFAILED()
Gets the FAILED value for this ProcessState.

Returns:
FAILED

setFAILED

public void setFAILED(ProcessState FAILED)
Sets the FAILED value for this ProcessState.

Parameters:
FAILED -

getPENDING

public ProcessState getPENDING()
Gets the PENDING value for this ProcessState.

Returns:
PENDING

setPENDING

public void setPENDING(ProcessState PENDING)
Sets the PENDING value for this ProcessState.

Parameters:
PENDING -

getCOMPLETE

public ProcessState getCOMPLETE()
Gets the COMPLETE value for this ProcessState.

Returns:
COMPLETE

setCOMPLETE

public void setCOMPLETE(ProcessState COMPLETE)
Sets the COMPLETE value for this ProcessState.

Parameters:
COMPLETE -

getPROCESSING

public ProcessState getPROCESSING()
Gets the PROCESSING value for this ProcessState.

Returns:
PROCESSING

setPROCESSING

public void setPROCESSING(ProcessState PROCESSING)
Sets the PROCESSING value for this ProcessState.

Parameters:
PROCESSING -

getUNKNOWN

public ProcessState getUNKNOWN()
Gets the UNKNOWN value for this ProcessState.

Returns:
UNKNOWN

setUNKNOWN

public void setUNKNOWN(ProcessState UNKNOWN)
Sets the UNKNOWN value for this ProcessState.

Parameters:
UNKNOWN -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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