Class TDuration

All Implemented Interfaces:
Serializable

public class TDuration extends TExtensibleElements implements Serializable

Java class for tDuration complex type.

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

 <complexType name="tDuration">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="duration" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • TDuration

      public TDuration()
  • Method Details

    • getDuration

      public TStaticOrXPath getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is TStaticOrXPath
    • setDuration

      public void setDuration(TStaticOrXPath value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is TStaticOrXPath
    • isSetDuration

      public boolean isSetDuration()