public class TaskItem
extends java.lang.Object
Java class for taskItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taskItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="dayOfWeek" type="{}dayofweekType"/>
<element name="dayOfMonth" type="{}dayofmonthType"/>
</choice>
<element name="startTime" type="{}timeHHMM" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="bean" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.String |
bean |
protected java.lang.String |
dayOfMonth |
protected java.lang.String |
dayOfWeek |
protected java.lang.String |
domain |
protected java.lang.String |
name |
protected java.lang.String |
objectid |
protected java.lang.String |
startTime |
protected java.lang.String |
uniquename |
| Constructor and Description |
|---|
TaskItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getBean()
Gets the value of the bean property.
|
java.lang.String |
getDayOfMonth()
Gets the value of the dayOfMonth property.
|
java.lang.String |
getDayOfWeek()
Gets the value of the dayOfWeek property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.lang.String |
getStartTime()
Gets the value of the startTime property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setBean(java.lang.String value)
Sets the value of the bean property.
|
void |
setDayOfMonth(java.lang.String value)
Sets the value of the dayOfMonth property.
|
void |
setDayOfWeek(java.lang.String value)
Sets the value of the dayOfWeek property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setStartTime(java.lang.String value)
Sets the value of the startTime property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected java.lang.String dayOfWeek
protected java.lang.String dayOfMonth
protected java.lang.String startTime
protected java.lang.String bean
protected java.lang.String name
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.lang.String getDayOfWeek()
Stringpublic void setDayOfWeek(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDayOfMonth()
Stringpublic void setDayOfMonth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStartTime()
Stringpublic void setStartTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBean()
Stringpublic void setBean(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String