public class TCaseAttribute extends TExtensibleElements implements java.io.Serializable
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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TCaseAttribute() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribute()
Gets the value of the attribute 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 |
isSetCaseDataId() |
boolean |
isSetDescription() |
boolean |
isSetXpathExpression() |
boolean |
isSetXpathExpressionObject() |
void |
setAttribute(java.lang.String value)
Sets the value of the attribute 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.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic 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 java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDescription()