public class ObjectFactory extends Object
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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.overlord.dtgov.taskapi.types
|
| Modifier and Type | Method and Description |
|---|---|
FindTasksRequest |
createFindTasksRequest()
Create an instance of
FindTasksRequest |
FindTasksResponse |
createFindTasksResponse()
Create an instance of
FindTasksResponse |
JAXBElement<TaskType> |
createTask(TaskType value)
|
JAXBElement<TaskDataType> |
createTaskData(TaskDataType value)
|
TaskDataType |
createTaskDataType()
Create an instance of
TaskDataType |
TaskDataType.Entry |
createTaskDataTypeEntry()
Create an instance of
TaskDataType.Entry |
JAXBElement<TaskSummaryType> |
createTaskSummary(TaskSummaryType value)
|
TaskSummaryType |
createTaskSummaryType()
Create an instance of
TaskSummaryType |
TaskType |
createTaskType()
Create an instance of
TaskType |
public ObjectFactory()
public TaskDataType createTaskDataType()
TaskDataTypepublic FindTasksRequest createFindTasksRequest()
FindTasksRequestpublic TaskSummaryType createTaskSummaryType()
TaskSummaryTypepublic FindTasksResponse createFindTasksResponse()
FindTasksResponsepublic TaskDataType.Entry createTaskDataTypeEntry()
TaskDataType.Entrypublic JAXBElement<TaskType> createTask(TaskType value)
public JAXBElement<TaskSummaryType> createTaskSummary(TaskSummaryType value)
public JAXBElement<TaskDataType> createTaskData(TaskDataType value)
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.