public class Timer
extends java.lang.Object
Java class for timerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/> <element name="schedule" type="{http://java.sun.com/xml/ns/javaee}timer-scheduleType"/> <element name="start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="timeout-method" type="{http://java.sun.com/xml/ns/javaee}named-methodType"/> <element name="persistent" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="timezone" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="info" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected TextMap |
description |
protected javax.xml.datatype.XMLGregorianCalendar |
end |
protected java.lang.String |
id |
protected java.lang.String |
info |
protected java.lang.Boolean |
persistent |
protected TimerSchedule |
schedule |
protected javax.xml.datatype.XMLGregorianCalendar |
start |
protected NamedMethod |
timeoutMethod |
protected java.lang.String |
timezone |
Constructor and Description |
---|
Timer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
javax.xml.datatype.XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getInfo()
Gets the value of the info property.
|
java.lang.Boolean |
getPersistent() |
TimerSchedule |
getSchedule()
Gets the value of the schedule property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
NamedMethod |
getTimeoutMethod()
Gets the value of the timeoutMethod property.
|
java.lang.String |
getTimezone()
Gets the value of the timezone property.
|
void |
setDescriptions(Text[] text) |
void |
setEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInfo(java.lang.String value)
Sets the value of the info property.
|
void |
setPersistent(java.lang.Boolean value) |
void |
setSchedule(TimerSchedule value)
Sets the value of the schedule property.
|
void |
setStart(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the start property.
|
void |
setTimeoutMethod(NamedMethod value)
Sets the value of the timeoutMethod property.
|
void |
setTimezone(java.lang.String value)
Sets the value of the timezone property.
|
protected TextMap description
protected TimerSchedule schedule
protected javax.xml.datatype.XMLGregorianCalendar start
protected javax.xml.datatype.XMLGregorianCalendar end
protected NamedMethod timeoutMethod
protected java.lang.Boolean persistent
protected java.lang.String timezone
protected java.lang.String info
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public TimerSchedule getSchedule()
TimerSchedule
public void setSchedule(TimerSchedule value)
value
- allowed object is
TimerSchedule
public javax.xml.datatype.XMLGregorianCalendar getStart()
XMLGregorianCalendar
public void setStart(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEnd()
XMLGregorianCalendar
public void setEnd(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public NamedMethod getTimeoutMethod()
NamedMethod
public void setTimeoutMethod(NamedMethod value)
value
- allowed object is
NamedMethod
public java.lang.Boolean getPersistent()
public void setPersistent(java.lang.Boolean value)
public java.lang.String getTimezone()
String
public void setTimezone(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInfo()
String
public void setInfo(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String