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 TDocument

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

public class TDocument
extends java.lang.Object

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

TDocument

public TDocument()
Method Detail

getDocumentName

public java.lang.String getDocumentName()
Gets the value of the documentName property.

Returns:
possible object is String

setDocumentName

public void setDocumentName(java.lang.String value)
Sets the value of the documentName property.

Parameters:
value - allowed object is String

getDocumentVesion

public java.lang.String getDocumentVesion()
Gets the value of the documentVesion property.

Returns:
possible object is String

setDocumentVesion

public void setDocumentVesion(java.lang.String value)
Sets the value of the documentVesion property.

Parameters:
value - allowed object is String

getDocumentId

public java.lang.String getDocumentId()
Gets the value of the documentId property.

Returns:
possible object is String

setDocumentId

public void setDocumentId(java.lang.String value)
Sets the value of the documentId property.

Parameters:
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

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.