|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TaskEventMetadataDocument.TaskEventMetadata
An XML TaskEventMetadata(@http://www.bea.com/wli/worklist/xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TaskEventMetadataDocument.TaskEventMetadata.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 | |
---|---|
String |
getClaimant()
Gets the "claimant" element |
String |
getCurrentStepName()
Gets the "currentStepName" element |
String |
getEventType()
Gets the "eventType" element |
String |
getTaskId()
Gets the "taskId" element |
String |
getTaskPlanId()
Gets the "taskPlanId" element |
Calendar |
getTimestamp()
Gets the "timestamp" element |
void |
setClaimant(String claimant)
Sets the "claimant" element |
void |
setCurrentStepName(String currentStepName)
Sets the "currentStepName" element |
void |
setEventType(String eventType)
Sets the "eventType" element |
void |
setTaskId(String taskId)
Sets the "taskId" element |
void |
setTaskPlanId(String taskPlanId)
Sets the "taskPlanId" element |
void |
setTimestamp(Calendar timestamp)
Sets the "timestamp" element |
XmlString |
xgetClaimant()
Gets (as xml) the "claimant" element |
XmlString |
xgetCurrentStepName()
Gets (as xml) the "currentStepName" element |
XmlString |
xgetEventType()
Gets (as xml) the "eventType" element |
XmlString |
xgetTaskId()
Gets (as xml) the "taskId" element |
XmlString |
xgetTaskPlanId()
Gets (as xml) the "taskPlanId" element |
XmlDateTime |
xgetTimestamp()
Gets (as xml) the "timestamp" element |
void |
xsetClaimant(XmlString claimant)
Sets (as xml) the "claimant" element |
void |
xsetCurrentStepName(XmlString currentStepName)
Sets (as xml) the "currentStepName" element |
void |
xsetEventType(XmlString eventType)
Sets (as xml) the "eventType" element |
void |
xsetTaskId(XmlString taskId)
Sets (as xml) the "taskId" element |
void |
xsetTaskPlanId(XmlString taskPlanId)
Sets (as xml) the "taskPlanId" element |
void |
xsetTimestamp(XmlDateTime timestamp)
Sets (as xml) the "timestamp" 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 getTaskPlanId()
XmlString xgetTaskPlanId()
void setTaskPlanId(String taskPlanId)
void xsetTaskPlanId(XmlString taskPlanId)
String getTaskId()
XmlString xgetTaskId()
void setTaskId(String taskId)
void xsetTaskId(XmlString taskId)
String getEventType()
XmlString xgetEventType()
void setEventType(String eventType)
void xsetEventType(XmlString eventType)
Calendar getTimestamp()
XmlDateTime xgetTimestamp()
void setTimestamp(Calendar timestamp)
void xsetTimestamp(XmlDateTime timestamp)
String getCurrentStepName()
XmlString xgetCurrentStepName()
void setCurrentStepName(String currentStepName)
void xsetCurrentStepName(XmlString currentStepName)
String getClaimant()
XmlString xgetClaimant()
void setClaimant(String claimant)
void xsetClaimant(XmlString claimant)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |