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

oracle.bpm.services.organization.model
Class HolidayType

java.lang.Object
  extended by oracle.bpm.services.organization.model.HolidayType
All Implemented Interfaces:
java.io.Serializable

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

Java class for holidayType complex type.

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

 <complexType name="holidayType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="holidayPattern" type="{http://xmlns.oracle.com/bpm/organization}holidayPatternEnum"/>
         <element name="holidayDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Nth" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="weekDay" type="{http://xmlns.oracle.com/bpm/organization}weekDaysEnum" minOccurs="0"/>
         <element name="month" type="{http://xmlns.oracle.com/bpm/organization}monthsEnum" minOccurs="0"/>
         <element name="refHoliday" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
HolidayType()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getHolidayDate()
          Gets the value of the holidayDate property.
 HolidayPatternEnum getHolidayPattern()
          Gets the value of the holidayPattern property.
 MonthsEnum getMonth()
          Gets the value of the month property.
 java.lang.String getName()
          Gets the value of the name property.
 java.math.BigInteger getNth()
          Gets the value of the nth property.
 java.lang.String getRefHoliday()
          Gets the value of the refHoliday property.
 WeekDaysEnum getWeekDay()
          Gets the value of the weekDay property.
 boolean isSetHolidayDate()
           
 boolean isSetHolidayPattern()
           
 boolean isSetMonth()
           
 boolean isSetName()
           
 boolean isSetNth()
           
 boolean isSetRefHoliday()
           
 boolean isSetWeekDay()
           
 void setHolidayDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the holidayDate property.
 void setHolidayPattern(HolidayPatternEnum value)
          Sets the value of the holidayPattern property.
 void setMonth(MonthsEnum value)
          Sets the value of the month property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNth(java.math.BigInteger value)
          Sets the value of the nth property.
 void setRefHoliday(java.lang.String value)
          Sets the value of the refHoliday property.
 void setWeekDay(WeekDaysEnum value)
          Sets the value of the weekDay property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HolidayType

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

getHolidayPattern

public HolidayPatternEnum getHolidayPattern()
Gets the value of the holidayPattern property.

Returns:
possible object is HolidayPatternEnum

setHolidayPattern

public void setHolidayPattern(HolidayPatternEnum value)
Sets the value of the holidayPattern property.

Parameters:
value - allowed object is HolidayPatternEnum

isSetHolidayPattern

public boolean isSetHolidayPattern()

getHolidayDate

public javax.xml.datatype.XMLGregorianCalendar getHolidayDate()
Gets the value of the holidayDate property.

Returns:
possible object is XMLGregorianCalendar

setHolidayDate

public void setHolidayDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the holidayDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetHolidayDate

public boolean isSetHolidayDate()

getNth

public java.math.BigInteger getNth()
Gets the value of the nth property.

Returns:
possible object is BigInteger

setNth

public void setNth(java.math.BigInteger value)
Sets the value of the nth property.

Parameters:
value - allowed object is BigInteger

isSetNth

public boolean isSetNth()

getWeekDay

public WeekDaysEnum getWeekDay()
Gets the value of the weekDay property.

Returns:
possible object is WeekDaysEnum

setWeekDay

public void setWeekDay(WeekDaysEnum value)
Sets the value of the weekDay property.

Parameters:
value - allowed object is WeekDaysEnum

isSetWeekDay

public boolean isSetWeekDay()

getMonth

public MonthsEnum getMonth()
Gets the value of the month property.

Returns:
possible object is MonthsEnum

setMonth

public void setMonth(MonthsEnum value)
Sets the value of the month property.

Parameters:
value - allowed object is MonthsEnum

isSetMonth

public boolean isSetMonth()

getRefHoliday

public java.lang.String getRefHoliday()
Gets the value of the refHoliday property.

Returns:
possible object is String

setRefHoliday

public void setRefHoliday(java.lang.String value)
Sets the value of the refHoliday property.

Parameters:
value - allowed object is String

isSetRefHoliday

public boolean isSetRefHoliday()

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

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