com.bea.wli.worklist.xml
Interface TaskCreationXMLType

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Subinterfaces:
TaskConstructionXMLDocument.TaskConstructionXML

public interface TaskCreationXMLType
extends XmlObject

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


Nested Class Summary
static class TaskCreationXMLType.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
 BusinessDateType addNewClaimDueBusinessDate()
          Appends and returns a new empty "claimDueBusinessDate" element
 BusinessDateType addNewCompletionDueBusinessDate()
          Appends and returns a new empty "completionDueBusinessDate" element
 MessageType addNewRequest()
          Appends and returns a new empty "request" 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
 BusinessDateType getClaimDueBusinessDate()
          Gets the "claimDueBusinessDate" element
 Calendar getClaimDueDate()
          Gets the "claimDueDate" element
 String getComment()
          Gets the "comment" element
 BusinessDateType getCompletionDueBusinessDate()
          Gets the "completionDueBusinessDate" element
 Calendar getCompletionDueDate()
          Gets the "completionDueDate" element
 String getDescription()
          Gets the "description" element
 String getName()
          Gets the "name" element
 String getOwner()
          Gets the "owner" element
 int getPriority()
          Gets the "priority" element
 MessageType getRequest()
          Gets the "request" element
 boolean isSetAssignee()
          True if has "assignee" element
 boolean isSetCanBeAborted()
          True if has "canBeAborted" element
 boolean isSetCanBeReassigned()
          True if has "canBeReassigned" element
 boolean isSetCanBeReturned()
          True if has "canBeReturned" element
 boolean isSetClaimDueBusinessDate()
          True if has "claimDueBusinessDate" element
 boolean isSetClaimDueDate()
          True if has "claimDueDate" element
 boolean isSetComment()
          True if has "comment" element
 boolean isSetCompletionDueBusinessDate()
          True if has "completionDueBusinessDate" element
 boolean isSetCompletionDueDate()
          True if has "completionDueDate" element
 boolean isSetDescription()
          True if has "description" element
 boolean isSetName()
          True if has "name" element
 boolean isSetOwner()
          True if has "owner" element
 boolean isSetPriority()
          True if has "priority" element
 boolean isSetRequest()
          True if has "request" 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 setClaimDueBusinessDate(BusinessDateType claimDueBusinessDate)
          Sets the "claimDueBusinessDate" element
 void setClaimDueDate(Calendar claimDueDate)
          Sets the "claimDueDate" element
 void setComment(String comment)
          Sets the "comment" element
 void setCompletionDueBusinessDate(BusinessDateType completionDueBusinessDate)
          Sets the "completionDueBusinessDate" element
 void setCompletionDueDate(Calendar completionDueDate)
          Sets the "completionDueDate" 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 setPriority(int priority)
          Sets the "priority" element
 void setRequest(MessageType request)
          Sets the "request" element
 void unsetAssignee()
          Unsets the "assignee" element
 void unsetCanBeAborted()
          Unsets the "canBeAborted" element
 void unsetCanBeReassigned()
          Unsets the "canBeReassigned" element
 void unsetCanBeReturned()
          Unsets the "canBeReturned" element
 void unsetClaimDueBusinessDate()
          Unsets the "claimDueBusinessDate" element
 void unsetClaimDueDate()
          Unsets the "claimDueDate" element
 void unsetComment()
          Unsets the "comment" element
 void unsetCompletionDueBusinessDate()
          Unsets the "completionDueBusinessDate" element
 void unsetCompletionDueDate()
          Unsets the "completionDueDate" element
 void unsetDescription()
          Unsets the "description" element
 void unsetName()
          Unsets the "name" element
 void unsetOwner()
          Unsets the "owner" element
 void unsetPriority()
          Unsets the "priority" element
 void unsetRequest()
          Unsets the "request" 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
 XmlDateTime xgetClaimDueDate()
          Gets (as xml) the "claimDueDate" element
 XmlString xgetComment()
          Gets (as xml) the "comment" element
 XmlDateTime xgetCompletionDueDate()
          Gets (as xml) the "completionDueDate" 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
 XmlInt xgetPriority()
          Gets (as xml) the "priority" 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 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 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 xsetPriority(XmlInt priority)
          Sets (as xml) the "priority" 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

getName

String getName()
Gets the "name" element


xgetName

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


isSetName

boolean isSetName()
True if has "name" element


setName

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


xsetName

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


unsetName

void unsetName()
Unsets 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


isSetPriority

boolean isSetPriority()
True if has "priority" element


setPriority

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


xsetPriority

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


unsetPriority

void unsetPriority()
Unsets 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


getClaimDueBusinessDate

BusinessDateType getClaimDueBusinessDate()
Gets the "claimDueBusinessDate" element


isSetClaimDueBusinessDate

boolean isSetClaimDueBusinessDate()
True if has "claimDueBusinessDate" element


setClaimDueBusinessDate

void setClaimDueBusinessDate(BusinessDateType claimDueBusinessDate)
Sets the "claimDueBusinessDate" element


addNewClaimDueBusinessDate

BusinessDateType addNewClaimDueBusinessDate()
Appends and returns a new empty "claimDueBusinessDate" element


unsetClaimDueBusinessDate

void unsetClaimDueBusinessDate()
Unsets the "claimDueBusinessDate" 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


getCompletionDueBusinessDate

BusinessDateType getCompletionDueBusinessDate()
Gets the "completionDueBusinessDate" element


isSetCompletionDueBusinessDate

boolean isSetCompletionDueBusinessDate()
True if has "completionDueBusinessDate" element


setCompletionDueBusinessDate

void setCompletionDueBusinessDate(BusinessDateType completionDueBusinessDate)
Sets the "completionDueBusinessDate" element


addNewCompletionDueBusinessDate

BusinessDateType addNewCompletionDueBusinessDate()
Appends and returns a new empty "completionDueBusinessDate" element


unsetCompletionDueBusinessDate

void unsetCompletionDueBusinessDate()
Unsets the "completionDueBusinessDate" element


getOwner

String getOwner()
Gets the "owner" element


xgetOwner

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


isSetOwner

boolean isSetOwner()
True if has "owner" element


setOwner

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


xsetOwner

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


unsetOwner

void unsetOwner()
Unsets the "owner" element


getCanBeReassigned

boolean getCanBeReassigned()
Gets the "canBeReassigned" element


xgetCanBeReassigned

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


isSetCanBeReassigned

boolean isSetCanBeReassigned()
True if has "canBeReassigned" element


setCanBeReassigned

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


xsetCanBeReassigned

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


unsetCanBeReassigned

void unsetCanBeReassigned()
Unsets the "canBeReassigned" element


getCanBeAborted

boolean getCanBeAborted()
Gets the "canBeAborted" element


xgetCanBeAborted

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


isSetCanBeAborted

boolean isSetCanBeAborted()
True if has "canBeAborted" element


setCanBeAborted

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


xsetCanBeAborted

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


unsetCanBeAborted

void unsetCanBeAborted()
Unsets the "canBeAborted" element


getCanBeReturned

boolean getCanBeReturned()
Gets the "canBeReturned" element


xgetCanBeReturned

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


isSetCanBeReturned

boolean isSetCanBeReturned()
True if has "canBeReturned" element


setCanBeReturned

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


xsetCanBeReturned

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


unsetCanBeReturned

void unsetCanBeReturned()
Unsets 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


getRequest

MessageType getRequest()
Gets the "request" element


isSetRequest

boolean isSetRequest()
True if has "request" element


setRequest

void setRequest(MessageType request)
Sets the "request" element


addNewRequest

MessageType addNewRequest()
Appends and returns a new empty "request" element


unsetRequest

void unsetRequest()
Unsets the "request" element