public class TSimpleWorkflowPayload extends TExtensibleElements implements java.io.Serializable
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/simplewf}tSimpleAssignmentType"/> <element name="sequentialAssignmentType" type="{http://xmlns.oracle.com/bpm/case/activity/custom/simplewf}tSequentialAssignmentType"/> <element name="parallelAssignmentType" type="{http://xmlns.oracle.com/bpm/case/activity/custom/simplewf}tParallelAssignmentType"/> <element name="fyiAssignmentType" type="{http://xmlns.oracle.com/bpm/case/activity/custom/simplewf}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/simplewf}tPayloadType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
TSimpleWorkflowPayload() |
Modifier and Type | Method and Description |
---|---|
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.
|
getDocumentation, isSetDocumentation, unsetDocumentation
public TSimpleAssignmentType getSimpleAssignmentType()
TSimpleAssignmentType
public void setSimpleAssignmentType(TSimpleAssignmentType value)
value
- allowed object is TSimpleAssignmentType
public boolean isSetSimpleAssignmentType()
public TSequentialAssignmentType getSequentialAssignmentType()
TSequentialAssignmentType
public void setSequentialAssignmentType(TSequentialAssignmentType value)
value
- allowed object is TSequentialAssignmentType
public boolean isSetSequentialAssignmentType()
public TParallelAssignmentType getParallelAssignmentType()
TParallelAssignmentType
public void setParallelAssignmentType(TParallelAssignmentType value)
value
- allowed object is TParallelAssignmentType
public boolean isSetParallelAssignmentType()
public TFyiAssignmentType getFyiAssignmentType()
TFyiAssignmentType
public void setFyiAssignmentType(TFyiAssignmentType value)
value
- allowed object is TFyiAssignmentType
public boolean isSetFyiAssignmentType()
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is String
public boolean isSetTitle()
public javax.xml.datatype.XMLGregorianCalendar getDueDate()
XMLGregorianCalendar
public void setDueDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
public boolean isSetDueDate()
public java.math.BigInteger getPriority()
BigInteger
public void setPriority(java.math.BigInteger value)
value
- allowed object is BigInteger
public boolean isSetPriority()
public java.lang.String getComment()
String
public void setComment(java.lang.String value)
value
- allowed object is String
public boolean isSetComment()
public TPayloadType getPayloadType()
TPayloadType
public void setPayloadType(TPayloadType value)
value
- allowed object is TPayloadType
public boolean isSetPayloadType()