public class

UnidentifiedSignonRequestCriteriaType

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

Class Overview

The request Critera for Unidentified Signons.

Java class for Unidentified_Signon_Request_CriteriaType complex type.

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

 <complexType name="Unidentified_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"/>
         <element name="User_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar fromDateTime
protected XMLGregorianCalendar toDateTime
protected String userName
Public Constructors
UnidentifiedSignonRequestCriteriaType()
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.
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.
[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

Public Constructors

public UnidentifiedSignonRequestCriteriaType ()

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 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