public class

PersonMilitaryServiceDataType

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

Class Overview

Wrapper element for the military service information for the person.

Java class for Person_Military_Service_DataType complex type.

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

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

Summary

Fields
protected XMLGregorianCalendar dischargeDate
protected MilitaryStatusObjectType statusReference
Public Constructors
PersonMilitaryServiceDataType()
Public Methods
XMLGregorianCalendar getDischargeDate()
Gets the value of the dischargeDate property.
MilitaryStatusObjectType getStatusReference()
Gets the value of the statusReference property.
void setDischargeDate(XMLGregorianCalendar value)
Sets the value of the dischargeDate property.
void setStatusReference(MilitaryStatusObjectType value)
Sets the value of the statusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar dischargeDate

protected MilitaryStatusObjectType statusReference

Public Constructors

public PersonMilitaryServiceDataType ()

Public Methods

public XMLGregorianCalendar getDischargeDate ()

Gets the value of the dischargeDate property.

Returns
  • possible object is XMLGregorianCalendar

public MilitaryStatusObjectType getStatusReference ()

Gets the value of the statusReference property.

Returns

public void setDischargeDate (XMLGregorianCalendar value)

Sets the value of the dischargeDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatusReference (MilitaryStatusObjectType value)

Sets the value of the statusReference property.

Parameters
value Allowed object is MilitaryStatusObjectType