public class

MilitaryServiceDataType

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

Class Overview

Encapsulating element for Military Service Data.

Java class for Military_Service_DataType complex type.

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

 <complexType name="Military_Service_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Military_Status_Reference" type="{urn:com.workday/bsvc}Military_Status_ReferenceType"/>
         <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 MilitaryStatusReferenceType militaryStatusReference
Public Constructors
MilitaryServiceDataType()
Public Methods
XMLGregorianCalendar getMilitaryDischargeDate()
Gets the value of the militaryDischargeDate property.
MilitaryStatusReferenceType getMilitaryStatusReference()
Gets the value of the militaryStatusReference property.
void setMilitaryDischargeDate(XMLGregorianCalendar value)
Sets the value of the militaryDischargeDate property.
void setMilitaryStatusReference(MilitaryStatusReferenceType value)
Sets the value of the militaryStatusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar militaryDischargeDate

protected MilitaryStatusReferenceType militaryStatusReference

Public Constructors

public MilitaryServiceDataType ()

Public Methods

public XMLGregorianCalendar getMilitaryDischargeDate ()

Gets the value of the militaryDischargeDate property.

Returns
  • possible object is XMLGregorianCalendar

public MilitaryStatusReferenceType 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 (MilitaryStatusReferenceType value)

Sets the value of the militaryStatusReference property.

Parameters
value Allowed object is MilitaryStatusReferenceType