Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.casemgmt.customactivity.simplewf.model
Class TSimpleWorkflowPayload

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.customactivity.simplewf.model.TSimpleWorkflowPayload
All Implemented Interfaces:
java.io.Serializable

public class TSimpleWorkflowPayload
extends TExtensibleElements
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

TSimpleWorkflowPayload

public TSimpleWorkflowPayload()
Method Detail

getSimpleAssignmentType

public TSimpleAssignmentType getSimpleAssignmentType()
Gets the value of the simpleAssignmentType property.

Returns:
possible object is TSimpleAssignmentType

setSimpleAssignmentType

public void setSimpleAssignmentType(TSimpleAssignmentType value)
Sets the value of the simpleAssignmentType property.

Parameters:
value - allowed object is TSimpleAssignmentType

isSetSimpleAssignmentType

public boolean isSetSimpleAssignmentType()

getSequentialAssignmentType

public TSequentialAssignmentType getSequentialAssignmentType()
Gets the value of the sequentialAssignmentType property.

Returns:
possible object is TSequentialAssignmentType

setSequentialAssignmentType

public void setSequentialAssignmentType(TSequentialAssignmentType value)
Sets the value of the sequentialAssignmentType property.

Parameters:
value - allowed object is TSequentialAssignmentType

isSetSequentialAssignmentType

public boolean isSetSequentialAssignmentType()

getParallelAssignmentType

public TParallelAssignmentType getParallelAssignmentType()
Gets the value of the parallelAssignmentType property.

Returns:
possible object is TParallelAssignmentType

setParallelAssignmentType

public void setParallelAssignmentType(TParallelAssignmentType value)
Sets the value of the parallelAssignmentType property.

Parameters:
value - allowed object is TParallelAssignmentType

isSetParallelAssignmentType

public boolean isSetParallelAssignmentType()

getFyiAssignmentType

public TFyiAssignmentType getFyiAssignmentType()
Gets the value of the fyiAssignmentType property.

Returns:
possible object is TFyiAssignmentType

setFyiAssignmentType

public void setFyiAssignmentType(TFyiAssignmentType value)
Sets the value of the fyiAssignmentType property.

Parameters:
value - allowed object is TFyiAssignmentType

isSetFyiAssignmentType

public boolean isSetFyiAssignmentType()

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getDueDate

public javax.xml.datatype.XMLGregorianCalendar getDueDate()
Gets the value of the dueDate property.

Returns:
possible object is XMLGregorianCalendar

setDueDate

public void setDueDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dueDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetDueDate

public boolean isSetDueDate()

getPriority

public java.math.BigInteger getPriority()
Gets the value of the priority property.

Returns:
possible object is BigInteger

setPriority

public void setPriority(java.math.BigInteger value)
Sets the value of the priority property.

Parameters:
value - allowed object is BigInteger

isSetPriority

public boolean isSetPriority()

getComment

public java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

isSetComment

public boolean isSetComment()

getPayloadType

public TPayloadType getPayloadType()
Gets the value of the payloadType property.

Returns:
possible object is TPayloadType

setPayloadType

public void setPayloadType(TPayloadType value)
Sets the value of the payloadType property.

Parameters:
value - allowed object is TPayloadType

isSetPayloadType

public boolean isSetPayloadType()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.