| java.lang.Object | |
| ↳ | workday.com.bsvc.InternationalAssignmentDataType |
Wrapper element that contains position's international assignment information
Java class for International_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="International_Assignment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="International_Assignment_Type_Reference" type="{urn:com.workday/bsvc}International_Assignment_TypeObjectType" minOccurs="0"/>
<element name="Expected_Assignment_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Host_Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<element name="Home_Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| expectedAssignmentEndDate | |||||||||||
| homeCountryReference | |||||||||||
| hostCountryReference | |||||||||||
| internationalAssignmentTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the expectedAssignmentEndDate property.
| |||||||||||
Gets the value of the homeCountryReference property.
| |||||||||||
Gets the value of the hostCountryReference property.
| |||||||||||
Gets the value of the internationalAssignmentTypeReference property.
| |||||||||||
Sets the value of the expectedAssignmentEndDate property.
| |||||||||||
Sets the value of the homeCountryReference property.
| |||||||||||
Sets the value of the hostCountryReference property.
| |||||||||||
Sets the value of the internationalAssignmentTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the expectedAssignmentEndDate property.
Gets the value of the homeCountryReference property.
CountryObjectType
Gets the value of the hostCountryReference property.
CountryObjectType
Gets the value of the internationalAssignmentTypeReference property.
InternationalAssignmentTypeObjectType
Sets the value of the expectedAssignmentEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the homeCountryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the hostCountryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the internationalAssignmentTypeReference property.
| value | Allowed object is
InternationalAssignmentTypeObjectType
|
|---|

