public class

InternationalAssignmentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.InternationalAssignmentDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar expectedAssignmentEndDate
protected CountryObjectType homeCountryReference
protected CountryObjectType hostCountryReference
protected InternationalAssignmentTypeObjectType internationalAssignmentTypeReference
Public Constructors
InternationalAssignmentDataType()
Public Methods
XMLGregorianCalendar getExpectedAssignmentEndDate()
Gets the value of the expectedAssignmentEndDate property.
CountryObjectType getHomeCountryReference()
Gets the value of the homeCountryReference property.
CountryObjectType getHostCountryReference()
Gets the value of the hostCountryReference property.
InternationalAssignmentTypeObjectType getInternationalAssignmentTypeReference()
Gets the value of the internationalAssignmentTypeReference property.
void setExpectedAssignmentEndDate(XMLGregorianCalendar value)
Sets the value of the expectedAssignmentEndDate property.
void setHomeCountryReference(CountryObjectType value)
Sets the value of the homeCountryReference property.
void setHostCountryReference(CountryObjectType value)
Sets the value of the hostCountryReference property.
void setInternationalAssignmentTypeReference(InternationalAssignmentTypeObjectType value)
Sets the value of the internationalAssignmentTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar expectedAssignmentEndDate

protected CountryObjectType homeCountryReference

protected CountryObjectType hostCountryReference

protected InternationalAssignmentTypeObjectType internationalAssignmentTypeReference

Public Constructors

public InternationalAssignmentDataType ()

Public Methods

public XMLGregorianCalendar getExpectedAssignmentEndDate ()

Gets the value of the expectedAssignmentEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public CountryObjectType getHomeCountryReference ()

Gets the value of the homeCountryReference property.

Returns

public CountryObjectType getHostCountryReference ()

Gets the value of the hostCountryReference property.

Returns

public InternationalAssignmentTypeObjectType getInternationalAssignmentTypeReference ()

Gets the value of the internationalAssignmentTypeReference property.

Returns

public void setExpectedAssignmentEndDate (XMLGregorianCalendar value)

Sets the value of the expectedAssignmentEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setHomeCountryReference (CountryObjectType value)

Sets the value of the homeCountryReference property.

Parameters
value Allowed object is CountryObjectType

public void setHostCountryReference (CountryObjectType value)

Sets the value of the hostCountryReference property.

Parameters
value Allowed object is CountryObjectType

public void setInternationalAssignmentTypeReference (InternationalAssignmentTypeObjectType value)

Sets the value of the internationalAssignmentTypeReference property.

Parameters
value Allowed object is InternationalAssignmentTypeObjectType