Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

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 JSON and 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">
        <obh:endDay>your_weekDay_0</obh:endDay>
        <obh:endTime>your_string_0</obh:endTime>
        <obh:startDay>your_weekDay_0</obh:startDay>
        <obh:startTime>your_string_0</obh:startTime>
        <obh:type>your_shiftType_0</obh:type>
</obh:weekShift>

JSON Example

(show inherited members)

{
    "beeType":"weekShift",
        "endDay":{ your_{http://www.oracle.com/beehive}endDay_as_weekDay0 },
        "endTime":"your_{http://www.oracle.com/beehive}endTime_as_string0",
        "startDay":{ your_{http://www.oracle.com/beehive}startDay_as_weekDay0 },
        "startTime":"your_{http://www.oracle.com/beehive}startTime_as_string0",
        "type":{ your_{http://www.oracle.com/beehive}type_as_shiftType0 }
}

XML Schema


<xs:complexType final="extension restriction" name="weekShift">
    <xs:sequence>
        <xs:element name="endDay" type="tns:weekDay"/>
        <xs:element name="endTime" type="xs:string"/>
        <xs:element name="startDay" type="tns:weekDay"/>
        <xs:element name="startTime" type="xs:string"/>
        <xs:element name="type" type="tns:shiftType"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to weekShift

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions