public static interface TimerPatternType.TimerAt
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TimerPatternType.TimerAt.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
short |
getDayOfMonth()
Gets the "DayOfMonth" element
|
short |
getDayOfWeek()
Gets the "DayOfWeek" element
|
short |
getHour()
Gets the "Hour" element
|
short |
getMinute()
Gets the "Minute" element
|
short |
getMonth()
Gets the "Month" element
|
short |
getSecond()
Gets the "Second" element
|
boolean |
isSetDayOfMonth()
True if has "DayOfMonth" element
|
boolean |
isSetDayOfWeek()
True if has "DayOfWeek" element
|
boolean |
isSetHour()
True if has "Hour" element
|
boolean |
isSetMinute()
True if has "Minute" element
|
boolean |
isSetMonth()
True if has "Month" element
|
boolean |
isSetSecond()
True if has "Second" element
|
void |
setDayOfMonth(short dayOfMonth)
Sets the "DayOfMonth" element
|
void |
setDayOfWeek(short dayOfWeek)
Sets the "DayOfWeek" element
|
void |
setHour(short hour)
Sets the "Hour" element
|
void |
setMinute(short minute)
Sets the "Minute" element
|
void |
setMonth(short month)
Sets the "Month" element
|
void |
setSecond(short second)
Sets the "Second" element
|
void |
unsetDayOfMonth()
Unsets the "DayOfMonth" element
|
void |
unsetDayOfWeek()
Unsets the "DayOfWeek" element
|
void |
unsetHour()
Unsets the "Hour" element
|
void |
unsetMinute()
Unsets the "Minute" element
|
void |
unsetMonth()
Unsets the "Month" element
|
void |
unsetSecond()
Unsets the "Second" element
|
DayOfMonthType |
xgetDayOfMonth()
Gets (as xml) the "DayOfMonth" element
|
DayOfWeekType |
xgetDayOfWeek()
Gets (as xml) the "DayOfWeek" element
|
HourType |
xgetHour()
Gets (as xml) the "Hour" element
|
MinuteSecondType |
xgetMinute()
Gets (as xml) the "Minute" element
|
MonthType |
xgetMonth()
Gets (as xml) the "Month" element
|
MinuteSecondType |
xgetSecond()
Gets (as xml) the "Second" element
|
void |
xsetDayOfMonth(DayOfMonthType dayOfMonth)
Sets (as xml) the "DayOfMonth" element
|
void |
xsetDayOfWeek(DayOfWeekType dayOfWeek)
Sets (as xml) the "DayOfWeek" element
|
void |
xsetHour(HourType hour)
Sets (as xml) the "Hour" element
|
void |
xsetMinute(MinuteSecondType minute)
Sets (as xml) the "Minute" element
|
void |
xsetMonth(MonthType month)
Sets (as xml) the "Month" element
|
void |
xsetSecond(MinuteSecondType second)
Sets (as xml) the "Second" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextshort getSecond()
MinuteSecondType xgetSecond()
boolean isSetSecond()
void setSecond(short second)
void xsetSecond(MinuteSecondType second)
void unsetSecond()
short getMinute()
MinuteSecondType xgetMinute()
boolean isSetMinute()
void setMinute(short minute)
void xsetMinute(MinuteSecondType minute)
void unsetMinute()
short getHour()
HourType xgetHour()
boolean isSetHour()
void setHour(short hour)
void xsetHour(HourType hour)
void unsetHour()
short getDayOfWeek()
DayOfWeekType xgetDayOfWeek()
boolean isSetDayOfWeek()
void setDayOfWeek(short dayOfWeek)
void xsetDayOfWeek(DayOfWeekType dayOfWeek)
void unsetDayOfWeek()
short getDayOfMonth()
DayOfMonthType xgetDayOfMonth()
boolean isSetDayOfMonth()
void setDayOfMonth(short dayOfMonth)
void xsetDayOfMonth(DayOfMonthType dayOfMonth)
void unsetDayOfMonth()
short getMonth()
MonthType xgetMonth()
boolean isSetMonth()
void setMonth(short month)
void xsetMonth(MonthType month)
void unsetMonth()
Copyright © 2018 52north.org. All rights reserved.