| java.lang.Object | |
| ↳ | workday.com.bsvc.ValuationDateOverrideDataType |
Container element for Valuation Date Override Data
Java class for Valuation_Date_Override_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Valuation_Date_Override_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType"/>
<element name="Payroll_Settlement_Valuation_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| payrollSettlementValuationDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the payrollSettlementValuationDate property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the payrollSettlementValuationDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the payrollSettlementValuationDate property.
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the payrollSettlementValuationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|

