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

oracle.bpm.casemgmt.metadata.Case.model
Class TData

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.Case.model.TData
All Implemented Interfaces:
java.io.Serializable

public class TData
extends TExtensibleElements
implements java.io.Serializable

Java class for tData complex type.

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

 <complexType name="tData">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="name" type="{http://xmlns.oracle.com/bpm/case/metadata}tTranslatedValue"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dataType" type="{http://xmlns.oracle.com/bpm/case/metadata}tDataTypeEnum" minOccurs="0"/>
         <element name="schema" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="updatable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TData()
           
 
Method Summary
 TDataTypeEnum getDataType()
          Gets the value of the dataType property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getSchema()
          Gets the value of the schema property.
 java.lang.String getType()
          Gets the value of the type property.
 boolean isSetDataType()
           
 boolean isSetName()
           
 boolean isSetSchema()
           
 boolean isSetType()
           
 boolean isSetUpdatable()
           
 boolean isUpdatable()
          Gets the value of the updatable property.
 void setDataType(TDataTypeEnum value)
          Sets the value of the dataType property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSchema(java.lang.String value)
          Sets the value of the schema property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUpdatable(boolean value)
          Sets the value of the updatable property.
 void unsetUpdatable()
           
 
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TData

public TData()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()

getDataType

public TDataTypeEnum getDataType()
Gets the value of the dataType property.

Returns:
possible object is TDataTypeEnum

setDataType

public void setDataType(TDataTypeEnum value)
Sets the value of the dataType property.

Parameters:
value - allowed object is TDataTypeEnum

isSetDataType

public boolean isSetDataType()

getSchema

public java.lang.String getSchema()
Gets the value of the schema property.

Returns:
possible object is String

setSchema

public void setSchema(java.lang.String value)
Sets the value of the schema property.

Parameters:
value - allowed object is String

isSetSchema

public boolean isSetSchema()

isUpdatable

public boolean isUpdatable()
Gets the value of the updatable property.

Returns:
possible object is Boolean

setUpdatable

public void setUpdatable(boolean value)
Sets the value of the updatable property.

Parameters:
value - allowed object is Boolean

isSetUpdatable

public boolean isSetUpdatable()

unsetUpdatable

public void unsetUpdatable()

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.