|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CalendarType
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 |
---|
static final SchemaType type
Method Detail |
---|
String getName()
XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(XmlString name)
void unsetName()
String getUserOrGroup()
XmlString xgetUserOrGroup()
boolean isSetUserOrGroup()
void setUserOrGroup(String userOrGroup)
void xsetUserOrGroup(XmlString userOrGroup)
void unsetUserOrGroup()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |