public class

ObjectFactory

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

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.workday.notification 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 _NotificationData_QNAME
Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.workday.notification
Public Methods
EventDataType createEventDataType()
Create an instance of EventDataType
EventTargetObjectIDType createEventTargetObjectIDType()
Create an instance of EventTargetObjectIDType
EventTargetObjectType createEventTargetObjectType()
Create an instance of EventTargetObjectType
JAXBElement<NotificationDataRootType> createNotificationData(NotificationDataRootType value)
Create an instance of JAXBElement<NotificationDataRootType>}
NotificationDataRootType createNotificationDataRootType()
Create an instance of NotificationDataRootType
NotificationDataType createNotificationDataType()
Create an instance of NotificationDataType
TransactionLogObjectIDType createTransactionLogObjectIDType()
Create an instance of TransactionLogObjectIDType
TransactionLogObjectType createTransactionLogObjectType()
Create an instance of TransactionLogObjectType
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _NotificationData_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.notification

Public Methods

public EventDataType createEventDataType ()

Create an instance of EventDataType

public EventTargetObjectIDType createEventTargetObjectIDType ()

Create an instance of EventTargetObjectIDType

public EventTargetObjectType createEventTargetObjectType ()

Create an instance of EventTargetObjectType

public JAXBElement<NotificationDataRootType> createNotificationData (NotificationDataRootType value)

Create an instance of JAXBElement<NotificationDataRootType>}

Parameters
value

public NotificationDataRootType createNotificationDataRootType ()

Create an instance of NotificationDataRootType

public NotificationDataType createNotificationDataType ()

Create an instance of NotificationDataType

public TransactionLogObjectIDType createTransactionLogObjectIDType ()

Create an instance of TransactionLogObjectIDType

public TransactionLogObjectType createTransactionLogObjectType ()

Create an instance of TransactionLogObjectType