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 TParallelAssignmentType

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

public class TParallelAssignmentType
extends TExtensibleElements
implements java.io.Serializable

Java class for tParallelAssignmentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tParallelAssignmentType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="assigneeType" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tAssigneeType" maxOccurs="unbounded"/>
         <element name="defaultOutcome" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tOutcomeTypeEnum"/>
         <element name="completionCriteriaType" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tCompletionCriteriaType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="waitForAllVotes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TParallelAssignmentType()
           
 
Method Summary
 java.util.List<TAssigneeType> getAssigneeType()
          Gets the value of the assigneeType property.
 java.util.List<TCompletionCriteriaType> getCompletionCriteriaType()
          Gets the value of the completionCriteriaType property.
 TOutcomeTypeEnum getDefaultOutcome()
          Gets the value of the defaultOutcome property.
 boolean isSetAssigneeType()
           
 boolean isSetCompletionCriteriaType()
           
 boolean isSetDefaultOutcome()
           
 boolean isSetWaitForAllVotes()
           
 boolean isWaitForAllVotes()
          Gets the value of the waitForAllVotes property.
 void setDefaultOutcome(TOutcomeTypeEnum value)
          Sets the value of the defaultOutcome property.
 void setWaitForAllVotes(boolean value)
          Sets the value of the waitForAllVotes property.
 void unsetAssigneeType()
           
 void unsetCompletionCriteriaType()
           
 void unsetWaitForAllVotes()
           
 
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

TParallelAssignmentType

public TParallelAssignmentType()
Method Detail

getAssigneeType

public java.util.List<TAssigneeType> getAssigneeType()
Gets the value of the assigneeType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the assigneeType property.

For example, to add a new item, do as follows:

    getAssigneeType().add(newItem);
 

Objects of the following type(s) are allowed in the list TAssigneeType


isSetAssigneeType

public boolean isSetAssigneeType()

unsetAssigneeType

public void unsetAssigneeType()

getDefaultOutcome

public TOutcomeTypeEnum getDefaultOutcome()
Gets the value of the defaultOutcome property.

Returns:
possible object is TOutcomeTypeEnum

setDefaultOutcome

public void setDefaultOutcome(TOutcomeTypeEnum value)
Sets the value of the defaultOutcome property.

Parameters:
value - allowed object is TOutcomeTypeEnum

isSetDefaultOutcome

public boolean isSetDefaultOutcome()

getCompletionCriteriaType

public java.util.List<TCompletionCriteriaType> getCompletionCriteriaType()
Gets the value of the completionCriteriaType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the completionCriteriaType property.

For example, to add a new item, do as follows:

    getCompletionCriteriaType().add(newItem);
 

Objects of the following type(s) are allowed in the list TCompletionCriteriaType


isSetCompletionCriteriaType

public boolean isSetCompletionCriteriaType()

unsetCompletionCriteriaType

public void unsetCompletionCriteriaType()

isWaitForAllVotes

public boolean isWaitForAllVotes()
Gets the value of the waitForAllVotes property.

Returns:
possible object is Boolean

setWaitForAllVotes

public void setWaitForAllVotes(boolean value)
Sets the value of the waitForAllVotes property.

Parameters:
value - allowed object is Boolean

isSetWaitForAllVotes

public boolean isSetWaitForAllVotes()

unsetWaitForAllVotes

public void unsetWaitForAllVotes()

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.