| java.lang.Object | |
| ↳ | com.workday.recruiting.CitizenshipStatusReferenceType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| citizenshipStatusDescription | |||||||||||
| countryReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the citizenshipStatusDescription property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Sets the value of the citizenshipStatusDescription property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the citizenshipStatusDescription property.
Gets the value of the countryReference property.
CountryReferenceType
Sets the value of the citizenshipStatusDescription property.
| value | Allowed object is String |
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryReferenceType
|
|---|