public class

MaintainAcademicTenureDateEventDataType

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

Class Overview

Wrapper element for the Maintain Academic Tenure Dates business process web service.

Java class for Maintain_Academic_Tenure_Date_Event_DataType complex type.

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

 <complexType name="Maintain_Academic_Tenure_Date_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Academic_Tenure_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar academicTenureDate
Public Constructors
MaintainAcademicTenureDateEventDataType()
Public Methods
XMLGregorianCalendar getAcademicTenureDate()
Gets the value of the academicTenureDate property.
void setAcademicTenureDate(XMLGregorianCalendar value)
Sets the value of the academicTenureDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar academicTenureDate

Public Constructors

public MaintainAcademicTenureDateEventDataType ()

Public Methods

public XMLGregorianCalendar getAcademicTenureDate ()

Gets the value of the academicTenureDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAcademicTenureDate (XMLGregorianCalendar value)

Sets the value of the academicTenureDate property.

Parameters
value Allowed object is XMLGregorianCalendar