| java.lang.Object | |
| ↳ | com.workday.compensation.PeriodActivityAssignmentVersionDataType |
Contains the individual assignment details of a new activity, changes to an existing activity, or an existing activity to be deleted.
Java class for Period_Activity_Assignment_Version_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period_Activity_Assignment_Version_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Period_Activity_Pay_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="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Assigned_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="36"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Assigned_Quantity" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="16"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Assigned_Unit_Rate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Payment_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Payment_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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignedAmount | |||||||||||
| assignedQuantity | |||||||||||
| assignedUnitRate | |||||||||||
| comment | |||||||||||
| currencyReference | |||||||||||
| paymentEndDate | |||||||||||
| paymentStartDate | |||||||||||
| periodActivityEndDate | |||||||||||
| periodActivityPayAssignmentReference | |||||||||||
| periodActivityReference | |||||||||||
| periodActivityStartDate | |||||||||||
| periodActivityTaskReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignedAmount property.
| |||||||||||
Gets the value of the assignedQuantity property.
| |||||||||||
Gets the value of the assignedUnitRate property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the paymentEndDate property.
| |||||||||||
Gets the value of the paymentStartDate property.
| |||||||||||
Gets the value of the periodActivityEndDate property.
| |||||||||||
Gets the value of the periodActivityPayAssignmentReference 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 assignedAmount property.
| |||||||||||
Sets the value of the assignedQuantity property.
| |||||||||||
Sets the value of the assignedUnitRate property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the paymentEndDate property.
| |||||||||||
Sets the value of the paymentStartDate property.
| |||||||||||
Sets the value of the periodActivityEndDate property.
| |||||||||||
Sets the value of the periodActivityPayAssignmentReference 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 assignedAmount property.
Gets the value of the assignedQuantity property.
Gets the value of the assignedUnitRate property.
Gets the value of the comment property.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the paymentEndDate property.
Gets the value of the paymentStartDate property.
Gets the value of the periodActivityEndDate property.
Gets the value of the periodActivityPayAssignmentReference property.
PeriodActivityAssignmentObjectType
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 assignedAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the assignedQuantity property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the assignedUnitRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the paymentEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodActivityEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodActivityPayAssignmentReference property.
| value | Allowed object is
PeriodActivityAssignmentObjectType
|
|---|
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
|
|---|