org.ow2.orchestra.ws_ht.api.xsd
Class ObjectFactory

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.api.xsd.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.xsd 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.ow2.orchestra.ws_ht.api.xsd
 
Method Summary
 Activate createActivate()
          Create an instance of Activate
 ActivateResponse createActivateResponse()
          Create an instance of ActivateResponse
 AddAttachment createAddAttachment()
          Create an instance of AddAttachment
 AddAttachmentResponse createAddAttachmentResponse()
          Create an instance of AddAttachmentResponse
 AddComment createAddComment()
          Create an instance of AddComment
 AddCommentResponse createAddCommentResponse()
          Create an instance of AddCommentResponse
 Claim createClaim()
          Create an instance of Claim
 ClaimResponse createClaimResponse()
          Create an instance of ClaimResponse
 Complete createComplete()
          Create an instance of Complete
 CompleteResponse createCompleteResponse()
          Create an instance of CompleteResponse
 Delegate createDelegate()
          Create an instance of Delegate
 DelegateResponse createDelegateResponse()
          Create an instance of DelegateResponse
 DeleteAttachments createDeleteAttachments()
          Create an instance of DeleteAttachments
 DeleteAttachmentsResponse createDeleteAttachmentsResponse()
          Create an instance of DeleteAttachmentsResponse
 DeleteFault createDeleteFault()
          Create an instance of DeleteFault
 DeleteFaultResponse createDeleteFaultResponse()
          Create an instance of DeleteFaultResponse
 DeleteOutput createDeleteOutput()
          Create an instance of DeleteOutput
 DeleteOutputResponse createDeleteOutputResponse()
          Create an instance of DeleteOutputResponse
 Fail createFail()
          Create an instance of Fail
 FailResponse createFailResponse()
          Create an instance of FailResponse
 Forward createForward()
          Create an instance of Forward
 ForwardResponse createForwardResponse()
          Create an instance of ForwardResponse
 GetAttachmentInfos createGetAttachmentInfos()
          Create an instance of GetAttachmentInfos
 GetAttachmentInfosResponse createGetAttachmentInfosResponse()
          Create an instance of GetAttachmentInfosResponse
 GetAttachments createGetAttachments()
          Create an instance of GetAttachments
 GetAttachmentsResponse createGetAttachmentsResponse()
          Create an instance of GetAttachmentsResponse
 GetComments createGetComments()
          Create an instance of GetComments
 GetCommentsResposne createGetCommentsResposne()
          Create an instance of GetCommentsResposne
 GetFault createGetFault()
          Create an instance of GetFault
 GetFaultResponse createGetFaultResponse()
          Create an instance of GetFaultResponse
 GetInput createGetInput()
          Create an instance of GetInput
 GetInputResponse createGetInputResponse()
          Create an instance of GetInputResponse
 GetMyTaskAbstracts createGetMyTaskAbstracts()
          Create an instance of GetMyTaskAbstracts
 GetMyTaskAbstractsResponse createGetMyTaskAbstractsResponse()
          Create an instance of GetMyTaskAbstractsResponse
 GetMyTasks createGetMyTasks()
          Create an instance of GetMyTasks
 GetMyTasksResponse createGetMyTasksResponse()
          Create an instance of GetMyTasksResponse
 GetOutput createGetOutput()
          Create an instance of GetOutput
 GetOutputResponse createGetOutputResponse()
          Create an instance of GetOutputResponse
 GetRendering createGetRendering()
          Create an instance of GetRendering
 GetRenderingResponse createGetRenderingResponse()
          Create an instance of GetRenderingResponse
 GetRenderingTypes createGetRenderingTypes()
          Create an instance of GetRenderingTypes
 GetRenderingTypesResponse createGetRenderingTypesResponse()
          Create an instance of GetRenderingTypesResponse
 GetTaskDescription createGetTaskDescription()
          Create an instance of GetTaskDescription
 GetTaskDescriptionResponse createGetTaskDescriptionResponse()
          Create an instance of GetTaskDescriptionResponse
 GetTaskInfo createGetTaskInfo()
          Create an instance of GetTaskInfo
 GetTaskInfoResponse createGetTaskInfoResponse()
          Create an instance of GetTaskInfoResponse
 javax.xml.bind.JAXBElement<String> createIllegalAccess(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createIllegalArgument(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createIllegalOperation(String value)
          Create an instance of JAXBElement<String>}
 IllegalState createIllegalState()
          Create an instance of IllegalState
 Nominate createNominate()
          Create an instance of Nominate
 NominateResponse createNominateResponse()
          Create an instance of NominateResponse
 Query createQuery()
          Create an instance of Query
 QueryResponse createQueryResponse()
          Create an instance of QueryResponse
 javax.xml.bind.JAXBElement<String> createRecipientNotAllowed(String value)
          Create an instance of JAXBElement<String>}
 Release createRelease()
          Create an instance of Release
 ReleaseResponse createReleaseResponse()
          Create an instance of ReleaseResponse
 Remove createRemove()
          Create an instance of Remove
 RemoveResponse createRemoveResponse()
          Create an instance of RemoveResponse
 Resume createResume()
          Create an instance of Resume
 ResumeResponse createResumeResponse()
          Create an instance of ResumeResponse
 SetFault createSetFault()
          Create an instance of SetFault
 SetFaultResponse createSetFaultResponse()
          Create an instance of SetFaultResponse
 SetGenericHumanRole createSetGenericHumanRole()
          Create an instance of SetGenericHumanRole
 SetGenericHumanRoleResponse createSetGenericHumanRoleResponse()
          Create an instance of SetGenericHumanRoleResponse
 SetOutput createSetOutput()
          Create an instance of SetOutput
 SetOutputResponse createSetOutputResponse()
          Create an instance of SetOutputResponse
 SetPriority createSetPriority()
          Create an instance of SetPriority
 SetPriorityResponse createSetPriorityResponse()
          Create an instance of SetPriorityResponse
 Skip createSkip()
          Create an instance of Skip
 SkipResponse createSkipResponse()
          Create an instance of SkipResponse
 Start createStart()
          Create an instance of Start
 StartResponse createStartResponse()
          Create an instance of StartResponse
 Stop createStop()
          Create an instance of Stop
 StopResponse createStopResponse()
          Create an instance of StopResponse
 Suspend createSuspend()
          Create an instance of Suspend
 SuspendResponse createSuspendResponse()
          Create an instance of SuspendResponse
 SuspendUntil createSuspendUntil()
          Create an instance of SuspendUntil
 SuspendUntilResponse createSuspendUntilResponse()
          Create an instance of SuspendUntilResponse
 TTime createTTime()
          Create an instance of TTime
 
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.ow2.orchestra.ws_ht.api.xsd

Method Detail

createSuspend

public Suspend createSuspend()
Create an instance of Suspend


createForwardResponse

public ForwardResponse createForwardResponse()
Create an instance of ForwardResponse


createClaimResponse

public ClaimResponse createClaimResponse()
Create an instance of ClaimResponse


createNominateResponse

public NominateResponse createNominateResponse()
Create an instance of NominateResponse


createSetFault

public SetFault createSetFault()
Create an instance of SetFault


createSkip

public Skip createSkip()
Create an instance of Skip


createGetOutput

public GetOutput createGetOutput()
Create an instance of GetOutput


createActivate

public Activate createActivate()
Create an instance of Activate


createDelegateResponse

public DelegateResponse createDelegateResponse()
Create an instance of DelegateResponse


createFail

public Fail createFail()
Create an instance of Fail


createForward

public Forward createForward()
Create an instance of Forward


createSetOutputResponse

public SetOutputResponse createSetOutputResponse()
Create an instance of SetOutputResponse


createAddComment

public AddComment createAddComment()
Create an instance of AddComment


createGetOutputResponse

public GetOutputResponse createGetOutputResponse()
Create an instance of GetOutputResponse


createReleaseResponse

public ReleaseResponse createReleaseResponse()
Create an instance of ReleaseResponse


createGetTaskDescription

public GetTaskDescription createGetTaskDescription()
Create an instance of GetTaskDescription


createStopResponse

public StopResponse createStopResponse()
Create an instance of StopResponse


createSkipResponse

public SkipResponse createSkipResponse()
Create an instance of SkipResponse


createDeleteFault

public DeleteFault createDeleteFault()
Create an instance of DeleteFault


createGetInputResponse

public GetInputResponse createGetInputResponse()
Create an instance of GetInputResponse


createCompleteResponse

public CompleteResponse createCompleteResponse()
Create an instance of CompleteResponse


createSuspendResponse

public SuspendResponse createSuspendResponse()
Create an instance of SuspendResponse


createSetGenericHumanRole

public SetGenericHumanRole createSetGenericHumanRole()
Create an instance of SetGenericHumanRole


createGetAttachmentInfos

public GetAttachmentInfos createGetAttachmentInfos()
Create an instance of GetAttachmentInfos


createStart

public Start createStart()
Create an instance of Start


createSuspendUntilResponse

public SuspendUntilResponse createSuspendUntilResponse()
Create an instance of SuspendUntilResponse


createGetMyTaskAbstracts

public GetMyTaskAbstracts createGetMyTaskAbstracts()
Create an instance of GetMyTaskAbstracts


createDeleteAttachmentsResponse

public DeleteAttachmentsResponse createDeleteAttachmentsResponse()
Create an instance of DeleteAttachmentsResponse


createAddCommentResponse

public AddCommentResponse createAddCommentResponse()
Create an instance of AddCommentResponse


createSetOutput

public SetOutput createSetOutput()
Create an instance of SetOutput


createDeleteFaultResponse

public DeleteFaultResponse createDeleteFaultResponse()
Create an instance of DeleteFaultResponse


createGetTaskInfo

public GetTaskInfo createGetTaskInfo()
Create an instance of GetTaskInfo


createSetPriority

public SetPriority createSetPriority()
Create an instance of SetPriority


createRelease

public Release createRelease()
Create an instance of Release


createGetInput

public GetInput createGetInput()
Create an instance of GetInput


createAddAttachmentResponse

public AddAttachmentResponse createAddAttachmentResponse()
Create an instance of AddAttachmentResponse


createStop

public Stop createStop()
Create an instance of Stop


createSetFaultResponse

public SetFaultResponse createSetFaultResponse()
Create an instance of SetFaultResponse


createDeleteOutput

public DeleteOutput createDeleteOutput()
Create an instance of DeleteOutput


createRemove

public Remove createRemove()
Create an instance of Remove


createGetAttachmentInfosResponse

public GetAttachmentInfosResponse createGetAttachmentInfosResponse()
Create an instance of GetAttachmentInfosResponse


createQuery

public Query createQuery()
Create an instance of Query


createGetRendering

public GetRendering createGetRendering()
Create an instance of GetRendering


createRemoveResponse

public RemoveResponse createRemoveResponse()
Create an instance of RemoveResponse


createDeleteAttachments

public DeleteAttachments createDeleteAttachments()
Create an instance of DeleteAttachments


createStartResponse

public StartResponse createStartResponse()
Create an instance of StartResponse


createFailResponse

public FailResponse createFailResponse()
Create an instance of FailResponse


createGetAttachments

public GetAttachments createGetAttachments()
Create an instance of GetAttachments


createDelegate

public Delegate createDelegate()
Create an instance of Delegate


createComplete

public Complete createComplete()
Create an instance of Complete


createGetRenderingTypes

public GetRenderingTypes createGetRenderingTypes()
Create an instance of GetRenderingTypes


createGetMyTasks

public GetMyTasks createGetMyTasks()
Create an instance of GetMyTasks


createResumeResponse

public ResumeResponse createResumeResponse()
Create an instance of ResumeResponse


createNominate

public Nominate createNominate()
Create an instance of Nominate


createSetGenericHumanRoleResponse

public SetGenericHumanRoleResponse createSetGenericHumanRoleResponse()
Create an instance of SetGenericHumanRoleResponse


createIllegalState

public IllegalState createIllegalState()
Create an instance of IllegalState


createGetTaskInfoResponse

public GetTaskInfoResponse createGetTaskInfoResponse()
Create an instance of GetTaskInfoResponse


createGetComments

public GetComments createGetComments()
Create an instance of GetComments


createGetRenderingTypesResponse

public GetRenderingTypesResponse createGetRenderingTypesResponse()
Create an instance of GetRenderingTypesResponse


createGetFaultResponse

public GetFaultResponse createGetFaultResponse()
Create an instance of GetFaultResponse


createGetTaskDescriptionResponse

public GetTaskDescriptionResponse createGetTaskDescriptionResponse()
Create an instance of GetTaskDescriptionResponse


createQueryResponse

public QueryResponse createQueryResponse()
Create an instance of QueryResponse


createGetAttachmentsResponse

public GetAttachmentsResponse createGetAttachmentsResponse()
Create an instance of GetAttachmentsResponse


createGetMyTaskAbstractsResponse

public GetMyTaskAbstractsResponse createGetMyTaskAbstractsResponse()
Create an instance of GetMyTaskAbstractsResponse


createResume

public Resume createResume()
Create an instance of Resume


createGetMyTasksResponse

public GetMyTasksResponse createGetMyTasksResponse()
Create an instance of GetMyTasksResponse


createActivateResponse

public ActivateResponse createActivateResponse()
Create an instance of ActivateResponse


createDeleteOutputResponse

public DeleteOutputResponse createDeleteOutputResponse()
Create an instance of DeleteOutputResponse


createSuspendUntil

public SuspendUntil createSuspendUntil()
Create an instance of SuspendUntil


createTTime

public TTime createTTime()
Create an instance of TTime


createGetCommentsResposne

public GetCommentsResposne createGetCommentsResposne()
Create an instance of GetCommentsResposne


createSetPriorityResponse

public SetPriorityResponse createSetPriorityResponse()
Create an instance of SetPriorityResponse


createClaim

public Claim createClaim()
Create an instance of Claim


createGetFault

public GetFault createGetFault()
Create an instance of GetFault


createAddAttachment

public AddAttachment createAddAttachment()
Create an instance of AddAttachment


createGetRenderingResponse

public GetRenderingResponse createGetRenderingResponse()
Create an instance of GetRenderingResponse


createRecipientNotAllowed

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


createIllegalArgument

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


createIllegalAccess

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


createIllegalOperation

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



Copyright © 2012 OW2 Consortium. All Rights Reserved.