Skip navigation links


oracle.iam.kernel.jaxb
Class EventHandlerType

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

Direct Known Subclasses:
EventHandlerTypeWithSync, EventHandlerTypeWithSyncTrue, EventHandlerWithTxType

public class EventHandlerType
extends java.lang.Object

Java class for event-handler-type complex type.

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

 <complexType name="event_handler_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entity_type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="operation" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="orch_target" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
EventHandlerType()
           

 

Method Summary
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.lang.String getContent()
          Gets the value of the content property.
 java.lang.String getEntityType()
          Gets the value of the entityType property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 java.lang.String getOrchTarget()
          Gets the value of the orchTarget property.
 java.lang.String getOrder()
          Gets the value of the order property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setContent(java.lang.String value)
          Sets the value of the content property.
 void setEntityType(java.lang.String value)
          Sets the value of the entityType property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.
 void setOrchTarget(java.lang.String value)
          Sets the value of the orchTarget property.
 void setOrder(java.lang.String value)
          Sets the value of the order property.

 

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

 

Constructor Detail

EventHandlerType

public EventHandlerType()

Method Detail

getContent

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

setContent

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

getClazz

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

setClazz

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

getEntityType

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

setEntityType

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

getOperation

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

setOperation

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

getOrder

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

setOrder

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

getOrchTarget

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

setOrchTarget

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

getName

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

setName

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

Skip navigation links


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