| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkShiftDataType |
Element containing all Work Shift data.
Java class for Work_Shift_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Work_Shift_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Work_Shift_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Work_Shift_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Work_Shift_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location_Reference" type="{urn:com.workday/bsvc}Location_ContextObjectType" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| inactive | |||||||||||
| locationReference | |||||||||||
| workShiftDescription | |||||||||||
| workShiftID | |||||||||||
| workShiftName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the locationReference property.
| |||||||||||
Gets the value of the workShiftDescription property.
| |||||||||||
Gets the value of the workShiftID property.
| |||||||||||
Gets the value of the workShiftName property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the locationReference property.
| |||||||||||
Sets the value of the workShiftDescription property.
| |||||||||||
Sets the value of the workShiftID property.
| |||||||||||
Sets the value of the workShiftName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the locationReference property.
LocationContextObjectType
Gets the value of the workShiftDescription property.
Gets the value of the workShiftID property.
Gets the value of the workShiftName property.
Gets the value of the inactive property.
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the locationReference property.
| value | Allowed object is
LocationContextObjectType
|
|---|
Sets the value of the workShiftDescription property.
| value | Allowed object is String |
|---|
Sets the value of the workShiftID property.
| value | Allowed object is String |
|---|
Sets the value of the workShiftName property.
| value | Allowed object is String |
|---|

