|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DayType
An XML dayType(@http://www.bea.com/wli/calendar/schema). This is a complex type.
Nested Class Summary | |
---|---|
static class |
DayType.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 | |
---|---|
HourMinuteRangeType |
addNewHourMinuteRange()
Appends and returns a new empty "hourMinuteRange" element |
int |
getDayOfWeek()
Gets the "dayOfWeek" element |
HourMinuteRangeType |
getHourMinuteRange()
Gets the "hourMinuteRange" element |
boolean |
isSetHourMinuteRange()
True if has "hourMinuteRange" element |
void |
setDayOfWeek(int dayOfWeek)
Sets the "dayOfWeek" element |
void |
setHourMinuteRange(HourMinuteRangeType hourMinuteRange)
Sets the "hourMinuteRange" element |
void |
unsetHourMinuteRange()
Unsets the "hourMinuteRange" element |
XmlInt |
xgetDayOfWeek()
Gets (as xml) the "dayOfWeek" element |
void |
xsetDayOfWeek(XmlInt dayOfWeek)
Sets (as xml) the "dayOfWeek" 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 |
---|
int getDayOfWeek()
XmlInt xgetDayOfWeek()
void setDayOfWeek(int dayOfWeek)
void xsetDayOfWeek(XmlInt dayOfWeek)
HourMinuteRangeType getHourMinuteRange()
boolean isSetHourMinuteRange()
void setHourMinuteRange(HourMinuteRangeType hourMinuteRange)
HourMinuteRangeType addNewHourMinuteRange()
void unsetHourMinuteRange()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |