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

oracle.bpm.casemgmt.metadata.activity.model
Class TCaseAssociations

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.activity.model.TCaseAssociations
All Implemented Interfaces:
java.io.Serializable

public class TCaseAssociations
extends TExtensibleElements
implements java.io.Serializable

Java class for tCaseAssociations complex type.

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

 <complexType name="tCaseAssociations">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <choice>
           <element name="allCases" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
           <element name="associations" type="{http://xmlns.oracle.com/bpm/case/activity}tAssociations"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TCaseAssociations()
           
 
Method Summary
 java.lang.Object getAllCases()
          Gets the value of the allCases property.
 TAssociations getAssociations()
          Gets the value of the associations property.
 boolean isSetAllCases()
           
 boolean isSetAssociations()
           
 void setAllCases(java.lang.Object value)
          Sets the value of the allCases property.
 void setAssociations(TAssociations value)
          Sets the value of the associations 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

TCaseAssociations

public TCaseAssociations()
Method Detail

getAllCases

public java.lang.Object getAllCases()
Gets the value of the allCases property.

Returns:
possible object is Object

setAllCases

public void setAllCases(java.lang.Object value)
Sets the value of the allCases property.

Parameters:
value - allowed object is Object

isSetAllCases

public boolean isSetAllCases()

getAssociations

public TAssociations getAssociations()
Gets the value of the associations property.

Returns:
possible object is TAssociations

setAssociations

public void setAssociations(TAssociations value)
Sets the value of the associations property.

Parameters:
value - allowed object is TAssociations

isSetAssociations

public boolean isSetAssociations()

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.