Skip navigation links


oracle.iam.platform.async.messaging.jaxb
Class TaskConfig

java.lang.Object
  extended by oracle.iam.platform.async.messaging.jaxb.TaskConfig


public class TaskConfig
extends java.lang.Object

Java class for task-config complex type.

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

 <complexType name="task_config">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="destination" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="priority" type="{http://www.oracle.com/schema/oim/async-messaging}priority" minOccurs="0"/>
         <element name="maxRetries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
TaskConfig()
           

 

Method Summary
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.lang.String getDestination()
          Gets the value of the destination property.
 java.lang.Integer getMaxRetries()
          Gets the value of the maxRetries property.
 java.lang.String getPriority()
          Gets the value of the priority property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setDestination(java.lang.String value)
          Sets the value of the destination property.
 void setMaxRetries(java.lang.Integer value)
          Sets the value of the maxRetries property.
 void setPriority(java.lang.String value)
          Sets the value of the priority property.

 

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

 

Constructor Detail

TaskConfig

public TaskConfig()

Method Detail

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

getDestination

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

setDestination

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

getPriority

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

setPriority

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

getMaxRetries

public java.lang.Integer getMaxRetries()
Gets the value of the maxRetries property.
Returns:
possible object is Integer

setMaxRetries

public void setMaxRetries(java.lang.Integer value)
Sets the value of the maxRetries property.
Parameters:
value - allowed object is Integer

Skip navigation links


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