net.opengis.eml.x001
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.XmlObject

An XML TimerAt(@http://www.opengis.net/eml/0.0.1). This is a complex type.


Nested Class Summary
static class TimerPatternType.TimerAt.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 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
 
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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
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



Copyright © 2004-2013 52north.org. All Rights Reserved.