|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.casemgmt.metadata.event.model.TCaseDocumentEvent
public class TCaseDocumentEvent
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 |
|---|
public TCaseDocumentEvent()
| Method Detail |
|---|
public TDocument getDocument()
TDocumentpublic void setDocument(TDocument value)
value - allowed object is
TDocumentpublic TDocumentEvent getDocumentEvent()
TDocumentEventpublic void setDocumentEvent(TDocumentEvent value)
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||