public class

PersonMilitaryServiceDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.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"/>
         <element name="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"/>
         <element name="Military_Service_Reference" type="{urn:com.workday/bsvc}Military_Service_ReferenceObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar dischargeDate
protected MilitaryRankObjectType militaryRankReference
protected MilitaryServiceReferenceObjectType militaryServiceReference
protected MilitaryServiceTypeObjectType militaryServiceTypeReference
protected String notes
protected XMLGregorianCalendar statusBeginDate
protected MilitaryStatusObjectType statusReference
Public Constructors
PersonMilitaryServiceDataType()
Public Methods
XMLGregorianCalendar getDischargeDate()
Gets the value of the dischargeDate property.
MilitaryRankObjectType getMilitaryRankReference()
Gets the value of the militaryRankReference property.
MilitaryServiceReferenceObjectType getMilitaryServiceReference()
Gets the value of the militaryServiceReference property.
MilitaryServiceTypeObjectType getMilitaryServiceTypeReference()
Gets the value of the militaryServiceTypeReference property.
String getNotes()
Gets the value of the notes property.
XMLGregorianCalendar getStatusBeginDate()
Gets the value of the statusBeginDate property.
MilitaryStatusObjectType getStatusReference()
Gets the value of the statusReference property.
void setDischargeDate(XMLGregorianCalendar value)
Sets the value of the dischargeDate property.
void setMilitaryRankReference(MilitaryRankObjectType value)
Sets the value of the militaryRankReference property.
void setMilitaryServiceReference(MilitaryServiceReferenceObjectType value)
Sets the value of the militaryServiceReference property.
void setMilitaryServiceTypeReference(MilitaryServiceTypeObjectType value)
Sets the value of the militaryServiceTypeReference property.
void setNotes(String value)
Sets the value of the notes property.
void setStatusBeginDate(XMLGregorianCalendar value)
Sets the value of the statusBeginDate property.
void setStatusReference(MilitaryStatusObjectType value)
Sets the value of the statusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar dischargeDate

protected MilitaryRankObjectType militaryRankReference

protected MilitaryServiceReferenceObjectType militaryServiceReference

protected MilitaryServiceTypeObjectType militaryServiceTypeReference

protected String notes

protected XMLGregorianCalendar statusBeginDate

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 MilitaryRankObjectType getMilitaryRankReference ()

Gets the value of the militaryRankReference property.

Returns

public MilitaryServiceReferenceObjectType getMilitaryServiceReference ()

Gets the value of the militaryServiceReference property.

Returns

public MilitaryServiceTypeObjectType getMilitaryServiceTypeReference ()

Gets the value of the militaryServiceTypeReference property.

Returns

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public XMLGregorianCalendar getStatusBeginDate ()

Gets the value of the statusBeginDate 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 setMilitaryRankReference (MilitaryRankObjectType value)

Sets the value of the militaryRankReference property.

Parameters
value Allowed object is MilitaryRankObjectType

public void setMilitaryServiceReference (MilitaryServiceReferenceObjectType value)

Sets the value of the militaryServiceReference property.

Parameters
value Allowed object is MilitaryServiceReferenceObjectType

public void setMilitaryServiceTypeReference (MilitaryServiceTypeObjectType value)

Sets the value of the militaryServiceTypeReference property.

Parameters
value Allowed object is MilitaryServiceTypeObjectType

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setStatusBeginDate (XMLGregorianCalendar value)

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