Class TPhaseStart

java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TPhaseStart
All Implemented Interfaces:
Serializable

public class TPhaseStart extends TExtensibleElements implements Serializable

Java class for tPhaseStart complex type.

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

 <complexType name="tPhaseStart">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="sentry" type="{http://xmlns.oracle.com/bpm/case/metadata}tPhaseStartSentry" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="targetName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • TPhaseStart

      public TPhaseStart()
  • Method Details

    • getSentry

      public List<TPhaseStartSentry> getSentry()
      Gets the value of the sentry property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the sentry property.

      For example, to add a new item, do as follows:

          getSentry().add(newItem);
       

      Objects of the following type(s) are allowed in the list TPhaseStartSentry

    • isSetSentry

      public boolean isSetSentry()
    • unsetSentry

      public void unsetSentry()
    • getTargetName

      public String getTargetName()
      Gets the value of the targetName property.
      Returns:
      possible object is String
    • setTargetName

      public void setTargetName(String value)
      Sets the value of the targetName property.
      Parameters:
      value - allowed object is String
    • isSetTargetName

      public boolean isSetTargetName()