|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.customactivity.simplewf.model.TSimpleWorkflowPayload
public class TSimpleWorkflowPayload
Simple Workflow activity payload type.
Java class for tSimpleWorkflowPayload complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSimpleWorkflowPayload">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<choice>
<element name="simpleAssignmentType" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tSimpleAssignmentType"/>
<element name="sequentialAssignmentType" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tSequentialAssignmentType"/>
<element name="parallelAssignmentType" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tParallelAssignmentType"/>
<element name="fyiAssignmentType" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tFyiAssignmentType"/>
</choice>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dueDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="payloadType" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tPayloadType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TSimpleWorkflowPayload()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Gets the value of the comment property. |
javax.xml.datatype.XMLGregorianCalendar |
getDueDate()
Gets the value of the dueDate property. |
TFyiAssignmentType |
getFyiAssignmentType()
Gets the value of the fyiAssignmentType property. |
TParallelAssignmentType |
getParallelAssignmentType()
Gets the value of the parallelAssignmentType property. |
TPayloadType |
getPayloadType()
Gets the value of the payloadType property. |
java.math.BigInteger |
getPriority()
Gets the value of the priority property. |
TSequentialAssignmentType |
getSequentialAssignmentType()
Gets the value of the sequentialAssignmentType property. |
TSimpleAssignmentType |
getSimpleAssignmentType()
Gets the value of the simpleAssignmentType property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
boolean |
isSetComment()
|
boolean |
isSetDueDate()
|
boolean |
isSetFyiAssignmentType()
|
boolean |
isSetParallelAssignmentType()
|
boolean |
isSetPayloadType()
|
boolean |
isSetPriority()
|
boolean |
isSetSequentialAssignmentType()
|
boolean |
isSetSimpleAssignmentType()
|
boolean |
isSetTitle()
|
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setDueDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dueDate property. |
void |
setFyiAssignmentType(TFyiAssignmentType value)
Sets the value of the fyiAssignmentType property. |
void |
setParallelAssignmentType(TParallelAssignmentType value)
Sets the value of the parallelAssignmentType property. |
void |
setPayloadType(TPayloadType value)
Sets the value of the payloadType property. |
void |
setPriority(java.math.BigInteger value)
Sets the value of the priority property. |
void |
setSequentialAssignmentType(TSequentialAssignmentType value)
Sets the value of the sequentialAssignmentType property. |
void |
setSimpleAssignmentType(TSimpleAssignmentType value)
Sets the value of the simpleAssignmentType property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
| Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements |
|---|
getDocumentation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TSimpleWorkflowPayload()
| Method Detail |
|---|
public TSimpleAssignmentType getSimpleAssignmentType()
TSimpleAssignmentTypepublic void setSimpleAssignmentType(TSimpleAssignmentType value)
value - allowed object is
TSimpleAssignmentTypepublic boolean isSetSimpleAssignmentType()
public TSequentialAssignmentType getSequentialAssignmentType()
TSequentialAssignmentTypepublic void setSequentialAssignmentType(TSequentialAssignmentType value)
value - allowed object is
TSequentialAssignmentTypepublic boolean isSetSequentialAssignmentType()
public TParallelAssignmentType getParallelAssignmentType()
TParallelAssignmentTypepublic void setParallelAssignmentType(TParallelAssignmentType value)
value - allowed object is
TParallelAssignmentTypepublic boolean isSetParallelAssignmentType()
public TFyiAssignmentType getFyiAssignmentType()
TFyiAssignmentTypepublic void setFyiAssignmentType(TFyiAssignmentType value)
value - allowed object is
TFyiAssignmentTypepublic boolean isSetFyiAssignmentType()
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public javax.xml.datatype.XMLGregorianCalendar getDueDate()
XMLGregorianCalendarpublic void setDueDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetDueDate()
public java.math.BigInteger getPriority()
BigIntegerpublic void setPriority(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetPriority()
public java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetComment()
public TPayloadType getPayloadType()
TPayloadTypepublic void setPayloadType(TPayloadType value)
value - allowed object is
TPayloadTypepublic boolean isSetPayloadType()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||