| java.lang.Object | |
| ↳ | com.workday.hr.MilitaryServiceInformationDataType |
Wrapper element for each Military Service entry.
Java class for Military_Service_Information_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Military_Service_Information_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Military_Service_Reference" type="{urn:com.workday/bsvc}Military_Service_ReferenceObjectType" minOccurs="0"/>
<element name="Military_Service_Data" type="{urn:com.workday/bsvc}Military_Service_Sub_DataType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| militaryServiceData | |||||||||||
| militaryServiceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the militaryServiceData property.
| |||||||||||
Gets the value of the militaryServiceReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the militaryServiceData property.
| |||||||||||
Sets the value of the militaryServiceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the militaryServiceData property.
MilitaryServiceSubDataType
Gets the value of the militaryServiceReference property.
MilitaryServiceReferenceObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the militaryServiceData property.
| value | Allowed object is
MilitaryServiceSubDataType
|
|---|
Sets the value of the militaryServiceReference property.
| value | Allowed object is
MilitaryServiceReferenceObjectType
|
|---|

