Skip navigation links


oracle.iam.kernel.jaxb
Class FailedEventHandlerType

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


public class FailedEventHandlerType
extends EventHandlerWithTxType

Java class for failed-event-handler-type complex type.

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

 <complexType name="failed_event_handler_type">
   <complexContent>
     <extension base="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-with-tx-type">
       <attribute name="event" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="stage" type="{http://www.oracle.com/schema/oim/platform/kernel}stageType" />
       <attribute name="sync" type="{http://www.oracle.com/schema/oim/platform/kernel}booleanType" default="true" />
     </extension>
   </complexContent>
 </complexType>
 

Constructor Summary
FailedEventHandlerType()
           

 

Method Summary
 java.lang.String getEvent()
          Gets the value of the event property.
 StageType getStage()
          Gets the value of the stage property.
 java.lang.String getSync()
          Gets the value of the sync property.
 void setEvent(java.lang.String value)
          Sets the value of the event property.
 void setStage(StageType value)
          Sets the value of the stage property.
 void setSync(java.lang.String value)
          Sets the value of the sync 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

FailedEventHandlerType

public FailedEventHandlerType()

Method Detail

getEvent

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

setEvent

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

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

getSync

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

setSync

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

Skip navigation links


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