Package net.opengis.eml.x002
Interface TimerPatternType.TimerAt
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimerPatternTypeImpl.TimerAtImpl
- Enclosing interface:
- TimerPatternType
public static interface TimerPatternType.TimerAt extends org.apache.xmlbeans.XmlObjectAn XML TimerAt(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimerPatternType.TimerAt.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetDayOfMonth()Gets the "DayOfMonth" elementshortgetDayOfWeek()Gets the "DayOfWeek" elementshortgetHour()Gets the "Hour" elementshortgetMinute()Gets the "Minute" elementshortgetMonth()Gets the "Month" elementshortgetSecond()Gets the "Second" elementbooleanisSetDayOfMonth()True if has "DayOfMonth" elementbooleanisSetDayOfWeek()True if has "DayOfWeek" elementbooleanisSetHour()True if has "Hour" elementbooleanisSetMinute()True if has "Minute" elementbooleanisSetMonth()True if has "Month" elementbooleanisSetSecond()True if has "Second" elementvoidsetDayOfMonth(short dayOfMonth)Sets the "DayOfMonth" elementvoidsetDayOfWeek(short dayOfWeek)Sets the "DayOfWeek" elementvoidsetHour(short hour)Sets the "Hour" elementvoidsetMinute(short minute)Sets the "Minute" elementvoidsetMonth(short month)Sets the "Month" elementvoidsetSecond(short second)Sets the "Second" elementvoidunsetDayOfMonth()Unsets the "DayOfMonth" elementvoidunsetDayOfWeek()Unsets the "DayOfWeek" elementvoidunsetHour()Unsets the "Hour" elementvoidunsetMinute()Unsets the "Minute" elementvoidunsetMonth()Unsets the "Month" elementvoidunsetSecond()Unsets the "Second" elementDayOfMonthTypexgetDayOfMonth()Gets (as xml) the "DayOfMonth" elementDayOfWeekTypexgetDayOfWeek()Gets (as xml) the "DayOfWeek" elementHourTypexgetHour()Gets (as xml) the "Hour" elementMinuteSecondTypexgetMinute()Gets (as xml) the "Minute" elementMonthTypexgetMonth()Gets (as xml) the "Month" elementMinuteSecondTypexgetSecond()Gets (as xml) the "Second" elementvoidxsetDayOfMonth(DayOfMonthType dayOfMonth)Sets (as xml) the "DayOfMonth" elementvoidxsetDayOfWeek(DayOfWeekType dayOfWeek)Sets (as xml) the "DayOfWeek" elementvoidxsetHour(HourType hour)Sets (as xml) the "Hour" elementvoidxsetMinute(MinuteSecondType minute)Sets (as xml) the "Minute" elementvoidxsetMonth(MonthType month)Sets (as xml) the "Month" elementvoidxsetSecond(MinuteSecondType second)Sets (as xml) the "Second" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, 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
-
-
-
-
Method Detail
-
getSecond
short getSecond()
Gets the "Second" element
-
xgetSecond
MinuteSecondType xgetSecond()
Gets (as xml) the "Second" element
-
isSetSecond
boolean isSetSecond()
True if has "Second" element
-
setSecond
void setSecond(short second)
Sets the "Second" element
-
xsetSecond
void xsetSecond(MinuteSecondType second)
Sets (as xml) the "Second" element
-
unsetSecond
void unsetSecond()
Unsets the "Second" element
-
getMinute
short getMinute()
Gets the "Minute" element
-
xgetMinute
MinuteSecondType xgetMinute()
Gets (as xml) the "Minute" element
-
isSetMinute
boolean isSetMinute()
True if has "Minute" element
-
setMinute
void setMinute(short minute)
Sets the "Minute" element
-
xsetMinute
void xsetMinute(MinuteSecondType minute)
Sets (as xml) the "Minute" element
-
unsetMinute
void unsetMinute()
Unsets the "Minute" element
-
getHour
short getHour()
Gets the "Hour" element
-
xgetHour
HourType xgetHour()
Gets (as xml) the "Hour" element
-
isSetHour
boolean isSetHour()
True if has "Hour" element
-
setHour
void setHour(short hour)
Sets the "Hour" element
-
xsetHour
void xsetHour(HourType hour)
Sets (as xml) the "Hour" element
-
unsetHour
void unsetHour()
Unsets the "Hour" element
-
getDayOfWeek
short getDayOfWeek()
Gets the "DayOfWeek" element
-
xgetDayOfWeek
DayOfWeekType xgetDayOfWeek()
Gets (as xml) the "DayOfWeek" element
-
isSetDayOfWeek
boolean isSetDayOfWeek()
True if has "DayOfWeek" element
-
setDayOfWeek
void setDayOfWeek(short dayOfWeek)
Sets the "DayOfWeek" element
-
xsetDayOfWeek
void xsetDayOfWeek(DayOfWeekType dayOfWeek)
Sets (as xml) the "DayOfWeek" element
-
unsetDayOfWeek
void unsetDayOfWeek()
Unsets the "DayOfWeek" element
-
getDayOfMonth
short getDayOfMonth()
Gets the "DayOfMonth" element
-
xgetDayOfMonth
DayOfMonthType xgetDayOfMonth()
Gets (as xml) the "DayOfMonth" element
-
isSetDayOfMonth
boolean isSetDayOfMonth()
True if has "DayOfMonth" element
-
setDayOfMonth
void setDayOfMonth(short dayOfMonth)
Sets the "DayOfMonth" element
-
xsetDayOfMonth
void xsetDayOfMonth(DayOfMonthType dayOfMonth)
Sets (as xml) the "DayOfMonth" element
-
unsetDayOfMonth
void unsetDayOfMonth()
Unsets the "DayOfMonth" element
-
getMonth
short getMonth()
Gets the "Month" element
-
xgetMonth
MonthType xgetMonth()
Gets (as xml) the "Month" element
-
isSetMonth
boolean isSetMonth()
True if has "Month" element
-
setMonth
void setMonth(short month)
Sets the "Month" element
-
xsetMonth
void xsetMonth(MonthType month)
Sets (as xml) the "Month" element
-
unsetMonth
void unsetMonth()
Unsets the "Month" element
-
-