public class TCaseDocumentEvent
extends java.lang.Object
implements java.io.Serializable
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 and Description |
|---|
TCaseDocumentEvent() |
| Modifier and Type | Method and Description |
|---|---|
TDocument |
getDocument()
Gets the value of the document property.
|
TDocumentEvent |
getDocumentEvent()
Gets the value of the documentEvent property.
|
boolean |
isSetDocument() |
boolean |
isSetDocumentEvent() |
void |
setDocument(TDocument value)
Sets the value of the document property.
|
void |
setDocumentEvent(TDocumentEvent value)
Sets the value of the documentEvent property.
|
public TDocument getDocument()
TDocumentpublic void setDocument(TDocument value)
value - allowed object is
TDocumentpublic boolean isSetDocument()
public TDocumentEvent getDocumentEvent()
TDocumentEventpublic void setDocumentEvent(TDocumentEvent value)
value - allowed object is
TDocumentEventpublic boolean isSetDocumentEvent()