org.ow2.orchestra.ws_ht.api
Class ObjectFactory

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.api.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.ow2.orchestra.ws_ht.api 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.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.example.ws_ht.api
 
Method Summary
 javax.xml.bind.JAXBElement<TAttachment> createAttachment(TAttachment value)
          Create an instance of JAXBElement<TAttachment>}
 javax.xml.bind.JAXBElement<TAttachmentInfo> createAttachmentInfo(TAttachmentInfo value)
          Create an instance of JAXBElement<TAttachmentInfo>}
 javax.xml.bind.JAXBElement<TComment> createComment(TComment value)
          Create an instance of JAXBElement<TComment>}
 javax.xml.bind.JAXBElement<TTask> createTask(TTask value)
          Create an instance of JAXBElement<TTask>}
 javax.xml.bind.JAXBElement<TTaskAbstract> createTaskAbstract(TTaskAbstract value)
          Create an instance of JAXBElement<TTaskAbstract>}
 javax.xml.bind.JAXBElement<TTaskQueryResultSet> createTaskQueryResultSet(TTaskQueryResultSet value)
          Create an instance of JAXBElement<TTaskQueryResultSet>}
 TAttachment createTAttachment()
          Create an instance of TAttachment
 TAttachmentInfo createTAttachmentInfo()
          Create an instance of TAttachmentInfo
 TComment createTComment()
          Create an instance of TComment
 TTask createTTask()
          Create an instance of TTask
 TTaskAbstract createTTaskAbstract()
          Create an instance of TTaskAbstract
 TTaskQueryResultRow createTTaskQueryResultRow()
          Create an instance of TTaskQueryResultRow
 javax.xml.bind.JAXBElement<XMLGregorianCalendar> createTTaskQueryResultRowActivationTime(XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowActualOwner(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowBusinessAdministrators(TOrganizationalEntity value)
          Create an instance of JAXBElement<TOrganizationalEntity>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowCompleteByExists(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowCreatedBy(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<XMLGregorianCalendar> createTTaskQueryResultRowCreatedOn(XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowEscalated(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<XMLGregorianCalendar> createTTaskQueryResultRowExpirationTime(XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasAttachments(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasComments(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasFault(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasOutput(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasPotentialOwners(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowId(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowIsSkipable(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<QName> createTTaskQueryResultRowName(QName value)
          Create an instance of JAXBElement<QName>}
 javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowNotificationRecipients(TOrganizationalEntity value)
          Create an instance of JAXBElement<TOrganizationalEntity>}
 javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowPotentialOwners(TOrganizationalEntity value)
          Create an instance of JAXBElement<TOrganizationalEntity>}
 javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowPresentationDescription(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowPresentationName(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowPresentationSubject(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowPrimarySearchBy(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<BigInteger> createTTaskQueryResultRowPriority(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowRenderingMethodExists(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowStartByExists(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<TStatus> createTTaskQueryResultRowStatus(TStatus value)
          Create an instance of JAXBElement<TStatus>}
 javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowTaskInitiator(TOrganizationalEntity value)
          Create an instance of JAXBElement<TOrganizationalEntity>}
 javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowTaskStakeholders(TOrganizationalEntity value)
          Create an instance of JAXBElement<TOrganizationalEntity>}
 javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowTaskType(String value)
          Create an instance of JAXBElement<String>}
 TTaskQueryResultSet createTTaskQueryResultSet()
          Create an instance of TTaskQueryResultSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.example.ws_ht.api

Method Detail

createTTask

public TTask createTTask()
Create an instance of TTask


createTTaskAbstract

public TTaskAbstract createTTaskAbstract()
Create an instance of TTaskAbstract


createTTaskQueryResultSet

public TTaskQueryResultSet createTTaskQueryResultSet()
Create an instance of TTaskQueryResultSet


createTAttachment

public TAttachment createTAttachment()
Create an instance of TAttachment


createTAttachmentInfo

public TAttachmentInfo createTAttachmentInfo()
Create an instance of TAttachmentInfo


createTComment

public TComment createTComment()
Create an instance of TComment


createTTaskQueryResultRow

public TTaskQueryResultRow createTTaskQueryResultRow()
Create an instance of TTaskQueryResultRow


createTaskAbstract

public javax.xml.bind.JAXBElement<TTaskAbstract> createTaskAbstract(TTaskAbstract value)
Create an instance of JAXBElement<TTaskAbstract>}


createComment

public javax.xml.bind.JAXBElement<TComment> createComment(TComment value)
Create an instance of JAXBElement<TComment>}


createTask

public javax.xml.bind.JAXBElement<TTask> createTask(TTask value)
Create an instance of JAXBElement<TTask>}


createAttachmentInfo

public javax.xml.bind.JAXBElement<TAttachmentInfo> createAttachmentInfo(TAttachmentInfo value)
Create an instance of JAXBElement<TAttachmentInfo>}


createAttachment

public javax.xml.bind.JAXBElement<TAttachment> createAttachment(TAttachment value)
Create an instance of JAXBElement<TAttachment>}


createTaskQueryResultSet

public javax.xml.bind.JAXBElement<TTaskQueryResultSet> createTaskQueryResultSet(TTaskQueryResultSet value)
Create an instance of JAXBElement<TTaskQueryResultSet>}


createTTaskQueryResultRowCreatedOn

public javax.xml.bind.JAXBElement<XMLGregorianCalendar> createTTaskQueryResultRowCreatedOn(XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createTTaskQueryResultRowPresentationDescription

public javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowPresentationDescription(String value)
Create an instance of JAXBElement<String>}


createTTaskQueryResultRowTaskInitiator

public javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowTaskInitiator(TOrganizationalEntity value)
Create an instance of JAXBElement<TOrganizationalEntity>}


createTTaskQueryResultRowStartByExists

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowStartByExists(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowExpirationTime

public javax.xml.bind.JAXBElement<XMLGregorianCalendar> createTTaskQueryResultRowExpirationTime(XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createTTaskQueryResultRowEscalated

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowEscalated(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowCreatedBy

public javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowCreatedBy(String value)
Create an instance of JAXBElement<String>}


createTTaskQueryResultRowHasAttachments

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasAttachments(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowCompleteByExists

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowCompleteByExists(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowRenderingMethodExists

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowRenderingMethodExists(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowIsSkipable

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowIsSkipable(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowActualOwner

public javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowActualOwner(String value)
Create an instance of JAXBElement<String>}


createTTaskQueryResultRowStatus

public javax.xml.bind.JAXBElement<TStatus> createTTaskQueryResultRowStatus(TStatus value)
Create an instance of JAXBElement<TStatus>}


createTTaskQueryResultRowPrimarySearchBy

public javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowPrimarySearchBy(String value)
Create an instance of JAXBElement<String>}


createTTaskQueryResultRowPotentialOwners

public javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowPotentialOwners(TOrganizationalEntity value)
Create an instance of JAXBElement<TOrganizationalEntity>}


createTTaskQueryResultRowHasPotentialOwners

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasPotentialOwners(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowHasFault

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasFault(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowId

public javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowId(String value)
Create an instance of JAXBElement<String>}


createTTaskQueryResultRowName

public javax.xml.bind.JAXBElement<QName> createTTaskQueryResultRowName(QName value)
Create an instance of JAXBElement<QName>}


createTTaskQueryResultRowActivationTime

public javax.xml.bind.JAXBElement<XMLGregorianCalendar> createTTaskQueryResultRowActivationTime(XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createTTaskQueryResultRowPriority

public javax.xml.bind.JAXBElement<BigInteger> createTTaskQueryResultRowPriority(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createTTaskQueryResultRowPresentationSubject

public javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowPresentationSubject(String value)
Create an instance of JAXBElement<String>}


createTTaskQueryResultRowHasComments

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasComments(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowPresentationName

public javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowPresentationName(String value)
Create an instance of JAXBElement<String>}


createTTaskQueryResultRowHasOutput

public javax.xml.bind.JAXBElement<Boolean> createTTaskQueryResultRowHasOutput(Boolean value)
Create an instance of JAXBElement<Boolean>}


createTTaskQueryResultRowNotificationRecipients

public javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowNotificationRecipients(TOrganizationalEntity value)
Create an instance of JAXBElement<TOrganizationalEntity>}


createTTaskQueryResultRowTaskType

public javax.xml.bind.JAXBElement<String> createTTaskQueryResultRowTaskType(String value)
Create an instance of JAXBElement<String>}


createTTaskQueryResultRowTaskStakeholders

public javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowTaskStakeholders(TOrganizationalEntity value)
Create an instance of JAXBElement<TOrganizationalEntity>}


createTTaskQueryResultRowBusinessAdministrators

public javax.xml.bind.JAXBElement<TOrganizationalEntity> createTTaskQueryResultRowBusinessAdministrators(TOrganizationalEntity value)
Create an instance of JAXBElement<TOrganizationalEntity>}



Copyright © 2012 OW2 Consortium. All Rights Reserved.