public class

SystemUserForWorkerDataType

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

Class Overview

Contains the worker's user account information (user name, preferred language).

Java class for System_User_for_Worker_DataType complex type.

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

 <complexType name="System_User_for_Worker_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="User_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="User_Language__Reference" type="{urn:com.workday/bsvc}User_LanguageObjectType" minOccurs="0"/>
         <element name="Locale__Reference" type="{urn:com.workday/bsvc}LocaleObjectType" minOccurs="0"/>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
         <element name="Time_Zone_Reference" type="{urn:com.workday/bsvc}Time_ZoneObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CurrencyObjectType currencyReference
protected LocaleObjectType localeReference
protected TimeZoneObjectType timeZoneReference
protected UserLanguageObjectType userLanguageReference
protected String userName
Public Constructors
SystemUserForWorkerDataType()
Public Methods
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
LocaleObjectType getLocaleReference()
Gets the value of the localeReference property.
TimeZoneObjectType getTimeZoneReference()
Gets the value of the timeZoneReference property.
UserLanguageObjectType getUserLanguageReference()
Gets the value of the userLanguageReference property.
String getUserName()
Gets the value of the userName property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setLocaleReference(LocaleObjectType value)
Sets the value of the localeReference property.
void setTimeZoneReference(TimeZoneObjectType value)
Sets the value of the timeZoneReference property.
void setUserLanguageReference(UserLanguageObjectType value)
Sets the value of the userLanguageReference property.
void setUserName(String value)
Sets the value of the userName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CurrencyObjectType currencyReference

protected LocaleObjectType localeReference

protected TimeZoneObjectType timeZoneReference

protected UserLanguageObjectType userLanguageReference

protected String userName

Public Constructors

public SystemUserForWorkerDataType ()

Public Methods

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public LocaleObjectType getLocaleReference ()

Gets the value of the localeReference property.

Returns

public TimeZoneObjectType getTimeZoneReference ()

Gets the value of the timeZoneReference property.

Returns

public UserLanguageObjectType getUserLanguageReference ()

Gets the value of the userLanguageReference property.

Returns

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setLocaleReference (LocaleObjectType value)

Sets the value of the localeReference property.

Parameters
value Allowed object is LocaleObjectType

public void setTimeZoneReference (TimeZoneObjectType value)

Sets the value of the timeZoneReference property.

Parameters
value Allowed object is TimeZoneObjectType

public void setUserLanguageReference (UserLanguageObjectType value)

Sets the value of the userLanguageReference property.

Parameters
value Allowed object is UserLanguageObjectType

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String