public class

ValuationDateOverrideDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.ValuationDateOverrideDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected XMLGregorianCalendar payrollSettlementValuationDate
Public Constructors
ValuationDateOverrideDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
XMLGregorianCalendar getPayrollSettlementValuationDate()
Gets the value of the payrollSettlementValuationDate property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setPayrollSettlementValuationDate(XMLGregorianCalendar value)
Sets the value of the payrollSettlementValuationDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType countryReference

protected XMLGregorianCalendar payrollSettlementValuationDate

Public Constructors

public ValuationDateOverrideDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public XMLGregorianCalendar getPayrollSettlementValuationDate ()

Gets the value of the payrollSettlementValuationDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setPayrollSettlementValuationDate (XMLGregorianCalendar value)

Sets the value of the payrollSettlementValuationDate property.

Parameters
value Allowed object is XMLGregorianCalendar