Skip navigation links


oracle.iam.kernel.jaxb
Class EventHandlerTypeWithSyncTrue

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


public class EventHandlerTypeWithSyncTrue
extends EventHandlerType

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

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

 <complexType name="event_handler_type_with_sync_true">
   <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" fixed="TRUE" />
     </extension>
   </complexContent>
 </complexType>
 

Constructor Summary
EventHandlerTypeWithSyncTrue()
           

 

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

EventHandlerTypeWithSyncTrue

public EventHandlerTypeWithSyncTrue()

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.