public class

WorkShiftDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkShiftDataType

Class Overview

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>
 

Summary

Fields
protected Boolean inactive
protected LocationContextObjectType locationReference
protected String workShiftDescription
protected String workShiftID
protected String workShiftName
Public Constructors
WorkShiftDataType()
Public Methods
LocationContextObjectType getLocationReference()
Gets the value of the locationReference property.
String getWorkShiftDescription()
Gets the value of the workShiftDescription property.
String getWorkShiftID()
Gets the value of the workShiftID property.
String getWorkShiftName()
Gets the value of the workShiftName property.
Boolean isInactive()
Gets the value of the inactive property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setLocationReference(LocationContextObjectType value)
Sets the value of the locationReference property.
void setWorkShiftDescription(String value)
Sets the value of the workShiftDescription property.
void setWorkShiftID(String value)
Sets the value of the workShiftID property.
void setWorkShiftName(String value)
Sets the value of the workShiftName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean inactive

protected LocationContextObjectType locationReference

protected String workShiftDescription

protected String workShiftID

protected String workShiftName

Public Constructors

public WorkShiftDataType ()

Public Methods

public LocationContextObjectType getLocationReference ()

Gets the value of the locationReference property.

Returns

public String getWorkShiftDescription ()

Gets the value of the workShiftDescription property.

Returns
  • possible object is String

public String getWorkShiftID ()

Gets the value of the workShiftID property.

Returns
  • possible object is String

public String getWorkShiftName ()

Gets the value of the workShiftName property.

Returns
  • possible object is String

public Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setLocationReference (LocationContextObjectType value)

Sets the value of the locationReference property.

Parameters
value Allowed object is LocationContextObjectType

public void setWorkShiftDescription (String value)

Sets the value of the workShiftDescription property.

Parameters
value Allowed object is String

public void setWorkShiftID (String value)

Sets the value of the workShiftID property.

Parameters
value Allowed object is String

public void setWorkShiftName (String value)

Sets the value of the workShiftName property.

Parameters
value Allowed object is String