public class

EffectiveAndUpdatedDateTimeDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.EffectiveAndUpdatedDateTimeDataType

Class Overview

Element contains effective and updated date/time data.

Java class for Effective_And_Updated_DateTime_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Effective_And_Updated_DateTime_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Updated_From" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Updated_Through" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Effective_From" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Effective_Through" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveFrom
protected XMLGregorianCalendar effectiveThrough
protected XMLGregorianCalendar updatedFrom
protected XMLGregorianCalendar updatedThrough
Public Constructors
EffectiveAndUpdatedDateTimeDataType()
Public Methods
XMLGregorianCalendar getEffectiveFrom()
Gets the value of the effectiveFrom property.
XMLGregorianCalendar getEffectiveThrough()
Gets the value of the effectiveThrough property.
XMLGregorianCalendar getUpdatedFrom()
Gets the value of the updatedFrom property.
XMLGregorianCalendar getUpdatedThrough()
Gets the value of the updatedThrough property.
void setEffectiveFrom(XMLGregorianCalendar value)
Sets the value of the effectiveFrom property.
void setEffectiveThrough(XMLGregorianCalendar value)
Sets the value of the effectiveThrough property.
void setUpdatedFrom(XMLGregorianCalendar value)
Sets the value of the updatedFrom property.
void setUpdatedThrough(XMLGregorianCalendar value)
Sets the value of the updatedThrough property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveFrom

protected XMLGregorianCalendar effectiveThrough

protected XMLGregorianCalendar updatedFrom

protected XMLGregorianCalendar updatedThrough

Public Constructors

public EffectiveAndUpdatedDateTimeDataType ()

Public Methods

public XMLGregorianCalendar getEffectiveFrom ()

Gets the value of the effectiveFrom property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getEffectiveThrough ()

Gets the value of the effectiveThrough property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUpdatedFrom ()

Gets the value of the updatedFrom property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUpdatedThrough ()

Gets the value of the updatedThrough property.

Returns
  • possible object is XMLGregorianCalendar

public void setEffectiveFrom (XMLGregorianCalendar value)

Sets the value of the effectiveFrom property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEffectiveThrough (XMLGregorianCalendar value)

Sets the value of the effectiveThrough property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdatedFrom (XMLGregorianCalendar value)

Sets the value of the updatedFrom property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdatedThrough (XMLGregorianCalendar value)

Sets the value of the updatedThrough property.

Parameters
value Allowed object is XMLGregorianCalendar