| java.lang.Object | |
| ↳ | com.workday.hr.SystemUserForWorkerDataType |
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"/>
<element name="Default_Display_Language_Reference" type="{urn:com.workday/bsvc}User_LanguageObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currencyReference | |||||||||||
| defaultDisplayLanguageReference | |||||||||||
| localeReference | |||||||||||
| timeZoneReference | |||||||||||
| userLanguageReference | |||||||||||
| userName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the defaultDisplayLanguageReference property.
| |||||||||||
Gets the value of the localeReference property.
| |||||||||||
Gets the value of the timeZoneReference property.
| |||||||||||
Gets the value of the userLanguageReference property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the defaultDisplayLanguageReference property.
| |||||||||||
Sets the value of the localeReference property.
| |||||||||||
Sets the value of the timeZoneReference property.
| |||||||||||
Sets the value of the userLanguageReference property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the defaultDisplayLanguageReference property.
UserLanguageObjectType
Gets the value of the localeReference property.
LocaleObjectType
Gets the value of the timeZoneReference property.
TimeZoneObjectType
Gets the value of the userLanguageReference property.
UserLanguageObjectType
Gets the value of the userName property.
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the defaultDisplayLanguageReference property.
| value | Allowed object is
UserLanguageObjectType
|
|---|
Sets the value of the localeReference property.
| value | Allowed object is
LocaleObjectType
|
|---|
Sets the value of the timeZoneReference property.
| value | Allowed object is
TimeZoneObjectType
|
|---|
Sets the value of the userLanguageReference property.
| value | Allowed object is
UserLanguageObjectType
|
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|