Skip navigation links


oracle.iam.kernel.jaxb
Class EventHandlerWithTxType

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

Direct Known Subclasses:
EventHandlerWithTxStageType, FailedEventHandlerType

public class EventHandlerWithTxType
extends EventHandlerType

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

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

 <complexType name="event_handler_with_tx_type">
   <complexContent>
     <extension base="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-type">
       <attribute name="tx" type="{http://www.oracle.com/schema/oim/platform/kernel}booleanType" default="false" />
     </extension>
   </complexContent>
 </complexType>
 

Constructor Summary
EventHandlerWithTxType()
           

 

Method Summary
 java.lang.String getTx()
          Gets the value of the tx property.
 void setTx(java.lang.String value)
          Sets the value of the tx property.

 

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

EventHandlerWithTxType

public EventHandlerWithTxType()

Method Detail

getTx

public java.lang.String getTx()
Gets the value of the tx property.
Returns:
possible object is String

setTx

public void setTx(java.lang.String value)
Sets the value of the tx property.
Parameters:
value - allowed object is String

Skip navigation links


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