| java.lang.Object | |
| ↳ | com.workday.compensation.PeriodActivityAssignmentDeletedDataType |
Contains assignments which have been removed from the employee. An assignment can only be removed if no pay activity has occurred.
Java class for Period_Activity_Assignment_Deleted_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period_Activity_Assignment_Deleted_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Period_Activity_Assignment_Reference" type="{urn:com.workday/bsvc}Period_Activity_AssignmentObjectType" minOccurs="0"/>
<element name="Period_Activity_Reference" type="{urn:com.workday/bsvc}Period_ActivityObjectType" minOccurs="0"/>
<element name="Period_Activity_Task_Reference" type="{urn:com.workday/bsvc}Period_Activity_TaskObjectType" minOccurs="0"/>
<element name="Period_Activity_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Period_Activity_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Comment" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="500"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| periodActivityAssignmentReference | |||||||||||
| periodActivityEndDate | |||||||||||
| periodActivityReference | |||||||||||
| periodActivityStartDate | |||||||||||
| periodActivityTaskReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the periodActivityAssignmentReference property.
| |||||||||||
Gets the value of the periodActivityEndDate property.
| |||||||||||
Gets the value of the periodActivityReference property.
| |||||||||||
Gets the value of the periodActivityStartDate property.
| |||||||||||
Gets the value of the periodActivityTaskReference property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the periodActivityAssignmentReference property.
| |||||||||||
Sets the value of the periodActivityEndDate property.
| |||||||||||
Sets the value of the periodActivityReference property.
| |||||||||||
Sets the value of the periodActivityStartDate property.
| |||||||||||
Sets the value of the periodActivityTaskReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the comment property.
Gets the value of the periodActivityAssignmentReference property.
PeriodActivityAssignmentObjectType
Gets the value of the periodActivityEndDate property.
Gets the value of the periodActivityReference property.
PeriodActivityObjectType
Gets the value of the periodActivityStartDate property.
Gets the value of the periodActivityTaskReference property.
PeriodActivityTaskObjectType
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the periodActivityAssignmentReference property.
| value | Allowed object is
PeriodActivityAssignmentObjectType
|
|---|
Sets the value of the periodActivityEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodActivityReference property.
| value | Allowed object is
PeriodActivityObjectType
|
|---|
Sets the value of the periodActivityStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodActivityTaskReference property.
| value | Allowed object is
PeriodActivityTaskObjectType
|
|---|