com.bea.wli.calendar.schema
Interface FreeBusyFlagType

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource

public interface FreeBusyFlagType
extends XmlString

An XML freeBusyFlagType(@http://www.bea.com/wli/calendar/schema). This is an atomic type that is a restriction of com.bea.wli.calendar.schema.FreeBusyFlagType.


Nested Class Summary
static class FreeBusyFlagType.Enum
          Enumeration value class for com.bea.wli.calendar.schema.FreeBusyFlagType.
static class FreeBusyFlagType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static FreeBusyFlagType.Enum B
           
static FreeBusyFlagType.Enum F
           
static int INT_B
           
static int INT_F
           
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

F

static final FreeBusyFlagType.Enum F

B

static final FreeBusyFlagType.Enum B

INT_F

static final int INT_F
See Also:
Constant Field Values

INT_B

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

enumValue

StringEnumAbstractBase enumValue()

set

void set(StringEnumAbstractBase e)