com.bea.wli.worklist.xml
Interface CalendarType

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CalendarType
extends XmlObject

An XML calendarType(@http://www.bea.com/wli/worklist/xml). This is a complex type.


Nested Class Summary
static class CalendarType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getName()
          Gets the "name" element
 String getUserOrGroup()
          Gets the "userOrGroup" element
 boolean isSetName()
          True if has "name" element
 boolean isSetUserOrGroup()
          True if has "userOrGroup" element
 void setName(String name)
          Sets the "name" element
 void setUserOrGroup(String userOrGroup)
          Sets the "userOrGroup" element
 void unsetName()
          Unsets the "name" element
 void unsetUserOrGroup()
          Unsets the "userOrGroup" element
 XmlString xgetName()
          Gets (as xml) the "name" element
 XmlString xgetUserOrGroup()
          Gets (as xml) the "userOrGroup" element
 void xsetName(XmlString name)
          Sets (as xml) the "name" element
 void xsetUserOrGroup(XmlString userOrGroup)
          Sets (as xml) the "userOrGroup" element
 
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
Method Detail

getName

String getName()
Gets the "name" element


xgetName

XmlString xgetName()
Gets (as xml) the "name" element


isSetName

boolean isSetName()
True if has "name" element


setName

void setName(String name)
Sets the "name" element


xsetName

void xsetName(XmlString name)
Sets (as xml) the "name" element


unsetName

void unsetName()
Unsets the "name" element


getUserOrGroup

String getUserOrGroup()
Gets the "userOrGroup" element


xgetUserOrGroup

XmlString xgetUserOrGroup()
Gets (as xml) the "userOrGroup" element


isSetUserOrGroup

boolean isSetUserOrGroup()
True if has "userOrGroup" element


setUserOrGroup

void setUserOrGroup(String userOrGroup)
Sets the "userOrGroup" element


xsetUserOrGroup

void xsetUserOrGroup(XmlString userOrGroup)
Sets (as xml) the "userOrGroup" element


unsetUserOrGroup

void unsetUserOrGroup()
Unsets the "userOrGroup" element