| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PercentValueDataType |
Details on Percent
Java class for Percent_Value_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Percent_Value_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Percent" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="16"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Frequency_Factor" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="6"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| frequencyFactor | |||||||||||
| percent | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the frequencyFactor property.
| |||||||||||
Gets the value of the percent property.
| |||||||||||
Sets the value of the frequencyFactor property.
| |||||||||||
Sets the value of the percent property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the frequencyFactor property.
Gets the value of the percent property.
Sets the value of the frequencyFactor property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the percent property.
| value | Allowed object is BigDecimal |
|---|