public class

WorkdayAccountSignonRequestCriteriaType

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

Class Overview

The request Critera controlling which Workday Account Signons are included in the response. The criteria include User Name and time range.

Java class for Workday_Account_Signon_Request_CriteriaType complex type.

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

 <complexType name="Workday_Account_Signon_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="From_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="To_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <choice>
           <element name="User_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="Workday_Account_Reference" type="{urn:com.workday/bsvc}System_AccountObjectType" maxOccurs="unbounded" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar fromDateTime
protected XMLGregorianCalendar toDateTime
protected String userName
protected List<SystemAccountObjectType> workdayAccountReference
Public Constructors
WorkdayAccountSignonRequestCriteriaType()
Public Methods
XMLGregorianCalendar getFromDateTime()
Gets the value of the fromDateTime property.
XMLGregorianCalendar getToDateTime()
Gets the value of the toDateTime property.
String getUserName()
Gets the value of the userName property.
List<SystemAccountObjectType> getWorkdayAccountReference()
Gets the value of the workdayAccountReference property.
void setFromDateTime(XMLGregorianCalendar value)
Sets the value of the fromDateTime property.
void setToDateTime(XMLGregorianCalendar value)
Sets the value of the toDateTime property.
void setUserName(String value)
Sets the value of the userName property.
void setWorkdayAccountReference(List<SystemAccountObjectType> workdayAccountReference)
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 XMLGregorianCalendar fromDateTime

protected XMLGregorianCalendar toDateTime

protected String userName

protected List<SystemAccountObjectType> workdayAccountReference

Public Constructors

public WorkdayAccountSignonRequestCriteriaType ()

Public Methods

public XMLGregorianCalendar getFromDateTime ()

Gets the value of the fromDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getToDateTime ()

Gets the value of the toDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public List<SystemAccountObjectType> getWorkdayAccountReference ()

Gets the value of the workdayAccountReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workdayAccountReference property.

For example, to add a new item, do as follows:

    getWorkdayAccountReference().add(newItem);
 

Objects of the following type(s) are allowed in the list SystemAccountObjectType

public void setFromDateTime (XMLGregorianCalendar value)

Sets the value of the fromDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setToDateTime (XMLGregorianCalendar value)

Sets the value of the toDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String

public void setWorkdayAccountReference (List<SystemAccountObjectType> workdayAccountReference)

Sets the value of the workdayAccountReference property.

Parameters
workdayAccountReference Allowed object is SystemAccountObjectType