public class

MaintainAcademicTenureDateEventDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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

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