| java.lang.Object | |
| ↳ | com.workday.staffing.CitizenshipStatusDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| citizen | |||||||||||
| citizenshipStatusDescription | |||||||||||
| citizenshipStatusID | |||||||||||
| citizenshipStatusName | |||||||||||
| countryReference | |||||||||||
| inactive | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the citizen property.
| |||||||||||
Gets the value of the citizenshipStatusDescription property.
| |||||||||||
Gets the value of the citizenshipStatusID property.
| |||||||||||
Gets the value of the citizenshipStatusName property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Sets the value of the citizen property.
| |||||||||||
Sets the value of the citizenshipStatusDescription property.
| |||||||||||
Sets the value of the citizenshipStatusID property.
| |||||||||||
Sets the value of the citizenshipStatusName property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the citizen property. This getter has been renamed from isCitizen() to getCitizen() by cxf-xjc-boolean plugin.
Gets the value of the citizenshipStatusDescription property.
Gets the value of the citizenshipStatusID property.
Gets the value of the citizenshipStatusName property.
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Sets the value of the citizen property.
| value | Allowed object is Boolean |
|---|
Sets the value of the citizenshipStatusDescription property.
| value | Allowed object is String |
|---|
Sets the value of the citizenshipStatusID property.
| value | Allowed object is String |
|---|
Sets the value of the citizenshipStatusName property.
| value | Allowed object is String |
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|