|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v3_0.scheduler.quartz.QuartzCalendar
public class QuartzCalendar
Java class for QuartzCalendar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuartzCalendar">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
displayName
|
protected String |
id
|
| Constructor Summary | |
|---|---|
QuartzCalendar()
|
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property. |
String |
getId()
Gets the value of the id property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setId(String value)
Sets the value of the id property. |
QuartzCalendar |
withDisplayName(String value)
|
QuartzCalendar |
withId(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String displayName
| Constructor Detail |
|---|
public QuartzCalendar()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic QuartzCalendar withId(String value)
public QuartzCalendar withDisplayName(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||