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 TCaseAttribute

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

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="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>
 

See Also:
Serialized Form

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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCaseAttribute

public TCaseAttribute()
Method Detail

getAttribute

public java.lang.String getAttribute()
Gets the value of the attribute property.

Returns:
possible object is String

setAttribute

public void setAttribute(java.lang.String value)
Sets the value of the attribute property.

Parameters:
value - allowed object is String

isSetAttribute

public boolean isSetAttribute()

getCaseDataId

public java.lang.String getCaseDataId()
Gets the value of the caseDataId property.

Returns:
possible object is String

setCaseDataId

public void setCaseDataId(java.lang.String value)
Sets the value of the caseDataId property.

Parameters:
value - allowed object is String

isSetCaseDataId

public boolean isSetCaseDataId()

getXpathExpression

public java.lang.String getXpathExpression()
Gets the value of the xpathExpression property.

Returns:
possible object is String

setXpathExpression

public void setXpathExpression(java.lang.String value)
Sets the value of the xpathExpression property.

Parameters:
value - allowed object is String

isSetXpathExpression

public boolean isSetXpathExpression()

getXpathExpressionObject

public java.lang.String getXpathExpressionObject()
Gets the value of the xpathExpressionObject property.

Returns:
possible object is String

setXpathExpressionObject

public void setXpathExpressionObject(java.lang.String value)
Sets the value of the xpathExpressionObject property.

Parameters:
value - allowed object is String

isSetXpathExpressionObject

public boolean isSetXpathExpressionObject()

getAttributeLabel

public TFlexfieldAttributeLabel getAttributeLabel()
Gets the value of the attributeLabel property.

Returns:
possible object is TFlexfieldAttributeLabel

setAttributeLabel

public void setAttributeLabel(TFlexfieldAttributeLabel value)
Sets the value of the attributeLabel property.

Parameters:
value - allowed object is TFlexfieldAttributeLabel

isSetAttributeLabel

public boolean isSetAttributeLabel()

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

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.