public class

WorkdayAccountSignonDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.identity.WorkdayAccountSignonDataType

Class Overview

Contains data for a Workday Account Signon, including User Name, Workday Account Reference and Signon Time.

Java class for Workday_Account_Signon_DataType complex type.

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

 <complexType name="Workday_Account_Signon_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Signon_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="User_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Successful" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Failed_Signon" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Password_Changed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Forgotten_Password_Reset_Request" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Authentication_Failure_Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Signon_IP_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Signoff_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Authentication_Channel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Authentication_Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Workday_Account_Reference" type="{urn:com.workday/bsvc}System_AccountObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String authenticationChannel
protected String authenticationFailureMessage
protected String authenticationType
protected Boolean failedSignon
protected Boolean forgottenPasswordResetRequest
protected Boolean passwordChanged
protected XMLGregorianCalendar signoffDateTime
protected XMLGregorianCalendar signonDateTime
protected String signonIPAddress
protected Boolean successful
protected String userName
protected SystemAccountObjectType workdayAccountReference
Public Constructors
WorkdayAccountSignonDataType()
Public Methods
String getAuthenticationChannel()
Gets the value of the authenticationChannel property.
String getAuthenticationFailureMessage()
Gets the value of the authenticationFailureMessage property.
String getAuthenticationType()
Gets the value of the authenticationType property.
Boolean getFailedSignon()
Gets the value of the failedSignon property.
Boolean getForgottenPasswordResetRequest()
Gets the value of the forgottenPasswordResetRequest property.
Boolean getPasswordChanged()
Gets the value of the passwordChanged property.
XMLGregorianCalendar getSignoffDateTime()
Gets the value of the signoffDateTime property.
XMLGregorianCalendar getSignonDateTime()
Gets the value of the signonDateTime property.
String getSignonIPAddress()
Gets the value of the signonIPAddress property.
Boolean getSuccessful()
Gets the value of the successful property.
String getUserName()
Gets the value of the userName property.
SystemAccountObjectType getWorkdayAccountReference()
Gets the value of the workdayAccountReference property.
void setAuthenticationChannel(String value)
Sets the value of the authenticationChannel property.
void setAuthenticationFailureMessage(String value)
Sets the value of the authenticationFailureMessage property.
void setAuthenticationType(String value)
Sets the value of the authenticationType property.
void setFailedSignon(Boolean value)
Sets the value of the failedSignon property.
void setForgottenPasswordResetRequest(Boolean value)
Sets the value of the forgottenPasswordResetRequest property.
void setPasswordChanged(Boolean value)
Sets the value of the passwordChanged property.
void setSignoffDateTime(XMLGregorianCalendar value)
Sets the value of the signoffDateTime property.
void setSignonDateTime(XMLGregorianCalendar value)
Sets the value of the signonDateTime property.
void setSignonIPAddress(String value)
Sets the value of the signonIPAddress property.
void setSuccessful(Boolean value)
Sets the value of the successful property.
void setUserName(String value)
Sets the value of the userName property.
void setWorkdayAccountReference(SystemAccountObjectType value)
Sets the value of the workdayAccountReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String authenticationChannel

protected String authenticationFailureMessage

protected String authenticationType

protected Boolean failedSignon

protected Boolean forgottenPasswordResetRequest

protected Boolean passwordChanged

protected XMLGregorianCalendar signoffDateTime

protected XMLGregorianCalendar signonDateTime

protected String signonIPAddress

protected Boolean successful

protected String userName

protected SystemAccountObjectType workdayAccountReference

Public Constructors

public WorkdayAccountSignonDataType ()

Public Methods

public String getAuthenticationChannel ()

Gets the value of the authenticationChannel property.

Returns
  • possible object is String

public String getAuthenticationFailureMessage ()

Gets the value of the authenticationFailureMessage property.

Returns
  • possible object is String

public String getAuthenticationType ()

Gets the value of the authenticationType property.

Returns
  • possible object is String

public Boolean getFailedSignon ()

Gets the value of the failedSignon property. This getter has been renamed from isFailedSignon() to getFailedSignon() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getForgottenPasswordResetRequest ()

Gets the value of the forgottenPasswordResetRequest property. This getter has been renamed from isForgottenPasswordResetRequest() to getForgottenPasswordResetRequest() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getPasswordChanged ()

Gets the value of the passwordChanged property. This getter has been renamed from isPasswordChanged() to getPasswordChanged() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getSignoffDateTime ()

Gets the value of the signoffDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getSignonDateTime ()

Gets the value of the signonDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getSignonIPAddress ()

Gets the value of the signonIPAddress property.

Returns
  • possible object is String

public Boolean getSuccessful ()

Gets the value of the successful property. This getter has been renamed from isSuccessful() to getSuccessful() 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 SystemAccountObjectType getWorkdayAccountReference ()

Gets the value of the workdayAccountReference property.

Returns

public void setAuthenticationChannel (String value)

Sets the value of the authenticationChannel property.

Parameters
value Allowed object is String

public void setAuthenticationFailureMessage (String value)

Sets the value of the authenticationFailureMessage property.

Parameters
value Allowed object is String

public void setAuthenticationType (String value)

Sets the value of the authenticationType property.

Parameters
value Allowed object is String

public void setFailedSignon (Boolean value)

Sets the value of the failedSignon property.

Parameters
value Allowed object is Boolean

public void setForgottenPasswordResetRequest (Boolean value)

Sets the value of the forgottenPasswordResetRequest property.

Parameters
value Allowed object is Boolean

public void setPasswordChanged (Boolean value)

Sets the value of the passwordChanged property.

Parameters
value Allowed object is Boolean

public void setSignoffDateTime (XMLGregorianCalendar value)

Sets the value of the signoffDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSignonDateTime (XMLGregorianCalendar value)

Sets the value of the signonDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSignonIPAddress (String value)

Sets the value of the signonIPAddress property.

Parameters
value Allowed object is String

public void setSuccessful (Boolean value)

Sets the value of the successful 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

public void setWorkdayAccountReference (SystemAccountObjectType value)

Sets the value of the workdayAccountReference property.

Parameters
value Allowed object is SystemAccountObjectType