Skip navigation links


oracle.iam.kernel.jaxb
Class EventHandlerWithTxStageType

java.lang.Object
  extended by oracle.iam.kernel.jaxb.EventHandlerType
      extended by oracle.iam.kernel.jaxb.EventHandlerWithTxType
          extended by oracle.iam.kernel.jaxb.EventHandlerWithTxStageType

Direct Known Subclasses:
EventHandlerWithSyncTxStageType

public class EventHandlerWithTxStageType
extends EventHandlerWithTxType

Java class for event-handler-with-tx-stage-type complex type.

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

 <complexType name="event_handler_with_tx_stage_type">
   <complexContent>
     <extension base="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-with-tx-type">
       <attribute name="stage" use="required" type="{http://www.oracle.com/schema/oim/platform/kernel}stageType" />
     </extension>
   </complexContent>
 </complexType>
 

Constructor Summary
EventHandlerWithTxStageType()
           

 

Method Summary
 StageType getStage()
          Gets the value of the stage property.
 void setStage(StageType value)
          Sets the value of the stage property.

 

Methods inherited from class oracle.iam.kernel.jaxb.EventHandlerWithTxType
getTx, setTx

 

Methods inherited from class oracle.iam.kernel.jaxb.EventHandlerType
getClazz, getContent, getEntityType, getName, getOperation, getOrchTarget, getOrder, setClazz, setContent, setEntityType, setName, setOperation, setOrchTarget, setOrder

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EventHandlerWithTxStageType

public EventHandlerWithTxStageType()

Method Detail

getStage

public StageType getStage()
Gets the value of the stage property.
Returns:
possible object is StageType

setStage

public void setStage(StageType value)
Sets the value of the stage property.
Parameters:
value - allowed object is StageType

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.