|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.AcknowledgeStatusType
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 |
public static final int REQUEST_TYPE
public static final AcknowledgeStatusType REQUEST
public static final int REPLY_TYPE
public static final AcknowledgeStatusType REPLY
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static AcknowledgeStatusType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |