Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.casemgmt.metadata.event.model
Class TCaseMilestoneEvent

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.event.model.TCaseMilestoneEvent

public class TCaseMilestoneEvent
extends java.lang.Object

Java class for tCaseMilestoneEvent complex type.

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

 <complexType name="tCaseMilestoneEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="milestone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="milestoneEvent" type="{http://xmlns.oracle.com/bpm/case/event}tMilestoneEvent"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TCaseMilestoneEvent()
           
 
Method Summary
 java.lang.String getMilestone()
          Gets the value of the milestone property.
 TMilestoneEvent getMilestoneEvent()
          Gets the value of the milestoneEvent property.
 void setMilestone(java.lang.String value)
          Sets the value of the milestone property.
 void setMilestoneEvent(TMilestoneEvent value)
          Sets the value of the milestoneEvent property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCaseMilestoneEvent

public TCaseMilestoneEvent()
Method Detail

getMilestone

public java.lang.String getMilestone()
Gets the value of the milestone property.

Returns:
possible object is String

setMilestone

public void setMilestone(java.lang.String value)
Sets the value of the milestone property.

Parameters:
value - allowed object is String

getMilestoneEvent

public TMilestoneEvent getMilestoneEvent()
Gets the value of the milestoneEvent property.

Returns:
possible object is TMilestoneEvent

setMilestoneEvent

public void setMilestoneEvent(TMilestoneEvent value)
Sets the value of the milestoneEvent property.

Parameters:
value - allowed object is TMilestoneEvent

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.