com.quartzdesk.service.types.v4_0.scheduler.quartz
Class QuartzCalendar

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzCalendar

public class QuartzCalendar
extends Object

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

id

protected String id

displayName

protected String displayName
Constructor Detail

QuartzCalendar

public QuartzCalendar()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

withId

public QuartzCalendar withId(String value)

withDisplayName

public QuartzCalendar withDisplayName(String value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.