| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationMatrixDataType |
All data for this compensation matrix.
Java class for Compensation_Matrix_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Matrix_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Matrix_Matrix_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Compensation_Matrix_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Compensation_Matrix_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Rating_Scale_Reference" type="{urn:com.workday/bsvc}Rating_ScaleObjectType" minOccurs="0"/>
<choice>
<element name="Compensation_Matrix_Non-weighted_Percent_Based_Data" type="{urn:com.workday/bsvc}Compensation_Matrix_Non-weighted_Percent_Based_DataType" maxOccurs="unbounded"/>
<element name="Compensation_Matrix_Amount_Based_Data" type="{urn:com.workday/bsvc}Compensation_Matrix_Amount_Based_DataType" maxOccurs="unbounded"/>
<element name="Compensation_Matrix_for_Weighted_Percent_Based_Data" type="{urn:com.workday/bsvc}Compensation_Matrix_Weighted_Percent_Based_DataType" maxOccurs="unbounded"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationMatrixAmountBasedData | |||||||||||
| compensationMatrixDescription | |||||||||||
| compensationMatrixForWeightedPercentBasedData | |||||||||||
| compensationMatrixMatrixID | |||||||||||
| compensationMatrixName | |||||||||||
| compensationMatrixNonWeightedPercentBasedData | |||||||||||
| effectiveDate | |||||||||||
| ratingScaleReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationMatrixAmountBasedData property.
| |||||||||||
Gets the value of the compensationMatrixDescription property.
| |||||||||||
Gets the value of the compensationMatrixForWeightedPercentBasedData property.
| |||||||||||
Gets the value of the compensationMatrixMatrixID property.
| |||||||||||
Gets the value of the compensationMatrixName property.
| |||||||||||
Gets the value of the compensationMatrixNonWeightedPercentBasedData property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the ratingScaleReference property.
| |||||||||||
Sets the value of the compensationMatrixAmountBasedData property.
| |||||||||||
Sets the value of the compensationMatrixDescription property.
| |||||||||||
Sets the value of the compensationMatrixForWeightedPercentBasedData property.
| |||||||||||
Sets the value of the compensationMatrixMatrixID property.
| |||||||||||
Sets the value of the compensationMatrixName property.
| |||||||||||
Sets the value of the compensationMatrixNonWeightedPercentBasedData property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the ratingScaleReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationMatrixAmountBasedData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the compensationMatrixAmountBasedData property.
For example, to add a new item, do as follows:
getCompensationMatrixAmountBasedData().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationMatrixAmountBasedDataType
Gets the value of the compensationMatrixDescription property.
Gets the value of the compensationMatrixForWeightedPercentBasedData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the compensationMatrixForWeightedPercentBasedData property.
For example, to add a new item, do as follows:
getCompensationMatrixForWeightedPercentBasedData().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationMatrixWeightedPercentBasedDataType
Gets the value of the compensationMatrixMatrixID property.
Gets the value of the compensationMatrixName property.
Gets the value of the compensationMatrixNonWeightedPercentBasedData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the compensationMatrixNonWeightedPercentBasedData property.
For example, to add a new item, do as follows:
getCompensationMatrixNonWeightedPercentBasedData().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationMatrixNonWeightedPercentBasedDataType
Gets the value of the effectiveDate property.
Gets the value of the ratingScaleReference property.
RatingScaleObjectType
Sets the value of the compensationMatrixAmountBasedData property.
| compensationMatrixAmountBasedData | Allowed object is
CompensationMatrixAmountBasedDataType
|
|---|
Sets the value of the compensationMatrixDescription property.
| value | Allowed object is String |
|---|
Sets the value of the compensationMatrixForWeightedPercentBasedData property.
| compensationMatrixForWeightedPercentBasedData | Allowed object is
CompensationMatrixWeightedPercentBasedDataType
|
|---|
Sets the value of the compensationMatrixMatrixID property.
| value | Allowed object is String |
|---|
Sets the value of the compensationMatrixName property.
| value | Allowed object is String |
|---|
Sets the value of the compensationMatrixNonWeightedPercentBasedData property.
| compensationMatrixNonWeightedPercentBasedData | Allowed object is
CompensationMatrixNonWeightedPercentBasedDataType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the ratingScaleReference property.
| value | Allowed object is
RatingScaleObjectType
|
|---|