| java.lang.Object | |
| ↳ | com.workday.recruiting.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"/>
<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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dischargeDate | |||||||||||
| militaryRankReference | |||||||||||
| militaryServiceReference | |||||||||||
| militaryServiceTypeReference | |||||||||||
| notes | |||||||||||
| statusBeginDate | |||||||||||
| statusReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dischargeDate property.
| |||||||||||
Gets the value of the militaryRankReference property.
| |||||||||||
Gets the value of the militaryServiceReference property.
| |||||||||||
Gets the value of the militaryServiceTypeReference property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the statusBeginDate property.
| |||||||||||
Gets the value of the statusReference property.
| |||||||||||
Sets the value of the dischargeDate property.
| |||||||||||
Sets the value of the militaryRankReference property.
| |||||||||||
Sets the value of the militaryServiceReference property.
| |||||||||||
Sets the value of the militaryServiceTypeReference property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the statusBeginDate 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 militaryRankReference property.
MilitaryRankObjectType
Gets the value of the militaryServiceReference property.
MilitaryServiceReferenceObjectType
Gets the value of the militaryServiceTypeReference property.
MilitaryServiceTypeObjectType
Gets the value of the notes property.
Gets the value of the statusBeginDate 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 militaryRankReference property.
| value | Allowed object is
MilitaryRankObjectType
|
|---|
Sets the value of the militaryServiceReference property.
| value | Allowed object is
MilitaryServiceReferenceObjectType
|
|---|
Sets the value of the militaryServiceTypeReference property.
| value | Allowed object is
MilitaryServiceTypeObjectType
|
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the statusBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the statusReference property.
| value | Allowed object is
MilitaryStatusObjectType
|
|---|