Overview

Represents the bom WeekShift type.

Members

Name Type Required Description

endDay

weekDay

endTime

string

startDay

weekDay

startTime

string

type

shiftType

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:weekShift xsi:type="obh:weekShift" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <endDay>your_weekDay_0</endDay>
        <endTime>your_string_0</endTime>
        <startDay>your_weekDay_0</startDay>
        <startTime>your_string_0</startTime>
        <type>your_shiftType_0</type>
</obh:weekShift>

Referenced By Representaions