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 HolidayRule

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

All Implemented Interfaces:
java.io.Serializable

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

Represents a Holiday list

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="holidays" type="{http://xmlns.oracle.com/bpm/organization}holidayType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
HolidayRule()
           

 

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.util.List<HolidayType> getHolidays()
          Gets the value of the holidays 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.
 boolean isSetCreatedBy()
           
 boolean isSetCreatedDate()
           
 boolean isSetCreatedIdentityCtx()
           
 boolean isSetHolidays()
           
 boolean isSetId()
           
 boolean isSetLastUpdatedBy()
           
 boolean isSetLastUpdatedDate()
           
 boolean isSetLastUpdatedIdentityCtx()
           
 boolean isSetName()
           
 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 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 unsetHolidays()
           

 

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

 

Constructor Detail

HolidayRule

public HolidayRule()

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()

getHolidays

public java.util.List<HolidayType> getHolidays()
Gets the value of the holidays property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the holidays property.

For example, to add a new item, do as follows:

    getHolidays().add(newItem);
 

Objects of the following type(s) are allowed in the list HolidayType


isSetHolidays

public boolean isSetHolidays()

unsetHolidays

public void unsetHolidays()

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.