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 TCompletionCriteriaType

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

public class TCompletionCriteriaType
extends TExtensibleElements
implements java.io.Serializable

Java class for tCompletionCriteriaType complex type.

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

 <complexType name="tCompletionCriteriaType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="outcome" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tOutcomeTypeEnum"/>
         <element name="outcomePercentage" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TCompletionCriteriaType()
           
 
Method Summary
 TOutcomeTypeEnum getOutcome()
          Gets the value of the outcome property.
 java.math.BigInteger getOutcomePercentage()
          Gets the value of the outcomePercentage property.
 boolean isSetOutcome()
           
 boolean isSetOutcomePercentage()
           
 void setOutcome(TOutcomeTypeEnum value)
          Sets the value of the outcome property.
 void setOutcomePercentage(java.math.BigInteger value)
          Sets the value of the outcomePercentage 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

TCompletionCriteriaType

public TCompletionCriteriaType()
Method Detail

getOutcome

public TOutcomeTypeEnum getOutcome()
Gets the value of the outcome property.

Returns:
possible object is TOutcomeTypeEnum

setOutcome

public void setOutcome(TOutcomeTypeEnum value)
Sets the value of the outcome property.

Parameters:
value - allowed object is TOutcomeTypeEnum

isSetOutcome

public boolean isSetOutcome()

getOutcomePercentage

public java.math.BigInteger getOutcomePercentage()
Gets the value of the outcomePercentage property.

Returns:
possible object is BigInteger

setOutcomePercentage

public void setOutcomePercentage(java.math.BigInteger value)
Sets the value of the outcomePercentage property.

Parameters:
value - allowed object is BigInteger

isSetOutcomePercentage

public boolean isSetOutcomePercentage()

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.