org.gxos.schema.types
Class ProcessingStatusType

java.lang.Object
  |
  +--org.gxos.schema.types.ProcessingStatusType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static ProcessingStatusType ACKNOWLEDGE
          The instance of the Acknowledge type
static int ACKNOWLEDGE_TYPE
          The Acknowledge type
static ProcessingStatusType FAILURE
          The instance of the Failure type
static int FAILURE_TYPE
          The Failure type
static ProcessingStatusType ORIGINATE
          The instance of the Originate type
static int ORIGINATE_TYPE
          The Originate type
static ProcessingStatusType REPLAY
          The instance of the Replay type
static int REPLAY_TYPE
          The Replay type
static ProcessingStatusType SUCCESS
          The instance of the Success type
static int SUCCESS_TYPE
          The Success type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of ProcessingStatusType
 int getType()
          Returns the type of this ProcessingStatusType
 java.lang.String toString()
          Returns the String representation of this ProcessingStatusTyp
static ProcessingStatusType valueOf(java.lang.String string)
          Returns a new ProcessingStatusType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUCCESS_TYPE

public static final int SUCCESS_TYPE
The Success type

SUCCESS

public static final ProcessingStatusType SUCCESS
The instance of the Success type

FAILURE_TYPE

public static final int FAILURE_TYPE
The Failure type

FAILURE

public static final ProcessingStatusType FAILURE
The instance of the Failure type

REPLAY_TYPE

public static final int REPLAY_TYPE
The Replay type

REPLAY

public static final ProcessingStatusType REPLAY
The instance of the Replay type

ORIGINATE_TYPE

public static final int ORIGINATE_TYPE
The Originate type

ORIGINATE

public static final ProcessingStatusType ORIGINATE
The instance of the Originate type

ACKNOWLEDGE_TYPE

public static final int ACKNOWLEDGE_TYPE
The Acknowledge type

ACKNOWLEDGE

public static final ProcessingStatusType ACKNOWLEDGE
The instance of the Acknowledge type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of ProcessingStatusType

getType

public int getType()
Returns the type of this ProcessingStatusType

toString

public java.lang.String toString()
Returns the String representation of this ProcessingStatusTyp
Overrides:
toString in class java.lang.Object

valueOf

public static ProcessingStatusType valueOf(java.lang.String string)
Returns a new ProcessingStatusType based on the given String value.
Parameters:
string -