public class

MilitaryStatusReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.MilitaryStatusReferenceType

Class Overview

Reference element representing a unique instance of Military Status.

Java class for Military_Status_ReferenceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Military_Status_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Military_Status_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}Country_ReferenceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryReferenceType countryReference
protected String militaryStatusName
Public Constructors
MilitaryStatusReferenceType()
Public Methods
CountryReferenceType getCountryReference()
Gets the value of the countryReference property.
String getMilitaryStatusName()
Gets the value of the militaryStatusName property.
void setCountryReference(CountryReferenceType value)
Sets the value of the countryReference property.
void setMilitaryStatusName(String value)
Sets the value of the militaryStatusName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryReferenceType countryReference

protected String militaryStatusName

Public Constructors

public MilitaryStatusReferenceType ()

Public Methods

public CountryReferenceType getCountryReference ()

Gets the value of the countryReference property.

Returns

public String getMilitaryStatusName ()

Gets the value of the militaryStatusName property.

Returns
  • possible object is String

public void setCountryReference (CountryReferenceType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryReferenceType

public void setMilitaryStatusName (String value)

Sets the value of the militaryStatusName property.

Parameters
value Allowed object is String