public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.workday.identity.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.workday.identity package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

Summary

Fields
private static final QName _GetUnidentifiedSignonsRequest_QNAME
private static final QName _GetUnidentifiedSignonsResponse_QNAME
private static final QName _GetWorkdayAccountSignonsRequest_QNAME
private static final QName _GetWorkdayAccountSignonsResponse_QNAME
private static final QName _ProcessingFault_QNAME
private static final QName _ValidationFault_QNAME
Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.workday.identity
Public Methods
JAXBElement<GetUnidentifiedSignonsRequestType> createGetUnidentifiedSignonsRequest(GetUnidentifiedSignonsRequestType value)
Create an instance of JAXBElement<GetUnidentifiedSignonsRequestType>}
GetUnidentifiedSignonsRequestType createGetUnidentifiedSignonsRequestType()
Create an instance of GetUnidentifiedSignonsRequestType
JAXBElement<GetUnidentifiedSignonsResponseType> createGetUnidentifiedSignonsResponse(GetUnidentifiedSignonsResponseType value)
Create an instance of JAXBElement<GetUnidentifiedSignonsResponseType>}
GetUnidentifiedSignonsResponseType createGetUnidentifiedSignonsResponseType()
Create an instance of GetUnidentifiedSignonsResponseType
JAXBElement<GetWorkdayAccountSignonsRequestType> createGetWorkdayAccountSignonsRequest(GetWorkdayAccountSignonsRequestType value)
Create an instance of JAXBElement<GetWorkdayAccountSignonsRequestType>}
GetWorkdayAccountSignonsRequestType createGetWorkdayAccountSignonsRequestType()
JAXBElement<GetWorkdayAccountSignonsResponseType> createGetWorkdayAccountSignonsResponse(GetWorkdayAccountSignonsResponseType value)
Create an instance of JAXBElement<GetWorkdayAccountSignonsResponseType>}
GetWorkdayAccountSignonsResponseType createGetWorkdayAccountSignonsResponseType()
JAXBElement<ProcessingFaultType> createProcessingFault(ProcessingFaultType value)
Create an instance of JAXBElement<ProcessingFaultType>}
ProcessingFaultType createProcessingFaultType()
Create an instance of ProcessingFaultType
ResponseFilterType createResponseFilterType()
Create an instance of ResponseFilterType
ResponseResultsType createResponseResultsType()
Create an instance of ResponseResultsType
SystemAccountObjectIDType createSystemAccountObjectIDType()
Create an instance of SystemAccountObjectIDType
SystemAccountObjectType createSystemAccountObjectType()
Create an instance of SystemAccountObjectType
UnidentifiedSignonDataType createUnidentifiedSignonDataType()
Create an instance of UnidentifiedSignonDataType
UnidentifiedSignonRequestCriteriaType createUnidentifiedSignonRequestCriteriaType()
UnidentifiedSignonResponseDataType createUnidentifiedSignonResponseDataType()
Create an instance of UnidentifiedSignonResponseDataType
ValidationErrorType createValidationErrorType()
Create an instance of ValidationErrorType
JAXBElement<ValidationFaultType> createValidationFault(ValidationFaultType value)
Create an instance of JAXBElement<ValidationFaultType>}
ValidationFaultType createValidationFaultType()
Create an instance of ValidationFaultType
WorkdayAccountSignonDataType createWorkdayAccountSignonDataType()
Create an instance of WorkdayAccountSignonDataType
WorkdayAccountSignonRequestCriteriaType createWorkdayAccountSignonRequestCriteriaType()
WorkdayAccountSignonResponseDataType createWorkdayAccountSignonResponseDataType()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _GetUnidentifiedSignonsRequest_QNAME

private static final QName _GetUnidentifiedSignonsResponse_QNAME

private static final QName _GetWorkdayAccountSignonsRequest_QNAME

private static final QName _GetWorkdayAccountSignonsResponse_QNAME

private static final QName _ProcessingFault_QNAME

private static final QName _ValidationFault_QNAME

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.workday.identity

Public Methods

public JAXBElement<GetUnidentifiedSignonsRequestType> createGetUnidentifiedSignonsRequest (GetUnidentifiedSignonsRequestType value)

Create an instance of JAXBElement<GetUnidentifiedSignonsRequestType>}

Parameters
value

public GetUnidentifiedSignonsRequestType createGetUnidentifiedSignonsRequestType ()

Create an instance of GetUnidentifiedSignonsRequestType

public JAXBElement<GetUnidentifiedSignonsResponseType> createGetUnidentifiedSignonsResponse (GetUnidentifiedSignonsResponseType value)

Create an instance of JAXBElement<GetUnidentifiedSignonsResponseType>}

Parameters
value

public GetUnidentifiedSignonsResponseType createGetUnidentifiedSignonsResponseType ()

Create an instance of GetUnidentifiedSignonsResponseType

public JAXBElement<GetWorkdayAccountSignonsRequestType> createGetWorkdayAccountSignonsRequest (GetWorkdayAccountSignonsRequestType value)

Create an instance of JAXBElement<GetWorkdayAccountSignonsRequestType>}

Parameters
value

public GetWorkdayAccountSignonsRequestType createGetWorkdayAccountSignonsRequestType ()

public JAXBElement<GetWorkdayAccountSignonsResponseType> createGetWorkdayAccountSignonsResponse (GetWorkdayAccountSignonsResponseType value)

Create an instance of JAXBElement<GetWorkdayAccountSignonsResponseType>}

Parameters
value

public GetWorkdayAccountSignonsResponseType createGetWorkdayAccountSignonsResponseType ()

public JAXBElement<ProcessingFaultType> createProcessingFault (ProcessingFaultType value)

Create an instance of JAXBElement<ProcessingFaultType>}

Parameters
value

public ProcessingFaultType createProcessingFaultType ()

Create an instance of ProcessingFaultType

public ResponseFilterType createResponseFilterType ()

Create an instance of ResponseFilterType

public ResponseResultsType createResponseResultsType ()

Create an instance of ResponseResultsType

public SystemAccountObjectIDType createSystemAccountObjectIDType ()

Create an instance of SystemAccountObjectIDType

public SystemAccountObjectType createSystemAccountObjectType ()

Create an instance of SystemAccountObjectType

public UnidentifiedSignonDataType createUnidentifiedSignonDataType ()

Create an instance of UnidentifiedSignonDataType

public UnidentifiedSignonRequestCriteriaType createUnidentifiedSignonRequestCriteriaType ()

public UnidentifiedSignonResponseDataType createUnidentifiedSignonResponseDataType ()

Create an instance of UnidentifiedSignonResponseDataType

public ValidationErrorType createValidationErrorType ()

Create an instance of ValidationErrorType

public JAXBElement<ValidationFaultType> createValidationFault (ValidationFaultType value)

Create an instance of JAXBElement<ValidationFaultType>}

Parameters
value

public ValidationFaultType createValidationFaultType ()

Create an instance of ValidationFaultType

public WorkdayAccountSignonDataType createWorkdayAccountSignonDataType ()

Create an instance of WorkdayAccountSignonDataType

public WorkdayAccountSignonRequestCriteriaType createWorkdayAccountSignonRequestCriteriaType ()

public WorkdayAccountSignonResponseDataType createWorkdayAccountSignonResponseDataType ()