com.bea.wli.worklist.xml
Interface TaskInfoXMLType

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Subinterfaces:
TaskDataXMLDocument.TaskDataXML, TaskInfoXMLDocument.TaskInfoXML

public interface TaskInfoXMLType
extends XmlObject

An XML TaskInfoXMLType(@http://www.bea.com/wli/worklist/xml). This is a complex type.


Nested Class Summary
static class TaskInfoXMLType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 AssigneeType addNewAssignee()
          Appends and returns a new empty "assignee" element
 AssigneeType getAssignee()
          Gets the "assignee" element
 boolean getCanBeAborted()
          Gets the "canBeAborted" element
 boolean getCanBeReassigned()
          Gets the "canBeReassigned" element
 boolean getCanBeReturned()
          Gets the "canBeReturned" element
 String getClaimant()
          Gets the "claimant" element
 Calendar getClaimDueDate()
          Gets the "claimDueDate" element
 String getComment()
          Gets the "comment" element
 Calendar getCompletionDueDate()
          Gets the "completionDueDate" element
 Calendar getCreationDate()
          Gets the "creationDate" element
 String getDescription()
          Gets the "description" element
 String getName()
          Gets the "name" element
 String getOwner()
          Gets the "owner" element
 String getParentProcessId()
          Gets the "parentProcessId" element
 String getParentProcessUri()
          Gets the "parentProcessUri" element
 int getPriority()
          Gets the "priority" element
 String getRequestType()
          Gets the "requestType" element
 String getResponseType()
          Gets the "responseType" element
 StateType.Enum getState()
          Gets the "state" element
 String getTaskId()
          Gets the "taskId" element
 boolean isSetAssignee()
          True if has "assignee" element
 boolean isSetClaimant()
          True if has "claimant" element
 boolean isSetClaimDueDate()
          True if has "claimDueDate" element
 boolean isSetComment()
          True if has "comment" element
 boolean isSetCompletionDueDate()
          True if has "completionDueDate" element
 boolean isSetDescription()
          True if has "description" element
 boolean isSetParentProcessId()
          True if has "parentProcessId" element
 boolean isSetParentProcessUri()
          True if has "parentProcessUri" element
 boolean isSetRequestType()
          True if has "requestType" element
 boolean isSetResponseType()
          True if has "responseType" element
 void setAssignee(AssigneeType assignee)
          Sets the "assignee" element
 void setCanBeAborted(boolean canBeAborted)
          Sets the "canBeAborted" element
 void setCanBeReassigned(boolean canBeReassigned)
          Sets the "canBeReassigned" element
 void setCanBeReturned(boolean canBeReturned)
          Sets the "canBeReturned" element
 void setClaimant(String claimant)
          Sets the "claimant" element
 void setClaimDueDate(Calendar claimDueDate)
          Sets the "claimDueDate" element
 void setComment(String comment)
          Sets the "comment" element
 void setCompletionDueDate(Calendar completionDueDate)
          Sets the "completionDueDate" element
 void setCreationDate(Calendar creationDate)
          Sets the "creationDate" element
 void setDescription(String description)
          Sets the "description" element
 void setName(String name)
          Sets the "name" element
 void setOwner(String owner)
          Sets the "owner" element
 void setParentProcessId(String parentProcessId)
          Sets the "parentProcessId" element
 void setParentProcessUri(String parentProcessUri)
          Sets the "parentProcessUri" element
 void setPriority(int priority)
          Sets the "priority" element
 void setRequestType(String requestType)
          Sets the "requestType" element
 void setResponseType(String responseType)
          Sets the "responseType" element
 void setState(StateType.Enum state)
          Sets the "state" element
 void setTaskId(String taskId)
          Sets the "taskId" element
 void unsetAssignee()
          Unsets the "assignee" element
 void unsetClaimant()
          Unsets the "claimant" element
 void unsetClaimDueDate()
          Unsets the "claimDueDate" element
 void unsetComment()
          Unsets the "comment" element
 void unsetCompletionDueDate()
          Unsets the "completionDueDate" element
 void unsetDescription()
          Unsets the "description" element
 void unsetParentProcessId()
          Unsets the "parentProcessId" element
 void unsetParentProcessUri()
          Unsets the "parentProcessUri" element
 void unsetRequestType()
          Unsets the "requestType" element
 void unsetResponseType()
          Unsets the "responseType" element
 XmlBoolean xgetCanBeAborted()
          Gets (as xml) the "canBeAborted" element
 XmlBoolean xgetCanBeReassigned()
          Gets (as xml) the "canBeReassigned" element
 XmlBoolean xgetCanBeReturned()
          Gets (as xml) the "canBeReturned" element
 XmlString xgetClaimant()
          Gets (as xml) the "claimant" element
 XmlDateTime xgetClaimDueDate()
          Gets (as xml) the "claimDueDate" element
 XmlString xgetComment()
          Gets (as xml) the "comment" element
 XmlDateTime xgetCompletionDueDate()
          Gets (as xml) the "completionDueDate" element
 XmlDateTime xgetCreationDate()
          Gets (as xml) the "creationDate" element
 XmlString xgetDescription()
          Gets (as xml) the "description" element
 XmlString xgetName()
          Gets (as xml) the "name" element
 XmlString xgetOwner()
          Gets (as xml) the "owner" element
 XmlString xgetParentProcessId()
          Gets (as xml) the "parentProcessId" element
 XmlString xgetParentProcessUri()
          Gets (as xml) the "parentProcessUri" element
 XmlInt xgetPriority()
          Gets (as xml) the "priority" element
 XmlString xgetRequestType()
          Gets (as xml) the "requestType" element
 XmlString xgetResponseType()
          Gets (as xml) the "responseType" element
 StateType xgetState()
          Gets (as xml) the "state" element
 XmlString xgetTaskId()
          Gets (as xml) the "taskId" element
 void xsetCanBeAborted(XmlBoolean canBeAborted)
          Sets (as xml) the "canBeAborted" element
 void xsetCanBeReassigned(XmlBoolean canBeReassigned)
          Sets (as xml) the "canBeReassigned" element
 void xsetCanBeReturned(XmlBoolean canBeReturned)
          Sets (as xml) the "canBeReturned" element
 void xsetClaimant(XmlString claimant)
          Sets (as xml) the "claimant" element
 void xsetClaimDueDate(XmlDateTime claimDueDate)
          Sets (as xml) the "claimDueDate" element
 void xsetComment(XmlString comment)
          Sets (as xml) the "comment" element
 void xsetCompletionDueDate(XmlDateTime completionDueDate)
          Sets (as xml) the "completionDueDate" element
 void xsetCreationDate(XmlDateTime creationDate)
          Sets (as xml) the "creationDate" element
 void xsetDescription(XmlString description)
          Sets (as xml) the "description" element
 void xsetName(XmlString name)
          Sets (as xml) the "name" element
 void xsetOwner(XmlString owner)
          Sets (as xml) the "owner" element
 void xsetParentProcessId(XmlString parentProcessId)
          Sets (as xml) the "parentProcessId" element
 void xsetParentProcessUri(XmlString parentProcessUri)
          Sets (as xml) the "parentProcessUri" element
 void xsetPriority(XmlInt priority)
          Sets (as xml) the "priority" element
 void xsetRequestType(XmlString requestType)
          Sets (as xml) the "requestType" element
 void xsetResponseType(XmlString responseType)
          Sets (as xml) the "responseType" element
 void xsetState(StateType state)
          Sets (as xml) the "state" element
 void xsetTaskId(XmlString taskId)
          Sets (as xml) the "taskId" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final SchemaType type
Method Detail

getTaskId

String getTaskId()
Gets the "taskId" element


xgetTaskId

XmlString xgetTaskId()
Gets (as xml) the "taskId" element


setTaskId

void setTaskId(String taskId)
Sets the "taskId" element


xsetTaskId

void xsetTaskId(XmlString taskId)
Sets (as xml) the "taskId" element


getName

String getName()
Gets the "name" element


xgetName

XmlString xgetName()
Gets (as xml) the "name" element


setName

void setName(String name)
Sets the "name" element


xsetName

void xsetName(XmlString name)
Sets (as xml) the "name" element


getDescription

String getDescription()
Gets the "description" element


xgetDescription

XmlString xgetDescription()
Gets (as xml) the "description" element


isSetDescription

boolean isSetDescription()
True if has "description" element


setDescription

void setDescription(String description)
Sets the "description" element


xsetDescription

void xsetDescription(XmlString description)
Sets (as xml) the "description" element


unsetDescription

void unsetDescription()
Unsets the "description" element


getComment

String getComment()
Gets the "comment" element


xgetComment

XmlString xgetComment()
Gets (as xml) the "comment" element


isSetComment

boolean isSetComment()
True if has "comment" element


setComment

void setComment(String comment)
Sets the "comment" element


xsetComment

void xsetComment(XmlString comment)
Sets (as xml) the "comment" element


unsetComment

void unsetComment()
Unsets the "comment" element


getPriority

int getPriority()
Gets the "priority" element


xgetPriority

XmlInt xgetPriority()
Gets (as xml) the "priority" element


setPriority

void setPriority(int priority)
Sets the "priority" element


xsetPriority

void xsetPriority(XmlInt priority)
Sets (as xml) the "priority" element


getClaimDueDate

Calendar getClaimDueDate()
Gets the "claimDueDate" element


xgetClaimDueDate

XmlDateTime xgetClaimDueDate()
Gets (as xml) the "claimDueDate" element


isSetClaimDueDate

boolean isSetClaimDueDate()
True if has "claimDueDate" element


setClaimDueDate

void setClaimDueDate(Calendar claimDueDate)
Sets the "claimDueDate" element


xsetClaimDueDate

void xsetClaimDueDate(XmlDateTime claimDueDate)
Sets (as xml) the "claimDueDate" element


unsetClaimDueDate

void unsetClaimDueDate()
Unsets the "claimDueDate" element


getCompletionDueDate

Calendar getCompletionDueDate()
Gets the "completionDueDate" element


xgetCompletionDueDate

XmlDateTime xgetCompletionDueDate()
Gets (as xml) the "completionDueDate" element


isSetCompletionDueDate

boolean isSetCompletionDueDate()
True if has "completionDueDate" element


setCompletionDueDate

void setCompletionDueDate(Calendar completionDueDate)
Sets the "completionDueDate" element


xsetCompletionDueDate

void xsetCompletionDueDate(XmlDateTime completionDueDate)
Sets (as xml) the "completionDueDate" element


unsetCompletionDueDate

void unsetCompletionDueDate()
Unsets the "completionDueDate" element


getCreationDate

Calendar getCreationDate()
Gets the "creationDate" element


xgetCreationDate

XmlDateTime xgetCreationDate()
Gets (as xml) the "creationDate" element


setCreationDate

void setCreationDate(Calendar creationDate)
Sets the "creationDate" element


xsetCreationDate

void xsetCreationDate(XmlDateTime creationDate)
Sets (as xml) the "creationDate" element


getOwner

String getOwner()
Gets the "owner" element


xgetOwner

XmlString xgetOwner()
Gets (as xml) the "owner" element


setOwner

void setOwner(String owner)
Sets the "owner" element


xsetOwner

void xsetOwner(XmlString owner)
Sets (as xml) the "owner" element


getClaimant

String getClaimant()
Gets the "claimant" element


xgetClaimant

XmlString xgetClaimant()
Gets (as xml) the "claimant" element


isSetClaimant

boolean isSetClaimant()
True if has "claimant" element


setClaimant

void setClaimant(String claimant)
Sets the "claimant" element


xsetClaimant

void xsetClaimant(XmlString claimant)
Sets (as xml) the "claimant" element


unsetClaimant

void unsetClaimant()
Unsets the "claimant" element


getCanBeReassigned

boolean getCanBeReassigned()
Gets the "canBeReassigned" element


xgetCanBeReassigned

XmlBoolean xgetCanBeReassigned()
Gets (as xml) the "canBeReassigned" element


setCanBeReassigned

void setCanBeReassigned(boolean canBeReassigned)
Sets the "canBeReassigned" element


xsetCanBeReassigned

void xsetCanBeReassigned(XmlBoolean canBeReassigned)
Sets (as xml) the "canBeReassigned" element


getCanBeAborted

boolean getCanBeAborted()
Gets the "canBeAborted" element


xgetCanBeAborted

XmlBoolean xgetCanBeAborted()
Gets (as xml) the "canBeAborted" element


setCanBeAborted

void setCanBeAborted(boolean canBeAborted)
Sets the "canBeAborted" element


xsetCanBeAborted

void xsetCanBeAborted(XmlBoolean canBeAborted)
Sets (as xml) the "canBeAborted" element


getCanBeReturned

boolean getCanBeReturned()
Gets the "canBeReturned" element


xgetCanBeReturned

XmlBoolean xgetCanBeReturned()
Gets (as xml) the "canBeReturned" element


setCanBeReturned

void setCanBeReturned(boolean canBeReturned)
Sets the "canBeReturned" element


xsetCanBeReturned

void xsetCanBeReturned(XmlBoolean canBeReturned)
Sets (as xml) the "canBeReturned" element


getAssignee

AssigneeType getAssignee()
Gets the "assignee" element


isSetAssignee

boolean isSetAssignee()
True if has "assignee" element


setAssignee

void setAssignee(AssigneeType assignee)
Sets the "assignee" element


addNewAssignee

AssigneeType addNewAssignee()
Appends and returns a new empty "assignee" element


unsetAssignee

void unsetAssignee()
Unsets the "assignee" element


getParentProcessUri

String getParentProcessUri()
Gets the "parentProcessUri" element


xgetParentProcessUri

XmlString xgetParentProcessUri()
Gets (as xml) the "parentProcessUri" element


isSetParentProcessUri

boolean isSetParentProcessUri()
True if has "parentProcessUri" element


setParentProcessUri

void setParentProcessUri(String parentProcessUri)
Sets the "parentProcessUri" element


xsetParentProcessUri

void xsetParentProcessUri(XmlString parentProcessUri)
Sets (as xml) the "parentProcessUri" element


unsetParentProcessUri

void unsetParentProcessUri()
Unsets the "parentProcessUri" element


getParentProcessId

String getParentProcessId()
Gets the "parentProcessId" element


xgetParentProcessId

XmlString xgetParentProcessId()
Gets (as xml) the "parentProcessId" element


isSetParentProcessId

boolean isSetParentProcessId()
True if has "parentProcessId" element


setParentProcessId

void setParentProcessId(String parentProcessId)
Sets the "parentProcessId" element


xsetParentProcessId

void xsetParentProcessId(XmlString parentProcessId)
Sets (as xml) the "parentProcessId" element


unsetParentProcessId

void unsetParentProcessId()
Unsets the "parentProcessId" element


getState

StateType.Enum getState()
Gets the "state" element


xgetState

StateType xgetState()
Gets (as xml) the "state" element


setState

void setState(StateType.Enum state)
Sets the "state" element


xsetState

void xsetState(StateType state)
Sets (as xml) the "state" element


getRequestType

String getRequestType()
Gets the "requestType" element


xgetRequestType

XmlString xgetRequestType()
Gets (as xml) the "requestType" element


isSetRequestType

boolean isSetRequestType()
True if has "requestType" element


setRequestType

void setRequestType(String requestType)
Sets the "requestType" element


xsetRequestType

void xsetRequestType(XmlString requestType)
Sets (as xml) the "requestType" element


unsetRequestType

void unsetRequestType()
Unsets the "requestType" element


getResponseType

String getResponseType()
Gets the "responseType" element


xgetResponseType

XmlString xgetResponseType()
Gets (as xml) the "responseType" element


isSetResponseType

boolean isSetResponseType()
True if has "responseType" element


setResponseType

void setResponseType(String responseType)
Sets the "responseType" element


xsetResponseType

void xsetResponseType(XmlString responseType)
Sets (as xml) the "responseType" element


unsetResponseType

void unsetResponseType()
Unsets the "responseType" element