public class

PeriodStatusDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PeriodStatusDataType

Class Overview

Period Status Data element

Java class for Period_Status_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Period_Status_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType"/>
         <element name="Period_Status_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PeriodObjectType periodReference
protected UniqueIdentifierObjectType periodStatusReference
Public Constructors
PeriodStatusDataType()
Public Methods
PeriodObjectType getPeriodReference()
Gets the value of the periodReference property.
UniqueIdentifierObjectType getPeriodStatusReference()
Gets the value of the periodStatusReference property.
void setPeriodReference(PeriodObjectType value)
Sets the value of the periodReference property.
void setPeriodStatusReference(UniqueIdentifierObjectType value)
Sets the value of the periodStatusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PeriodObjectType periodReference

protected UniqueIdentifierObjectType periodStatusReference

Public Constructors

public PeriodStatusDataType ()

Public Methods

public PeriodObjectType getPeriodReference ()

Gets the value of the periodReference property.

Returns

public UniqueIdentifierObjectType getPeriodStatusReference ()

Gets the value of the periodStatusReference property.

Returns

public void setPeriodReference (PeriodObjectType value)

Sets the value of the periodReference property.

Parameters
value Allowed object is PeriodObjectType

public void setPeriodStatusReference (UniqueIdentifierObjectType value)

Sets the value of the periodStatusReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType