public class

WorkdayAccountForWorkerDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.WorkdayAccountForWorkerDataType

Class Overview

Encapsulating element containing all Workday Account data.

Java class for Workday_Account_for_Worker_DataType complex type.

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

 <complexType name="Workday_Account_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="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Require_New_Password_at_Next_Sign_In" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Account_Disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Account_Expiration_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Delegated_Authentication_Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_System__Audited_ObjectType" minOccurs="0"/>
         <element name="Session_Timeout_Minutes" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="3"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Show_User_Name_in_Browser_Window" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Display_XML_Icon_on_Reports" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Enable_Workbox" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Locale_Reference" type="{urn:com.workday/bsvc}LocaleObjectType" minOccurs="0"/>
         <element name="Allow_Mixed-Language_Transactions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Receive_Email_Notifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Exempt_from_Delegated_Authentication" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean accountDisabled
protected XMLGregorianCalendar accountExpirationDate
protected Boolean allowMixedLanguageTransactions
protected IntegrationSystemAuditedObjectType delegatedAuthenticationIntegrationSystemReference
protected Boolean displayXMLIconOnReports
protected Boolean enableWorkbox
protected Boolean exemptFromDelegatedAuthentication
protected LocaleObjectType localeReference
protected String password
protected Boolean receiveEmailNotifications
protected Boolean requireNewPasswordAtNextSignIn
protected BigDecimal sessionTimeoutMinutes
protected Boolean showUserNameInBrowserWindow
protected String userName
Public Constructors
WorkdayAccountForWorkerDataType()
Public Methods
Boolean getAccountDisabled()
Gets the value of the accountDisabled property.
XMLGregorianCalendar getAccountExpirationDate()
Gets the value of the accountExpirationDate property.
Boolean getAllowMixedLanguageTransactions()
Gets the value of the allowMixedLanguageTransactions property.
IntegrationSystemAuditedObjectType getDelegatedAuthenticationIntegrationSystemReference()
Gets the value of the delegatedAuthenticationIntegrationSystemReference property.
Boolean getDisplayXMLIconOnReports()
Gets the value of the displayXMLIconOnReports property.
Boolean getEnableWorkbox()
Gets the value of the enableWorkbox property.
Boolean getExemptFromDelegatedAuthentication()
Gets the value of the exemptFromDelegatedAuthentication property.
LocaleObjectType getLocaleReference()
Gets the value of the localeReference property.
String getPassword()
Gets the value of the password property.
Boolean getReceiveEmailNotifications()
Gets the value of the receiveEmailNotifications property.
Boolean getRequireNewPasswordAtNextSignIn()
Gets the value of the requireNewPasswordAtNextSignIn property.
BigDecimal getSessionTimeoutMinutes()
Gets the value of the sessionTimeoutMinutes property.
Boolean getShowUserNameInBrowserWindow()
Gets the value of the showUserNameInBrowserWindow property.
String getUserName()
Gets the value of the userName property.
void setAccountDisabled(Boolean value)
Sets the value of the accountDisabled property.
void setAccountExpirationDate(XMLGregorianCalendar value)
Sets the value of the accountExpirationDate property.
void setAllowMixedLanguageTransactions(Boolean value)
Sets the value of the allowMixedLanguageTransactions property.
void setDelegatedAuthenticationIntegrationSystemReference(IntegrationSystemAuditedObjectType value)
Sets the value of the delegatedAuthenticationIntegrationSystemReference property.
void setDisplayXMLIconOnReports(Boolean value)
Sets the value of the displayXMLIconOnReports property.
void setEnableWorkbox(Boolean value)
Sets the value of the enableWorkbox property.
void setExemptFromDelegatedAuthentication(Boolean value)
Sets the value of the exemptFromDelegatedAuthentication property.
void setLocaleReference(LocaleObjectType value)
Sets the value of the localeReference property.
void setPassword(String value)
Sets the value of the password property.
void setReceiveEmailNotifications(Boolean value)
Sets the value of the receiveEmailNotifications property.
void setRequireNewPasswordAtNextSignIn(Boolean value)
Sets the value of the requireNewPasswordAtNextSignIn property.
void setSessionTimeoutMinutes(BigDecimal value)
Sets the value of the sessionTimeoutMinutes property.
void setShowUserNameInBrowserWindow(Boolean value)
Sets the value of the showUserNameInBrowserWindow property.
void setUserName(String value)
Sets the value of the userName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean accountDisabled

protected XMLGregorianCalendar accountExpirationDate

protected Boolean allowMixedLanguageTransactions

protected IntegrationSystemAuditedObjectType delegatedAuthenticationIntegrationSystemReference

protected Boolean displayXMLIconOnReports

protected Boolean enableWorkbox

protected Boolean exemptFromDelegatedAuthentication

protected LocaleObjectType localeReference

protected String password

protected Boolean receiveEmailNotifications

protected Boolean requireNewPasswordAtNextSignIn

protected BigDecimal sessionTimeoutMinutes

protected Boolean showUserNameInBrowserWindow

protected String userName

Public Constructors

public WorkdayAccountForWorkerDataType ()

Public Methods

public Boolean getAccountDisabled ()

Gets the value of the accountDisabled property. This getter has been renamed from isAccountDisabled() to getAccountDisabled() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getAccountExpirationDate ()

Gets the value of the accountExpirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean getAllowMixedLanguageTransactions ()

Gets the value of the allowMixedLanguageTransactions property. This getter has been renamed from isAllowMixedLanguageTransactions() to getAllowMixedLanguageTransactions() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public IntegrationSystemAuditedObjectType getDelegatedAuthenticationIntegrationSystemReference ()

Gets the value of the delegatedAuthenticationIntegrationSystemReference property.

Returns

public Boolean getDisplayXMLIconOnReports ()

Gets the value of the displayXMLIconOnReports property. This getter has been renamed from isDisplayXMLIconOnReports() to getDisplayXMLIconOnReports() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getEnableWorkbox ()

Gets the value of the enableWorkbox property. This getter has been renamed from isEnableWorkbox() to getEnableWorkbox() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getExemptFromDelegatedAuthentication ()

Gets the value of the exemptFromDelegatedAuthentication property. This getter has been renamed from isExemptFromDelegatedAuthentication() to getExemptFromDelegatedAuthentication() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public LocaleObjectType getLocaleReference ()

Gets the value of the localeReference property.

Returns

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public Boolean getReceiveEmailNotifications ()

Gets the value of the receiveEmailNotifications property. This getter has been renamed from isReceiveEmailNotifications() to getReceiveEmailNotifications() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getRequireNewPasswordAtNextSignIn ()

Gets the value of the requireNewPasswordAtNextSignIn property. This getter has been renamed from isRequireNewPasswordAtNextSignIn() to getRequireNewPasswordAtNextSignIn() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getSessionTimeoutMinutes ()

Gets the value of the sessionTimeoutMinutes property.

Returns
  • possible object is BigDecimal

public Boolean getShowUserNameInBrowserWindow ()

Gets the value of the showUserNameInBrowserWindow property. This getter has been renamed from isShowUserNameInBrowserWindow() to getShowUserNameInBrowserWindow() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public void setAccountDisabled (Boolean value)

Sets the value of the accountDisabled property.

Parameters
value Allowed object is Boolean

public void setAccountExpirationDate (XMLGregorianCalendar value)

Sets the value of the accountExpirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setAllowMixedLanguageTransactions (Boolean value)

Sets the value of the allowMixedLanguageTransactions property.

Parameters
value Allowed object is Boolean

public void setDelegatedAuthenticationIntegrationSystemReference (IntegrationSystemAuditedObjectType value)

Sets the value of the delegatedAuthenticationIntegrationSystemReference property.

Parameters
value Allowed object is IntegrationSystemAuditedObjectType

public void setDisplayXMLIconOnReports (Boolean value)

Sets the value of the displayXMLIconOnReports property.

Parameters
value Allowed object is Boolean

public void setEnableWorkbox (Boolean value)

Sets the value of the enableWorkbox property.

Parameters
value Allowed object is Boolean

public void setExemptFromDelegatedAuthentication (Boolean value)

Sets the value of the exemptFromDelegatedAuthentication property.

Parameters
value Allowed object is Boolean

public void setLocaleReference (LocaleObjectType value)

Sets the value of the localeReference property.

Parameters
value Allowed object is LocaleObjectType

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setReceiveEmailNotifications (Boolean value)

Sets the value of the receiveEmailNotifications property.

Parameters
value Allowed object is Boolean

public void setRequireNewPasswordAtNextSignIn (Boolean value)

Sets the value of the requireNewPasswordAtNextSignIn property.

Parameters
value Allowed object is Boolean

public void setSessionTimeoutMinutes (BigDecimal value)

Sets the value of the sessionTimeoutMinutes property.

Parameters
value Allowed object is BigDecimal

public void setShowUserNameInBrowserWindow (Boolean value)

Sets the value of the showUserNameInBrowserWindow property.

Parameters
value Allowed object is Boolean

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String