public class

CitizenshipStatusDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CitizenshipStatusDataType

Class Overview

Citizenship Status Details

Java class for Citizenship_Status_DataType complex type.

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

 <complexType name="Citizenship_Status_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Citizenship_Status_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Citizenship_Status_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Citizenship_Status_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Citizen" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean citizen
protected String citizenshipStatusDescription
protected String citizenshipStatusID
protected String citizenshipStatusName
protected CountryObjectType countryReference
protected Boolean inactive
Public Constructors
CitizenshipStatusDataType()
Public Methods
String getCitizenshipStatusDescription()
Gets the value of the citizenshipStatusDescription property.
String getCitizenshipStatusID()
Gets the value of the citizenshipStatusID property.
String getCitizenshipStatusName()
Gets the value of the citizenshipStatusName property.
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
Boolean isCitizen()
Gets the value of the citizen property.
Boolean isInactive()
Gets the value of the inactive property.
void setCitizen(Boolean value)
Sets the value of the citizen property.
void setCitizenshipStatusDescription(String value)
Sets the value of the citizenshipStatusDescription property.
void setCitizenshipStatusID(String value)
Sets the value of the citizenshipStatusID property.
void setCitizenshipStatusName(String value)
Sets the value of the citizenshipStatusName property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setInactive(Boolean value)
Sets the value of the inactive property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean citizen

protected String citizenshipStatusDescription

protected String citizenshipStatusID

protected String citizenshipStatusName

protected CountryObjectType countryReference

protected Boolean inactive

Public Constructors

public CitizenshipStatusDataType ()

Public Methods

public String getCitizenshipStatusDescription ()

Gets the value of the citizenshipStatusDescription property.

Returns
  • possible object is String

public String getCitizenshipStatusID ()

Gets the value of the citizenshipStatusID property.

Returns
  • possible object is String

public String getCitizenshipStatusName ()

Gets the value of the citizenshipStatusName property.

Returns
  • possible object is String

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public Boolean isCitizen ()

Gets the value of the citizen property.

Returns
  • possible object is Boolean

public Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

public void setCitizen (Boolean value)

Sets the value of the citizen property.

Parameters
value Allowed object is Boolean

public void setCitizenshipStatusDescription (String value)

Sets the value of the citizenshipStatusDescription property.

Parameters
value Allowed object is String

public void setCitizenshipStatusID (String value)

Sets the value of the citizenshipStatusID property.

Parameters
value Allowed object is String

public void setCitizenshipStatusName (String value)

Sets the value of the citizenshipStatusName property.

Parameters
value Allowed object is String

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean