| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollRemittanceAbsencePlanType |
Payroll Remittance Absence Plan
Java class for Payroll_Remittance_Absence_PlanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Remittance_Absence_PlanType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GB_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Accrued" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Reduced" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Balance" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accrued | |||||||||||
| balance | |||||||||||
| gbName | |||||||||||
| name | |||||||||||
| reduced | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accrued property.
| |||||||||||
Gets the value of the balance property.
| |||||||||||
Gets the value of the gbName property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the reduced property.
| |||||||||||
Sets the value of the accrued property.
| |||||||||||
Sets the value of the balance property.
| |||||||||||
Sets the value of the gbName property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the reduced property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accrued property.
Gets the value of the balance property.
Gets the value of the gbName property.
Gets the value of the name property.
Gets the value of the reduced property.
Sets the value of the accrued property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the balance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the gbName property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the reduced property.
| value | Allowed object is BigDecimal |
|---|