| java.lang.Object | |
| ↳ | workday.com.bsvc.MilitaryServiceDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| militaryDischargeDate | |||||||||||
| militaryStatusReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the militaryDischargeDate property.
| |||||||||||
Gets the value of the militaryStatusReference property.
| |||||||||||
Sets the value of the militaryDischargeDate property.
| |||||||||||
Sets the value of the militaryStatusReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the militaryDischargeDate property.
Gets the value of the militaryStatusReference property.
MilitaryStatusReferenceType
Sets the value of the militaryDischargeDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the militaryStatusReference property.
| value | Allowed object is
MilitaryStatusReferenceType
|
|---|

