|
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.TDocument
public class TDocument
Java class for tDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDocument">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="documentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="documentVesion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="documentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TDocument()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDocumentId()
Gets the value of the documentId property. |
java.lang.String |
getDocumentName()
Gets the value of the documentName property. |
java.lang.String |
getDocumentVesion()
Gets the value of the documentVesion property. |
void |
setDocumentId(java.lang.String value)
Sets the value of the documentId property. |
void |
setDocumentName(java.lang.String value)
Sets the value of the documentName property. |
void |
setDocumentVesion(java.lang.String value)
Sets the value of the documentVesion property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TDocument()
| Method Detail |
|---|
public java.lang.String getDocumentName()
Stringpublic void setDocumentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDocumentVesion()
Stringpublic void setDocumentVesion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDocumentId()
Stringpublic void setDocumentId(java.lang.String value)
value - allowed object is
String
|
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 | ||||||||