public class

MilitaryServiceInformationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.MilitaryServiceInformationDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected MilitaryServiceSubDataType militaryServiceData
protected MilitaryServiceReferenceObjectType militaryServiceReference
Public Constructors
MilitaryServiceInformationDataType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
MilitaryServiceSubDataType getMilitaryServiceData()
Gets the value of the militaryServiceData property.
MilitaryServiceReferenceObjectType getMilitaryServiceReference()
Gets the value of the militaryServiceReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setMilitaryServiceData(MilitaryServiceSubDataType value)
Sets the value of the militaryServiceData property.
void setMilitaryServiceReference(MilitaryServiceReferenceObjectType value)
Sets the value of the militaryServiceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected MilitaryServiceSubDataType militaryServiceData

protected MilitaryServiceReferenceObjectType militaryServiceReference

Public Constructors

public MilitaryServiceInformationDataType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public MilitaryServiceSubDataType getMilitaryServiceData ()

Gets the value of the militaryServiceData property.

Returns

public MilitaryServiceReferenceObjectType getMilitaryServiceReference ()

Gets the value of the militaryServiceReference property.

Returns

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setMilitaryServiceData (MilitaryServiceSubDataType value)

Sets the value of the militaryServiceData property.

Parameters
value Allowed object is MilitaryServiceSubDataType

public void setMilitaryServiceReference (MilitaryServiceReferenceObjectType value)

Sets the value of the militaryServiceReference property.

Parameters
value Allowed object is MilitaryServiceReferenceObjectType