| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PeriodStatusDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| periodReference | |||||||||||
| periodStatusReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the periodReference property.
| |||||||||||
Gets the value of the periodStatusReference property.
| |||||||||||
Sets the value of the periodReference property.
| |||||||||||
Sets the value of the periodStatusReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the periodReference property.
PeriodObjectType
Gets the value of the periodStatusReference property.
UniqueIdentifierObjectType
Sets the value of the periodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|
Sets the value of the periodStatusReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|