| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationGradeProfileDataType |
Contains compensation grade profile data.
Java class for Compensation_Grade_Profile_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Grade_Profile_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Grade_Profile_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="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Compensation_Element_Reference" type="{urn:com.workday/bsvc}Compensation_Pay_EarningObjectType" maxOccurs="unbounded"/>
<element name="Eligibility_Rule_Reference" type="{urn:com.workday/bsvc}Condition_RuleObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Compensation_Pay_Range_Data" type="{urn:com.workday/bsvc}Compensation_Pay_Range_DataType" minOccurs="0"/>
<element name="Setup_Security_Segment_Reference" type="{urn:com.workday/bsvc}Compensation_Setup_Security_SegmentObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Alternative_Pay_Range" type="{urn:com.workday/bsvc}Alternative_Pay_RangeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| alternativePayRange | |||||||||||
| compensationElementReference | |||||||||||
| compensationGradeProfileID | |||||||||||
| compensationPayRangeData | |||||||||||
| description | |||||||||||
| effectiveDate | |||||||||||
| eligibilityRuleReference | |||||||||||
| name | |||||||||||
| setupSecuritySegmentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the alternativePayRange property.
| |||||||||||
Gets the value of the compensationElementReference property.
| |||||||||||
Gets the value of the compensationGradeProfileID property.
| |||||||||||
Gets the value of the compensationPayRangeData property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the eligibilityRuleReference property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the setupSecuritySegmentReference property.
| |||||||||||
Sets the value of the alternativePayRange property.
| |||||||||||
Sets the value of the compensationElementReference property.
| |||||||||||
Sets the value of the compensationGradeProfileID property.
| |||||||||||
Sets the value of the compensationPayRangeData property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the eligibilityRuleReference property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the setupSecuritySegmentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the alternativePayRange 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 alternativePayRange property.
For example, to add a new item, do as follows:
getAlternativePayRange().add(newItem);
Objects of the following type(s) are allowed in the list
AlternativePayRangeType
Gets the value of the compensationElementReference 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 compensationElementReference property.
For example, to add a new item, do as follows:
getCompensationElementReference().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationPayEarningObjectType
Gets the value of the compensationGradeProfileID property.
Gets the value of the compensationPayRangeData property.
CompensationPayRangeDataType
Gets the value of the description property.
Gets the value of the effectiveDate property.
Gets the value of the eligibilityRuleReference 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 eligibilityRuleReference property.
For example, to add a new item, do as follows:
getEligibilityRuleReference().add(newItem);
Objects of the following type(s) are allowed in the list
ConditionRuleObjectType
Gets the value of the name property.
Gets the value of the setupSecuritySegmentReference 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 setupSecuritySegmentReference property.
For example, to add a new item, do as follows:
getSetupSecuritySegmentReference().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationSetupSecuritySegmentObjectType
Sets the value of the alternativePayRange property.
| alternativePayRange | Allowed object is
AlternativePayRangeType
|
|---|
Sets the value of the compensationElementReference property.
| compensationElementReference | Allowed object is
CompensationPayEarningObjectType
|
|---|
Sets the value of the compensationGradeProfileID property.
| value | Allowed object is String |
|---|
Sets the value of the compensationPayRangeData property.
| value | Allowed object is
CompensationPayRangeDataType
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the eligibilityRuleReference property.
| eligibilityRuleReference | Allowed object is
ConditionRuleObjectType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the setupSecuritySegmentReference property.
| setupSecuritySegmentReference | Allowed object is
CompensationSetupSecuritySegmentObjectType
|
|---|