|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlbinterfacetypes.ProcessState
public class ProcessState
An enumeration of possible reported values for process state
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.Object[] |
_memberTable
|
private int |
CANCELED_TYPE
The canceled type |
private ProcessState |
CANCELLED
|
private ProcessState |
COMPLETE
|
private int |
COMPLETED_TYPE
The completed type |
private ProcessState |
FAILED
|
private int |
FAILED_TYPE
The failed type |
private ProcessState |
PENDING
|
private int |
PENDING_TYPE
The pending type |
private ProcessState |
PROCESSING
|
private int |
PROCESSING_TYPE
The processing type |
private java.lang.String |
stringValue
Field stringValue |
private int |
type
Feild type |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private ProcessState |
UNKNOWN
|
private int |
UNKNOWN_TYPE
The unknown type |
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 |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int CANCELED_TYPE
private int COMPLETED_TYPE
private int FAILED_TYPE
private int PENDING_TYPE
private int PROCESSING_TYPE
private java.lang.String stringValue
private int type
private int UNKNOWN_TYPE
private java.lang.Object[] _memberTable
private ProcessState CANCELLED
private ProcessState FAILED
private ProcessState PENDING
private ProcessState COMPLETE
private ProcessState PROCESSING
private ProcessState UNKNOWN
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public 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 |
---|
public int getCANCELED_TYPE()
public void setCANCELED_TYPE(int CANCELED_TYPE)
CANCELED_TYPE
- The canceled typepublic int getCOMPLETED_TYPE()
public void setCOMPLETED_TYPE(int COMPLETED_TYPE)
COMPLETED_TYPE
- The completed typepublic int getFAILED_TYPE()
public void setFAILED_TYPE(int FAILED_TYPE)
FAILED_TYPE
- The failed typepublic int getPENDING_TYPE()
public void setPENDING_TYPE(int PENDING_TYPE)
PENDING_TYPE
- The pending typepublic int getPROCESSING_TYPE()
public void setPROCESSING_TYPE(int PROCESSING_TYPE)
PROCESSING_TYPE
- The processing typepublic java.lang.String getStringValue()
public void setStringValue(java.lang.String stringValue)
stringValue
- Field stringValuepublic int getType()
public void setType(int type)
type
- Feild typepublic int getUNKNOWN_TYPE()
public void setUNKNOWN_TYPE(int UNKNOWN_TYPE)
UNKNOWN_TYPE
- The unknown typepublic java.lang.Object[] get_memberTable()
public void set_memberTable(java.lang.Object[] _memberTable)
_memberTable
- public java.lang.Object get_memberTable(int i)
public void set_memberTable(int i, java.lang.Object _value)
public ProcessState getCANCELLED()
public void setCANCELLED(ProcessState CANCELLED)
CANCELLED
- public ProcessState getFAILED()
public void setFAILED(ProcessState FAILED)
FAILED
- public ProcessState getPENDING()
public void setPENDING(ProcessState PENDING)
PENDING
- public ProcessState getCOMPLETE()
public void setCOMPLETE(ProcessState COMPLETE)
COMPLETE
- public ProcessState getPROCESSING()
public void setPROCESSING(ProcessState PROCESSING)
PROCESSING
- public ProcessState getUNKNOWN()
public void setUNKNOWN(ProcessState UNKNOWN)
UNKNOWN
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |