com.bea.wli.worklist.xml
Interface AdminStateType

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource

public interface AdminStateType
extends XmlString

An XML adminStateType(@http://www.bea.com/wli/worklist/xml). This is an atomic type that is a restriction of com.bea.wli.worklist.xml.AdminStateType.


Nested Class Summary
static class AdminStateType.Enum
          Enumeration value class for com.bea.wli.worklist.xml.AdminStateType.
static class AdminStateType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static AdminStateType.Enum ABORTED
           
static AdminStateType.Enum ACTIVE
           
static AdminStateType.Enum COMPLETED
           
static AdminStateType.Enum ERROR
           
static int INT_ABORTED
           
static int INT_ACTIVE
           
static int INT_COMPLETED
           
static int INT_ERROR
           
static int INT_SUSPENDED
           
static AdminStateType.Enum SUSPENDED
           
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 StringEnumAbstractBase enumValue()
           
 void set(StringEnumAbstractBase e)
           
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final SchemaType type

ACTIVE

static final AdminStateType.Enum ACTIVE

COMPLETED

static final AdminStateType.Enum COMPLETED

ABORTED

static final AdminStateType.Enum ABORTED

SUSPENDED

static final AdminStateType.Enum SUSPENDED

ERROR

static final AdminStateType.Enum ERROR

INT_ACTIVE

static final int INT_ACTIVE
See Also:
Constant Field Values

INT_COMPLETED

static final int INT_COMPLETED
See Also:
Constant Field Values

INT_ABORTED

static final int INT_ABORTED
See Also:
Constant Field Values

INT_SUSPENDED

static final int INT_SUSPENDED
See Also:
Constant Field Values

INT_ERROR

static final int INT_ERROR
See Also:
Constant Field Values
Method Detail

enumValue

StringEnumAbstractBase enumValue()

set

void set(StringEnumAbstractBase e)