| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkShiftType |
Element containing work shift reference and data.
Java class for Work_ShiftType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Work_ShiftType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Work_Shift_Reference" type="{urn:com.workday/bsvc}Work_ShiftObjectType" minOccurs="0"/>
<element name="Work_Shift_Data" type="{urn:com.workday/bsvc}Work_Shift_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| workShiftData | |||||||||||
| workShiftReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the workShiftData property.
| |||||||||||
Gets the value of the workShiftReference property.
| |||||||||||
Sets the value of the workShiftReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the workShiftData 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 workShiftData property.
For example, to add a new item, do as follows:
getWorkShiftData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkShiftDataType
Gets the value of the workShiftReference property.
WorkShiftObjectType
Sets the value of the workShiftReference property.
| value | Allowed object is
WorkShiftObjectType
|
|---|

