com.bea.wli.worklist.xml
Interface AssigneeTypeType

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource

public interface AssigneeTypeType
extends XmlString

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


Nested Class Summary
static class AssigneeTypeType.Enum
          Enumeration value class for com.bea.wli.worklist.xml.AssigneeTypeType.
static class AssigneeTypeType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static AssigneeTypeType.Enum GROUP
           
static int INT_GROUP
           
static int INT_RULE
           
static int INT_USER
           
static AssigneeTypeType.Enum RULE
           
static SchemaType type
           
static AssigneeTypeType.Enum USER
           
 
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

USER

static final AssigneeTypeType.Enum USER

GROUP

static final AssigneeTypeType.Enum GROUP

RULE

static final AssigneeTypeType.Enum RULE

INT_USER

static final int INT_USER
See Also:
Constant Field Values

INT_GROUP

static final int INT_GROUP
See Also:
Constant Field Values

INT_RULE

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

enumValue

StringEnumAbstractBase enumValue()

set

void set(StringEnumAbstractBase e)