public class

MilitaryServiceSubDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.MilitaryServiceSubDataType

Class Overview

Container for military service data for the Change Personal Information business process.

Java class for Military_Service_Sub_DataType complex type.

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

 <complexType name="Military_Service_Sub_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Military_Status_Reference" type="{urn:com.workday/bsvc}Military_StatusObjectType" minOccurs="0"/>
         <element name="Military_Discharge_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar militaryDischargeDate
protected MilitaryStatusObjectType militaryStatusReference
Public Constructors
MilitaryServiceSubDataType()
Public Methods
XMLGregorianCalendar getMilitaryDischargeDate()
Gets the value of the militaryDischargeDate property.
MilitaryStatusObjectType getMilitaryStatusReference()
Gets the value of the militaryStatusReference property.
void setMilitaryDischargeDate(XMLGregorianCalendar value)
Sets the value of the militaryDischargeDate property.
void setMilitaryStatusReference(MilitaryStatusObjectType value)
Sets the value of the militaryStatusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar militaryDischargeDate

protected MilitaryStatusObjectType militaryStatusReference

Public Constructors

public MilitaryServiceSubDataType ()

Public Methods

public XMLGregorianCalendar getMilitaryDischargeDate ()

Gets the value of the militaryDischargeDate property.

Returns
  • possible object is XMLGregorianCalendar

public MilitaryStatusObjectType getMilitaryStatusReference ()

Gets the value of the militaryStatusReference property.

Returns

public void setMilitaryDischargeDate (XMLGregorianCalendar value)

Sets the value of the militaryDischargeDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMilitaryStatusReference (MilitaryStatusObjectType value)

Sets the value of the militaryStatusReference property.

Parameters
value Allowed object is MilitaryStatusObjectType