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 TFlexfieldAttributeLabel

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

public class TFlexfieldAttributeLabel
extends TExtensibleElements
implements java.io.Serializable

Java class for tFlexfieldAttributeLabel complex type.

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

 <complexType name="tFlexfieldAttributeLabel">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="labelName" type="{http://xmlns.oracle.com/bpm/case/metadata}tTranslatedValue"/>
         <element name="flexfield" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TFlexfieldAttributeLabel()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getFlexfield()
          Gets the value of the flexfield property.
 java.lang.String getLabelName()
          Gets the value of the labelName property.
 boolean isSetDescription()
           
 boolean isSetFlexfield()
           
 boolean isSetLabelName()
           
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setFlexfield(java.lang.String value)
          Sets the value of the flexfield property.
 void setLabelName(java.lang.String value)
          Sets the value of the labelName 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

TFlexfieldAttributeLabel

public TFlexfieldAttributeLabel()
Method Detail

getLabelName

public java.lang.String getLabelName()
Gets the value of the labelName property.

Returns:
possible object is String

setLabelName

public void setLabelName(java.lang.String value)
Sets the value of the labelName property.

Parameters:
value - allowed object is String

isSetLabelName

public boolean isSetLabelName()

getFlexfield

public java.lang.String getFlexfield()
Gets the value of the flexfield property.

Returns:
possible object is String

setFlexfield

public void setFlexfield(java.lang.String value)
Sets the value of the flexfield property.

Parameters:
value - allowed object is String

isSetFlexfield

public boolean isSetFlexfield()

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.