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 WorkdayType

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

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

Java class for workdayType complex type.

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

 <complexType name="workdayType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="weekDay" type="{http://xmlns.oracle.com/bpm/organization}weekDaysEnum"/>
         <element name="workPeriod" type="{http://xmlns.oracle.com/bpm/organization}workPeriodType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
WorkdayType()
           
 
Method Summary
 WeekDaysEnum getWeekDay()
          Gets the value of the weekDay property.
 java.util.List<WorkPeriodType> getWorkPeriod()
          Gets the value of the workPeriod property.
 boolean isSetWeekDay()
           
 boolean isSetWorkPeriod()
           
 void setWeekDay(WeekDaysEnum value)
          Sets the value of the weekDay property.
 void unsetWorkPeriod()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkdayType

public WorkdayType()
Method Detail

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

getWorkPeriod

public java.util.List<WorkPeriodType> getWorkPeriod()
Gets the value of the workPeriod 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 workPeriod property.

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

    getWorkPeriod().add(newItem);
 

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


isSetWorkPeriod

public boolean isSetWorkPeriod()

unsetWorkPeriod

public void unsetWorkPeriod()

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.