public class

MilitaryServiceSubDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.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"/>
         <element name="Military_Discharge_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Military_Status_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Military_Service_Type_Reference" type="{urn:com.workday/bsvc}Military_Service_TypeObjectType" minOccurs="0"/>
         <element name="Military_Rank_Reference" type="{urn:com.workday/bsvc}Military_RankObjectType" minOccurs="0"/>
         <element name="Notes" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar militaryDischargeDate
protected MilitaryRankObjectType militaryRankReference
protected MilitaryServiceTypeObjectType militaryServiceTypeReference
protected XMLGregorianCalendar militaryStatusBeginDate
protected MilitaryStatusObjectType militaryStatusReference
protected String notes
Public Constructors
MilitaryServiceSubDataType()
Public Methods
XMLGregorianCalendar getMilitaryDischargeDate()
Gets the value of the militaryDischargeDate property.
MilitaryRankObjectType getMilitaryRankReference()
Gets the value of the militaryRankReference property.
MilitaryServiceTypeObjectType getMilitaryServiceTypeReference()
Gets the value of the militaryServiceTypeReference property.
XMLGregorianCalendar getMilitaryStatusBeginDate()
Gets the value of the militaryStatusBeginDate property.
MilitaryStatusObjectType getMilitaryStatusReference()
Gets the value of the militaryStatusReference property.
String getNotes()
Gets the value of the notes property.
void setMilitaryDischargeDate(XMLGregorianCalendar value)
Sets the value of the militaryDischargeDate property.
void setMilitaryRankReference(MilitaryRankObjectType value)
Sets the value of the militaryRankReference property.
void setMilitaryServiceTypeReference(MilitaryServiceTypeObjectType value)
Sets the value of the militaryServiceTypeReference property.
void setMilitaryStatusBeginDate(XMLGregorianCalendar value)
Sets the value of the militaryStatusBeginDate property.
void setMilitaryStatusReference(MilitaryStatusObjectType value)
Sets the value of the militaryStatusReference property.
void setNotes(String value)
Sets the value of the notes property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar militaryDischargeDate

protected MilitaryRankObjectType militaryRankReference

protected MilitaryServiceTypeObjectType militaryServiceTypeReference

protected XMLGregorianCalendar militaryStatusBeginDate

protected MilitaryStatusObjectType militaryStatusReference

protected String notes

Public Constructors

public MilitaryServiceSubDataType ()

Public Methods

public XMLGregorianCalendar getMilitaryDischargeDate ()

Gets the value of the militaryDischargeDate property.

Returns
  • possible object is XMLGregorianCalendar

public MilitaryRankObjectType getMilitaryRankReference ()

Gets the value of the militaryRankReference property.

Returns

public MilitaryServiceTypeObjectType getMilitaryServiceTypeReference ()

Gets the value of the militaryServiceTypeReference property.

Returns

public XMLGregorianCalendar getMilitaryStatusBeginDate ()

Gets the value of the militaryStatusBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public MilitaryStatusObjectType getMilitaryStatusReference ()

Gets the value of the militaryStatusReference property.

Returns

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public void setMilitaryDischargeDate (XMLGregorianCalendar value)

Sets the value of the militaryDischargeDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMilitaryRankReference (MilitaryRankObjectType value)

Sets the value of the militaryRankReference property.

Parameters
value Allowed object is MilitaryRankObjectType

public void setMilitaryServiceTypeReference (MilitaryServiceTypeObjectType value)

Sets the value of the militaryServiceTypeReference property.

Parameters
value Allowed object is MilitaryServiceTypeObjectType

public void setMilitaryStatusBeginDate (XMLGregorianCalendar value)

Sets the value of the militaryStatusBeginDate 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

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String