| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationStepDataType |
A compensation step
Java class for Compensation_Step_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Step_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Step_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Sequence" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Amount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Interval" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Period_Reference" type="{urn:com.workday/bsvc}Frequency_BehaviorObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| compensationStepID | |||||||||||
| interval | |||||||||||
| name | |||||||||||
| periodReference | |||||||||||
| sequence | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the compensationStepID property.
| |||||||||||
Gets the value of the interval property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the periodReference property.
| |||||||||||
Gets the value of the sequence property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the compensationStepID property.
| |||||||||||
Sets the value of the interval property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the periodReference property.
| |||||||||||
Sets the value of the sequence property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the compensationStepID property.
Gets the value of the interval property.
Gets the value of the name property.
Gets the value of the periodReference property.
FrequencyBehaviorObjectType
Gets the value of the sequence property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the compensationStepID property.
| value | Allowed object is String |
|---|
Sets the value of the interval property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the periodReference property.
| value | Allowed object is
FrequencyBehaviorObjectType
|
|---|
Sets the value of the sequence property.
| value | Allowed object is String |
|---|