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

