Class WorkdayType
java.lang.Object
oracle.bpm.services.organization.model.WorkdayType
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the weekDay property.Gets the value of the workPeriod property.boolean
boolean
void
setWeekDay
(WeekDaysEnum value) Sets the value of the weekDay property.void
-
Constructor Details
-
WorkdayType
public WorkdayType()
-
-
Method Details
-
getWeekDay
Gets the value of the weekDay property.- Returns:
- possible object is
WeekDaysEnum
-
setWeekDay
Sets the value of the weekDay property.- Parameters:
value
- allowed object isWeekDaysEnum
-
isSetWeekDay
public boolean isSetWeekDay() -
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()
-