| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationGradeDataType |
Contains compensation grade data.
Java class for Compensation_Grade_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Grade_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Grade_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" type="{urn:com.workday/bsvc}Compensation_Pay_Range_DataType" minOccurs="0"/>
<element name="Compensation_Grade_Profile" type="{urn:com.workday/bsvc}Compensation_Grade_ProfileType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Setup_Security_Segment_Reference" type="{urn:com.workday/bsvc}Compensation_Setup_Security_SegmentObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Assign_First_Step_at_Hire" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Pay_Level_Reference" type="{urn:com.workday/bsvc}compplObjectType" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 | |||||||||||
| assignFirstStepAtHire | |||||||||||
| compensationElementReference | |||||||||||
| compensationGradeID | |||||||||||
| compensationGradeProfile | |||||||||||
| compensationPayRange | |||||||||||
| description | |||||||||||
| effectiveDate | |||||||||||
| eligibilityRuleReference | |||||||||||
| inactive | |||||||||||
| name | |||||||||||
| payLevelReference | |||||||||||
| setupSecuritySegmentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the alternativePayRange property.
| |||||||||||
Gets the value of the assignFirstStepAtHire property.
| |||||||||||
Gets the value of the compensationElementReference property.
| |||||||||||
Gets the value of the compensationGradeID property.
| |||||||||||
Gets the value of the compensationGradeProfile property.
| |||||||||||
Gets the value of the compensationPayRange 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 inactive property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the payLevelReference property.
| |||||||||||
Gets the value of the setupSecuritySegmentReference property.
| |||||||||||
Sets the value of the alternativePayRange property.
| |||||||||||
Sets the value of the assignFirstStepAtHire property.
| |||||||||||
Sets the value of the compensationElementReference property.
| |||||||||||
Sets the value of the compensationGradeID property.
| |||||||||||
Sets the value of the compensationGradeProfile property.
| |||||||||||
Sets the value of the compensationPayRange 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 inactive property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the payLevelReference 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 assignFirstStepAtHire property. This getter has been renamed from isAssignFirstStepAtHire() to getAssignFirstStepAtHire() by cxf-xjc-boolean plugin.
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 compensationGradeID property.
Gets the value of the compensationGradeProfile 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 compensationGradeProfile property.
For example, to add a new item, do as follows:
getCompensationGradeProfile().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationGradeProfileType
Gets the value of the compensationPayRange 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 inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the name property.
Gets the value of the payLevelReference property.
CompplObjectType
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 assignFirstStepAtHire property.
| value | Allowed object is Boolean |
|---|
Sets the value of the compensationElementReference property.
| compensationElementReference | Allowed object is
CompensationPayEarningObjectType
|
|---|
Sets the value of the compensationGradeID property.
| value | Allowed object is String |
|---|
Sets the value of the compensationGradeProfile property.
| compensationGradeProfile | Allowed object is
CompensationGradeProfileType
|
|---|
Sets the value of the compensationPayRange 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 inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the payLevelReference property.
| value | Allowed object is
CompplObjectType
|
|---|
Sets the value of the setupSecuritySegmentReference property.
| setupSecuritySegmentReference | Allowed object is
CompensationSetupSecuritySegmentObjectType
|
|---|