|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TCaseAttribute
public class TCaseAttribute
Java class for tCaseAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseAttribute">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<choice>
<element name="attribute" type="{http://www.w3.org/2001/XMLSchema}string"/>
<sequence>
<element name="caseDataId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="xpathExpression" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="xpathExpressionObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</choice>
<element name="attributeLabel" type="{http://xmlns.oracle.com/bpm/case/metadata}tFlexfieldAttributeLabel" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TCaseAttribute() |
|
| Method Summary | |
|---|---|
java.lang.String |
getAttribute()Gets the value of the attribute property. |
TFlexfieldAttributeLabel |
getAttributeLabel()Gets the value of the attributeLabel property. |
java.lang.String |
getCaseDataId()Gets the value of the caseDataId property. |
java.lang.String |
getDescription()Gets the value of the description property. |
java.lang.String |
getXpathExpression()Gets the value of the xpathExpression property. |
java.lang.String |
getXpathExpressionObject()Gets the value of the xpathExpressionObject property. |
boolean |
isSetAttribute() |
boolean |
isSetAttributeLabel() |
boolean |
isSetCaseDataId() |
boolean |
isSetDescription() |
boolean |
isSetXpathExpression() |
boolean |
isSetXpathExpressionObject() |
void |
setAttribute(java.lang.String value)Sets the value of the attribute property. |
void |
setAttributeLabel(TFlexfieldAttributeLabel value)Sets the value of the attributeLabel property. |
void |
setCaseDataId(java.lang.String value)Sets the value of the caseDataId property. |
void |
setDescription(java.lang.String value)Sets the value of the description property. |
void |
setXpathExpression(java.lang.String value)Sets the value of the xpathExpression property. |
void |
setXpathExpressionObject(java.lang.String value)Sets the value of the xpathExpressionObject property. |
| Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements |
|---|
getDocumentation, isSetDocumentation, unsetDocumentation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TCaseAttribute()
| Method Detail |
|---|
public java.lang.String getAttribute()
Stringpublic void setAttribute(java.lang.String value)
value - allowed object is Stringpublic boolean isSetAttribute()
public java.lang.String getCaseDataId()
Stringpublic void setCaseDataId(java.lang.String value)
value - allowed object is Stringpublic boolean isSetCaseDataId()
public java.lang.String getXpathExpression()
Stringpublic void setXpathExpression(java.lang.String value)
value - allowed object is Stringpublic boolean isSetXpathExpression()
public java.lang.String getXpathExpressionObject()
Stringpublic void setXpathExpressionObject(java.lang.String value)
value - allowed object is Stringpublic boolean isSetXpathExpressionObject()
public TFlexfieldAttributeLabel getAttributeLabel()
TFlexfieldAttributeLabelpublic void setAttributeLabel(TFlexfieldAttributeLabel value)
value - allowed object is TFlexfieldAttributeLabelpublic boolean isSetAttributeLabel()
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is Stringpublic boolean isSetDescription()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||