Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.organization.model
Class CalendarRule

java.lang.Object
  extended by oracle.bpm.services.organization.model.CalendarRule

All Implemented Interfaces:
java.io.Serializable

public class CalendarRule
extends java.lang.Object
implements java.io.Serializable

Represents Business Calendar

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdIdentityCtx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastUpdatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastUpdatedIdentityCtx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastUpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="workdayList" type="{http://xmlns.oracle.com/bpm/organization}workdayListType"/>
         <element name="holidayRuleId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="holidayRuleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
CalendarRule()
           

 

Method Summary
 java.lang.String getCreatedBy()
          Gets the value of the createdBy property.
 javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
          Gets the value of the createdDate property.
 java.lang.String getCreatedIdentityCtx()
          Gets the value of the createdIdentityCtx property.
 java.lang.String getHolidayRuleId()
          Gets the value of the holidayRuleId property.
 java.lang.String getHolidayRuleName()
          Gets the value of the holidayRuleName property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getLastUpdatedBy()
          Gets the value of the lastUpdatedBy property.
 javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
          Gets the value of the lastUpdatedDate property.
 java.lang.String getLastUpdatedIdentityCtx()
          Gets the value of the lastUpdatedIdentityCtx property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getTimeZone()
          Gets the value of the timeZone property.
 WorkdayListType getWorkdayList()
          Gets the value of the workdayList property.
 boolean isSetCreatedBy()
           
 boolean isSetCreatedDate()
           
 boolean isSetCreatedIdentityCtx()
           
 boolean isSetHolidayRuleId()
           
 boolean isSetHolidayRuleName()
           
 boolean isSetId()
           
 boolean isSetLastUpdatedBy()
           
 boolean isSetLastUpdatedDate()
           
 boolean isSetLastUpdatedIdentityCtx()
           
 boolean isSetName()
           
 boolean isSetTimeZone()
           
 boolean isSetWorkdayList()
           
 void setCreatedBy(java.lang.String value)
          Sets the value of the createdBy property.
 void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the createdDate property.
 void setCreatedIdentityCtx(java.lang.String value)
          Sets the value of the createdIdentityCtx property.
 void setHolidayRuleId(java.lang.String value)
          Sets the value of the holidayRuleId property.
 void setHolidayRuleName(java.lang.String value)
          Sets the value of the holidayRuleName property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setLastUpdatedBy(java.lang.String value)
          Sets the value of the lastUpdatedBy property.
 void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the lastUpdatedDate property.
 void setLastUpdatedIdentityCtx(java.lang.String value)
          Sets the value of the lastUpdatedIdentityCtx property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTimeZone(java.lang.String value)
          Sets the value of the timeZone property.
 void setWorkdayList(WorkdayListType value)
          Sets the value of the workdayList property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CalendarRule

public CalendarRule()

Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getId

public java.lang.String getId()
Gets the value of the id property.
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.
Parameters:
value - allowed object is String

isSetId

public boolean isSetId()

getCreatedBy

public java.lang.String getCreatedBy()
Gets the value of the createdBy property.
Returns:
possible object is String

setCreatedBy

public void setCreatedBy(java.lang.String value)
Sets the value of the createdBy property.
Parameters:
value - allowed object is String

isSetCreatedBy

public boolean isSetCreatedBy()

getCreatedIdentityCtx

public java.lang.String getCreatedIdentityCtx()
Gets the value of the createdIdentityCtx property.
Returns:
possible object is String

setCreatedIdentityCtx

public void setCreatedIdentityCtx(java.lang.String value)
Sets the value of the createdIdentityCtx property.
Parameters:
value - allowed object is String

isSetCreatedIdentityCtx

public boolean isSetCreatedIdentityCtx()

getCreatedDate

public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
Returns:
possible object is XMLGregorianCalendar

setCreatedDate

public void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetCreatedDate

public boolean isSetCreatedDate()

getLastUpdatedBy

public java.lang.String getLastUpdatedBy()
Gets the value of the lastUpdatedBy property.
Returns:
possible object is String

setLastUpdatedBy

public void setLastUpdatedBy(java.lang.String value)
Sets the value of the lastUpdatedBy property.
Parameters:
value - allowed object is String

isSetLastUpdatedBy

public boolean isSetLastUpdatedBy()

getLastUpdatedIdentityCtx

public java.lang.String getLastUpdatedIdentityCtx()
Gets the value of the lastUpdatedIdentityCtx property.
Returns:
possible object is String

setLastUpdatedIdentityCtx

public void setLastUpdatedIdentityCtx(java.lang.String value)
Sets the value of the lastUpdatedIdentityCtx property.
Parameters:
value - allowed object is String

isSetLastUpdatedIdentityCtx

public boolean isSetLastUpdatedIdentityCtx()

getLastUpdatedDate

public javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
Gets the value of the lastUpdatedDate property.
Returns:
possible object is XMLGregorianCalendar

setLastUpdatedDate

public void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastUpdatedDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetLastUpdatedDate

public boolean isSetLastUpdatedDate()

getTimeZone

public java.lang.String getTimeZone()
Gets the value of the timeZone property.
Returns:
possible object is String

setTimeZone

public void setTimeZone(java.lang.String value)
Sets the value of the timeZone property.
Parameters:
value - allowed object is String

isSetTimeZone

public boolean isSetTimeZone()

getWorkdayList

public WorkdayListType getWorkdayList()
Gets the value of the workdayList property.
Returns:
possible object is WorkdayListType

setWorkdayList

public void setWorkdayList(WorkdayListType value)
Sets the value of the workdayList property.
Parameters:
value - allowed object is WorkdayListType

isSetWorkdayList

public boolean isSetWorkdayList()

getHolidayRuleId

public java.lang.String getHolidayRuleId()
Gets the value of the holidayRuleId property.
Returns:
possible object is String

setHolidayRuleId

public void setHolidayRuleId(java.lang.String value)
Sets the value of the holidayRuleId property.
Parameters:
value - allowed object is String

isSetHolidayRuleId

public boolean isSetHolidayRuleId()

getHolidayRuleName

public java.lang.String getHolidayRuleName()
Gets the value of the holidayRuleName property.
Returns:
possible object is String

setHolidayRuleName

public void setHolidayRuleName(java.lang.String value)
Sets the value of the holidayRuleName property.
Parameters:
value - allowed object is String

isSetHolidayRuleName

public boolean isSetHolidayRuleName()

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.