com.quartzdesk.service.types.v1_0.scheduler.quartz
Class Calendar

java.lang.Object
  extended by com.quartzdesk.service.types.v1_0.scheduler.quartz.Calendar

public class Calendar
extends Object

Java class for Calendar complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Calendar">
   <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
Calendar()
           
 
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.
 Calendar withDisplayName(String value)
           
 Calendar 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

Calendar

public Calendar()
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 Calendar withId(String value)

withDisplayName

public Calendar withDisplayName(String value)


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