public class

CitizenshipStatusType

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

Class Overview

Citizenship Status Details.

Java class for Citizenship_StatusType complex type.

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

 <complexType name="Citizenship_StatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Citizenship_Status_Reference" type="{urn:com.workday/bsvc}Citizenship_StatusObjectType" minOccurs="0"/>
         <element name="Citizenship_Status_Data" type="{urn:com.workday/bsvc}Citizenship_Status_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<CitizenshipStatusDataType> citizenshipStatusData
protected CitizenshipStatusObjectType citizenshipStatusReference
Public Constructors
CitizenshipStatusType()
Public Methods
List<CitizenshipStatusDataType> getCitizenshipStatusData()
Gets the value of the citizenshipStatusData property.
CitizenshipStatusObjectType getCitizenshipStatusReference()
Gets the value of the citizenshipStatusReference property.
void setCitizenshipStatusReference(CitizenshipStatusObjectType value)
Sets the value of the citizenshipStatusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<CitizenshipStatusDataType> citizenshipStatusData

protected CitizenshipStatusObjectType citizenshipStatusReference

Public Constructors

public CitizenshipStatusType ()

Public Methods

public List<CitizenshipStatusDataType> getCitizenshipStatusData ()

Gets the value of the citizenshipStatusData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the citizenshipStatusData property.

For example, to add a new item, do as follows:

    getCitizenshipStatusData().add(newItem);
 

Objects of the following type(s) are allowed in the list CitizenshipStatusDataType

public CitizenshipStatusObjectType getCitizenshipStatusReference ()

Gets the value of the citizenshipStatusReference property.

Returns

public void setCitizenshipStatusReference (CitizenshipStatusObjectType value)

Sets the value of the citizenshipStatusReference property.

Parameters
value Allowed object is CitizenshipStatusObjectType