public class

CitizenshipStatusReferenceType

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

Class Overview

Reference element representing a unique instance of Citizenship Status.

Java class for Citizenship_Status_ReferenceType complex type.

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

 <complexType name="Citizenship_Status_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Citizenship_Status_Description" 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 String citizenshipStatusDescription
protected CountryReferenceType countryReference
Public Constructors
CitizenshipStatusReferenceType()
Public Methods
String getCitizenshipStatusDescription()
Gets the value of the citizenshipStatusDescription property.
CountryReferenceType getCountryReference()
Gets the value of the countryReference property.
void setCitizenshipStatusDescription(String value)
Sets the value of the citizenshipStatusDescription property.
void setCountryReference(CountryReferenceType value)
Sets the value of the countryReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String citizenshipStatusDescription

protected CountryReferenceType countryReference

Public Constructors

public CitizenshipStatusReferenceType ()

Public Methods

public String getCitizenshipStatusDescription ()

Gets the value of the citizenshipStatusDescription property.

Returns
  • possible object is String

public CountryReferenceType getCountryReference ()

Gets the value of the countryReference property.

Returns

public void setCitizenshipStatusDescription (String value)

Sets the value of the citizenshipStatusDescription property.

Parameters
value Allowed object is String

public void setCountryReference (CountryReferenceType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryReferenceType