org.gxos.schema.types
Class AcknowledgeRequestType

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

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

See Also:
Serialized Form

Field Summary
static AcknowledgeRequestType NO
          The instance of the no type
static int NO_TYPE
          The no type
static AcknowledgeRequestType ONCOMPLETE
          The instance of the oncomplete type
static int ONCOMPLETE_TYPE
          The oncomplete type
static AcknowledgeRequestType ONRECEIPT
          The instance of the onreceipt type
static int ONRECEIPT_TYPE
          The onreceipt type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of AcknowledgeRequestType
 int getType()
          Returns the type of this AcknowledgeRequestType
 java.lang.String toString()
          Returns the String representation of this AcknowledgeRequestType
static AcknowledgeRequestType valueOf(java.lang.String string)
          Returns a new AcknowledgeRequestType 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

NO_TYPE

public static final int NO_TYPE
The no type

NO

public static final AcknowledgeRequestType NO
The instance of the no type

ONRECEIPT_TYPE

public static final int ONRECEIPT_TYPE
The onreceipt type

ONRECEIPT

public static final AcknowledgeRequestType ONRECEIPT
The instance of the onreceipt type

ONCOMPLETE_TYPE

public static final int ONCOMPLETE_TYPE
The oncomplete type

ONCOMPLETE

public static final AcknowledgeRequestType ONCOMPLETE
The instance of the oncomplete type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this AcknowledgeRequestType

toString

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

valueOf

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