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

oracle.bpm.casemgmt.metadata.event.model
Class TCaseDocumentEvent

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.event.model.TCaseDocumentEvent

public class TCaseDocumentEvent
extends java.lang.Object

Java class for tCaseDocumentEvent complex type.

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

 <complexType name="tCaseDocumentEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="document" type="{http://xmlns.oracle.com/bpm/case/event}tDocument" minOccurs="0"/>
         <element name="documentEvent" type="{http://xmlns.oracle.com/bpm/case/event}tDocumentEvent" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TCaseDocumentEvent()
           
 
Method Summary
 TDocument getDocument()
          Gets the value of the document property.
 TDocumentEvent getDocumentEvent()
          Gets the value of the documentEvent property.
 void setDocument(TDocument value)
          Sets the value of the document property.
 void setDocumentEvent(TDocumentEvent value)
          Sets the value of the documentEvent property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCaseDocumentEvent

public TCaseDocumentEvent()
Method Detail

getDocument

public TDocument getDocument()
Gets the value of the document property.

Returns:
possible object is TDocument

setDocument

public void setDocument(TDocument value)
Sets the value of the document property.

Parameters:
value - allowed object is TDocument

getDocumentEvent

public TDocumentEvent getDocumentEvent()
Gets the value of the documentEvent property.

Returns:
possible object is TDocumentEvent

setDocumentEvent

public void setDocumentEvent(TDocumentEvent value)
Sets the value of the documentEvent property.

Parameters:
value - allowed object is TDocumentEvent

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.