Skip navigation links


oracle.iam.kernel.jaxb
Class EventHandlerTypeWithSync

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


public class EventHandlerTypeWithSync
extends EventHandlerType

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

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

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

Constructor Summary
EventHandlerTypeWithSync()
           

 

Method Summary
 java.lang.String getSync()
          Gets the value of the sync property.
 void setSync(java.lang.String value)
          Sets the value of the sync 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

EventHandlerTypeWithSync

public EventHandlerTypeWithSync()

Method Detail

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.