Class TSelectOn

All Implemented Interfaces:
Serializable

public class TSelectOn extends TExtensibleElements implements Serializable

Java class for tSelectOn complex type.

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

 <complexType name="tSelectOn">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <choice>
           <element name="default" type="{http://xmlns.oracle.com/bpm/case/metadata}tEmptyElement" minOccurs="0"/>
           <element name="condition" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath" minOccurs="0"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • TSelectOn

      public TSelectOn()
  • Method Details

    • getDefault

      public TEmptyElement getDefault()
      Gets the value of the default property.
      Returns:
      possible object is TEmptyElement
    • setDefault

      public void setDefault(TEmptyElement value)
      Sets the value of the default property.
      Parameters:
      value - allowed object is TEmptyElement
    • isSetDefault

      public boolean isSetDefault()
    • getCondition

      public TStaticOrXPath getCondition()
      Gets the value of the condition property.
      Returns:
      possible object is TStaticOrXPath
    • setCondition

      public void setCondition(TStaticOrXPath value)
      Sets the value of the condition property.
      Parameters:
      value - allowed object is TStaticOrXPath
    • isSetCondition

      public boolean isSetCondition()