com.bea.wli.worklist.taskuiregistry
Interface TaskUiRegistryDocument.TaskUiRegistry.StepOverride

All Superinterfaces:
XmlObject, XmlTokenSource
Enclosing interface:
TaskUiRegistryDocument.TaskUiRegistry

public static interface TaskUiRegistryDocument.TaskUiRegistry.StepOverride
extends XmlObject

An XML step-override(@http://www.bea.com/wli/worklist/taskuiregistry). This is a complex type.


Nested Class Summary
static class TaskUiRegistryDocument.TaskUiRegistry.StepOverride.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 getCustomTaskUiUri()
          Gets the "custom-task-ui-uri" element
 String getStepName()
          Gets the "step-name" element
 String getTaskPlanId()
          Gets the "task-plan-id" element
 void setCustomTaskUiUri(String customTaskUiUri)
          Sets the "custom-task-ui-uri" element
 void setStepName(String stepName)
          Sets the "step-name" element
 void setTaskPlanId(String taskPlanId)
          Sets the "task-plan-id" element
 XmlString xgetCustomTaskUiUri()
          Gets (as xml) the "custom-task-ui-uri" element
 XmlString xgetStepName()
          Gets (as xml) the "step-name" element
 XmlString xgetTaskPlanId()
          Gets (as xml) the "task-plan-id" element
 void xsetCustomTaskUiUri(XmlString customTaskUiUri)
          Sets (as xml) the "custom-task-ui-uri" element
 void xsetStepName(XmlString stepName)
          Sets (as xml) the "step-name" element
 void xsetTaskPlanId(XmlString taskPlanId)
          Sets (as xml) the "task-plan-id" 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

getTaskPlanId

String getTaskPlanId()
Gets the "task-plan-id" element


xgetTaskPlanId

XmlString xgetTaskPlanId()
Gets (as xml) the "task-plan-id" element


setTaskPlanId

void setTaskPlanId(String taskPlanId)
Sets the "task-plan-id" element


xsetTaskPlanId

void xsetTaskPlanId(XmlString taskPlanId)
Sets (as xml) the "task-plan-id" element


getStepName

String getStepName()
Gets the "step-name" element


xgetStepName

XmlString xgetStepName()
Gets (as xml) the "step-name" element


setStepName

void setStepName(String stepName)
Sets the "step-name" element


xsetStepName

void xsetStepName(XmlString stepName)
Sets (as xml) the "step-name" element


getCustomTaskUiUri

String getCustomTaskUiUri()
Gets the "custom-task-ui-uri" element


xgetCustomTaskUiUri

XmlString xgetCustomTaskUiUri()
Gets (as xml) the "custom-task-ui-uri" element


setCustomTaskUiUri

void setCustomTaskUiUri(String customTaskUiUri)
Sets the "custom-task-ui-uri" element


xsetCustomTaskUiUri

void xsetCustomTaskUiUri(XmlString customTaskUiUri)
Sets (as xml) the "custom-task-ui-uri" element