|
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.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TData
public class TData
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>
| 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 |
|---|
public TData()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetType()
public TDataTypeEnum getDataType()
TDataTypeEnumpublic void setDataType(TDataTypeEnum value)
value - allowed object is
TDataTypeEnumpublic boolean isSetDataType()
public java.lang.String getSchema()
Stringpublic void setSchema(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSchema()
public boolean isUpdatable()
Booleanpublic void setUpdatable(boolean value)
value - allowed object is
Booleanpublic boolean isSetUpdatable()
public void unsetUpdatable()
|
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 | ||||||||