org.gxos.schema.types
Class AcknowledgeStatusType

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

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

See Also:
Serialized Form

Field Summary
static AcknowledgeStatusType REPLY
          The instance of the Reply type
static int REPLY_TYPE
          The Reply type
static AcknowledgeStatusType REQUEST
          The instance of the Request type
static int REQUEST_TYPE
          The Request type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of AcknowledgeStatusType
 int getType()
          Returns the type of this AcknowledgeStatusType
 java.lang.String toString()
          Returns the String representation of this AcknowledgeStatusType
static AcknowledgeStatusType valueOf(java.lang.String string)
          Returns a new AcknowledgeStatusType 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

REQUEST_TYPE

public static final int REQUEST_TYPE
The Request type

REQUEST

public static final AcknowledgeStatusType REQUEST
The instance of the Request type

REPLY_TYPE

public static final int REPLY_TYPE
The Reply type

REPLY

public static final AcknowledgeStatusType REPLY
The instance of the Reply type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this AcknowledgeStatusType

toString

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

valueOf

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