| java.lang.Object | |
| ↳ | com.workday.hr.MilitaryServiceSubDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| militaryDischargeDate | |||||||||||
| militaryRankReference | |||||||||||
| militaryServiceTypeReference | |||||||||||
| militaryStatusBeginDate | |||||||||||
| militaryStatusReference | |||||||||||
| notes | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the militaryDischargeDate property.
| |||||||||||
Gets the value of the militaryRankReference property.
| |||||||||||
Gets the value of the militaryServiceTypeReference property.
| |||||||||||
Gets the value of the militaryStatusBeginDate property.
| |||||||||||
Gets the value of the militaryStatusReference property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Sets the value of the militaryDischargeDate property.
| |||||||||||
Sets the value of the militaryRankReference property.
| |||||||||||
Sets the value of the militaryServiceTypeReference property.
| |||||||||||
Sets the value of the militaryStatusBeginDate property.
| |||||||||||
Sets the value of the militaryStatusReference property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the militaryDischargeDate property.
Gets the value of the militaryRankReference property.
MilitaryRankObjectType
Gets the value of the militaryServiceTypeReference property.
MilitaryServiceTypeObjectType
Gets the value of the militaryStatusBeginDate property.
Gets the value of the militaryStatusReference property.
MilitaryStatusObjectType
Gets the value of the notes property.
Sets the value of the militaryDischargeDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the militaryRankReference property.
| value | Allowed object is
MilitaryRankObjectType
|
|---|
Sets the value of the militaryServiceTypeReference property.
| value | Allowed object is
MilitaryServiceTypeObjectType
|
|---|
Sets the value of the militaryStatusBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the militaryStatusReference property.
| value | Allowed object is
MilitaryStatusObjectType
|
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|