|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskInfoXMLType
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 |
---|
static final SchemaType type
Method Detail |
---|
String getTaskId()
XmlString xgetTaskId()
void setTaskId(String taskId)
void xsetTaskId(XmlString taskId)
String getName()
XmlString xgetName()
void setName(String name)
void xsetName(XmlString name)
String getDescription()
XmlString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(XmlString description)
void unsetDescription()
String getComment()
XmlString xgetComment()
boolean isSetComment()
void setComment(String comment)
void xsetComment(XmlString comment)
void unsetComment()
int getPriority()
XmlInt xgetPriority()
void setPriority(int priority)
void xsetPriority(XmlInt priority)
Calendar getClaimDueDate()
XmlDateTime xgetClaimDueDate()
boolean isSetClaimDueDate()
void setClaimDueDate(Calendar claimDueDate)
void xsetClaimDueDate(XmlDateTime claimDueDate)
void unsetClaimDueDate()
Calendar getCompletionDueDate()
XmlDateTime xgetCompletionDueDate()
boolean isSetCompletionDueDate()
void setCompletionDueDate(Calendar completionDueDate)
void xsetCompletionDueDate(XmlDateTime completionDueDate)
void unsetCompletionDueDate()
Calendar getCreationDate()
XmlDateTime xgetCreationDate()
void setCreationDate(Calendar creationDate)
void xsetCreationDate(XmlDateTime creationDate)
String getOwner()
XmlString xgetOwner()
void setOwner(String owner)
void xsetOwner(XmlString owner)
String getClaimant()
XmlString xgetClaimant()
boolean isSetClaimant()
void setClaimant(String claimant)
void xsetClaimant(XmlString claimant)
void unsetClaimant()
boolean getCanBeReassigned()
XmlBoolean xgetCanBeReassigned()
void setCanBeReassigned(boolean canBeReassigned)
void xsetCanBeReassigned(XmlBoolean canBeReassigned)
boolean getCanBeAborted()
XmlBoolean xgetCanBeAborted()
void setCanBeAborted(boolean canBeAborted)
void xsetCanBeAborted(XmlBoolean canBeAborted)
boolean getCanBeReturned()
XmlBoolean xgetCanBeReturned()
void setCanBeReturned(boolean canBeReturned)
void xsetCanBeReturned(XmlBoolean canBeReturned)
AssigneeType getAssignee()
boolean isSetAssignee()
void setAssignee(AssigneeType assignee)
AssigneeType addNewAssignee()
void unsetAssignee()
String getParentProcessUri()
XmlString xgetParentProcessUri()
boolean isSetParentProcessUri()
void setParentProcessUri(String parentProcessUri)
void xsetParentProcessUri(XmlString parentProcessUri)
void unsetParentProcessUri()
String getParentProcessId()
XmlString xgetParentProcessId()
boolean isSetParentProcessId()
void setParentProcessId(String parentProcessId)
void xsetParentProcessId(XmlString parentProcessId)
void unsetParentProcessId()
StateType.Enum getState()
StateType xgetState()
void setState(StateType.Enum state)
void xsetState(StateType state)
String getRequestType()
XmlString xgetRequestType()
boolean isSetRequestType()
void setRequestType(String requestType)
void xsetRequestType(XmlString requestType)
void unsetRequestType()
String getResponseType()
XmlString xgetResponseType()
boolean isSetResponseType()
void setResponseType(String responseType)
void xsetResponseType(XmlString responseType)
void unsetResponseType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |