Class WorkdayType

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

public class WorkdayType extends Object implements 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:
  • Constructor Details

    • WorkdayType

      public WorkdayType()
  • Method Details

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