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